Difference between revisions of "Translations:Install/Bootloader/206/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "Ao usar a inicialização do BIOS/MBR no "estilo antigo", execute os seguintes comandos para instalar o GRUB no seu MBR e, em seguida, gere o arquivo de configuração {{c|/bo...")
 
Line 1: Line 1:
Ao usar a inicialização do BIOS/MBR no "estilo antigo", execute os seguintes comandos para instalar o GRUB no seu MBR e, em seguida, gere o arquivo de configuração {{c|/boot/grub/grub.cfg}} que o GRUB usará para inicializar seu sistema:
{{console|body=
(chroot) # ##i##grub-install --target=i386-pc --no-floppy /dev/sda
(chroot) # ##i##ego boot update
}}

Revision as of 11:01, April 5, 2019

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