[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
howtos:misc:lilo_to_grub_bios_mbr [2023/12/06 12:36 (UTC)] – [Generating a useful template (optional)] zeebrahowtos:misc:lilo_to_grub_bios_mbr [2023/12/17 11:37 (UTC)] (current) zeebra
Line 73: Line 73:
 ===== Configuring other Grub2 default options ===== ===== Configuring other Grub2 default options =====
  
-Grub2 contains some other options you can easily change or add too. These are kind of default and global options for Grub2, and in some cases you have to not only use grub-mkconfig, but also grub-install for them to be effective. These options can be found in /etc/default/grub.+Grub2 contains some other options you can easily change or add too. These are kind of default and global options for Grub2, and in some few cases you have to not only use grub-mkconfig, but also grub-install for them to be effective. These options can be found in /etc/default/grub.
 <code>nano /etc/default/grub</code> <code>nano /etc/default/grub</code>
  
 Some options are already included in this file, commented or uncommented and can be activated and deactivated. But many more options exists that you can add or change in this file. Some options are already included in this file, commented or uncommented and can be activated and deactivated. But many more options exists that you can add or change in this file.
 \\ \\
 +
 +===== Further info =====
 +
 +If you think there is too much info here, you could use the minimalist guide to Grub2 instead: \\
 +[[howtos:slackware_admin:grub_on_first_install | Mini Grub2 guide]] \\
 +Those using UEFI might want to use this howto as well: \\
 +[[howtos:slackware_admin:set_up_grub_as_boot_loader_on_uefi_based_hardware | Grub2 UEFI info]] \\
 +Another one, dealing with GPT partitions in particular: \\
 +[[howtos:slackware_admin:installing_with_gpt_without_uefi | Grub2 GPT info]] \\
 +
 ====== Sources ====== ====== Sources ======
  
 howtos:misc:lilo_to_grub_bios_mbr ()