Difference between revisions of "Translations:Install/Bootloader/206/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "Cuando use el arranque de la vieja escuela o BIOS, ejecute el siguiente comando para instalar GRUB en su MBR y generar el archivo de configuración {{c|/boot/grub/grub.cfg}} q...")
 
Tag: Manual revert
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Cuando use el arranque de la vieja escuela o BIOS, ejecute el siguiente comando para instalar GRUB en su MBR y generar el archivo de configuración {{c|/boot/grub/grub.cfg}} que GRUB utilizará para arrancar:
{{console|body=
%chroot% ##i##grub-install --target=i386-pc --no-floppy /dev/sda
%chroot% ##i##ego boot update
}}

Latest revision as of 07:30, August 18, 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Bootloader)
{{console|body=
%chroot% ##i##grub-install --target=i386-pc --no-floppy /dev/sdX
}}
chroot # grub-install --target=i386-pc --no-floppy /dev/sda
chroot # ego boot update