[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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:slackware_admin:grub_on_first_install [2013/11/13 08:17 (UTC)] – Added a link to an article about GPT ruariohowtos:slackware_admin:grub_on_first_install [2013/11/13 08:21 (UTC)] – [Setting up GRUB 2 on install (without rebooting)] ruario
Line 2: Line 2:
 ====== Setting up GRUB 2 on install (without rebooting) ====== ====== Setting up GRUB 2 on install (without rebooting) ======
  
-There is GRUB in A series of Slackware-14.1. If you want to install GRUB immediately after install (and before restarting), below is a simple method that assumes you use traditional BIOS and MBR partitioning (if you plan to use GPT instead of MBR partition, refer to [[howtos:slackware_admin:installing_with_gpt_without_uefi#grub_2|Grub 2 with GPT and a BIOS motherboard]] instead):+There is GRUB in A series of Slackware-14.1. If you want to install GRUB immediately after install (and before restarting), below is a simple method that assumes you use traditional BIOS and MBR partitioning (if you plan to use GPT instead of MBR partitioning, refer to [[howtos:slackware_admin:installing_with_gpt_without_uefi#grub_2|Grub 2 with GPT and a BIOS motherboard]] instead):
  
 After the message: After the message:
Line 12: Line 12:
   # grub-install /dev/sda   # grub-install /dev/sda
   # grub-mkconfig -o /boot/grub/grub.cfg   # grub-mkconfig -o /boot/grub/grub.cfg
 +**Note:** This assumes you are using the disk /dev/sda, adjust as needed.
   # exit   # exit
   # reboot   # reboot
 howtos:slackware_admin:grub_on_first_install ()