Grub2 boot order

Michael Schwendt mschwendt at gmail.com
Thu Nov 10 17:05:59 UTC 2011


On Thu, 10 Nov 2011 17:47:15 +0100, AM (Antonio) wrote:

> these readings don't answer the general question:
> 
> what is the correct procedure to modify the configuration file???

It depends on which tools you will use.

  /etc/grub.d/40_custom
   : the config file where to add your own menu entries

  grub2-mkconfig -o /boot/grub2/grub.cfg
   : the command to run to recreate the /boot/grub2/grub.cfg file
   : including automatically finding other OSs with the help of
   : the os-prober tool (if installed)

  /etc/default/grub
   : configuration settings
   : such as GRUB_DEFAULT, see info grub2 section 5.1

-- 
Fedora release 16 (Verne) - Linux 3.1.0-7.fc16.x86_64
loadavg: 0.61 0.62 0.40


More information about the users mailing list