[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

no way to compare when less than two revisions

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.


pt-br:howtos:slackware_admin:grub_on_first_install [2021/07/16 21:44 (UTC)] (atual) – criada macgyverpt
Linha 1: Linha 1:
 +<!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 +====== Configurando o GRUB 2 na instalação (sem reiniciar) ======
  
 +Existe GRUB numa série do Slackware-14.1. Se você deseja instalar o GRUB imediatamente após a instalação (e antes de reiniciar), abaixo está um método simples que assume que você usa BIOS tradicional e particionamento MBR (se você planeja usar GPT em vez de particionamento MBR, consulte [[howtos:slackware_admin:installing_with_gpt_without_uefi#grub_2|Grub 2 com GPT e uma placa-mãe BIOS]] como alternativa):
 +
 +Depois da mensagem:
 +"Installation of Slackware Linux is complete."
 +
 +chroot em:
 +  # chroot /mnt
 +Em seguida, instale o GRUB:
 +  # grub-install /dev/sda
 +  # grub-mkconfig -o /boot/grub/grub.cfg
 +<note important>Isso pressupõe que você está usando o disco /dev/sd**a**, ajuste se este não for o caso.</note>
 +  # exit
 +  # reboot
 +
 +Enjoy!
 +
 +P.S. Certifique-se de executar:
 +  # grub-mkconfig -o /boot/grub/grub.cfg
 +Após cada atualização do kernel.
 +
 +====== Sources ======
 +<!-- Authors are allowed to give credit to themselves! -->
 +  * Original escrito por [[wiki:user:ryanpcmcquen | ryanpcmcquen]]
 +  * Link para o artigo do GPT por [[wiki:user:ruario|ruario]]
 +  * Tradução Português por [[wiki:user:macgyverpt | MacgyverPT (Miguel Rosa)]]
 +
 +<!-- Please do not modify anything below, except adding new tags.-->
 +{{tag>howtos grub author_ryanpcmcquen}}
 +{{tag>translated_pt macgyverpt }}
 pt-br:howtos:slackware_admin:grub_on_first_install ()