Change Default Boot Order / Sequence for Grub2 in Fedora 16 Verne
Fedora finally took the leap to Grub2 with its latest release Fedora 16 Verne. So, if you want to change the boot order and default boot choice for your multiboot system this post tells you how you can do so. You no longer edit grub.conf or menu.lst files located in /boot/grub folder. Instead you just run a command.
To change the default boot option, you just need to change the GRUB_DEFAULT parameter. 0 represents the first entry, so if you want Windows to be your default boot option which is, say at, 5th position in the grub menu, then you just need to change the GRUB_DEFAULT value to 4 which you can do by running the following command as root
grub2-set-default 4
Then you can check what is the existing choice by running command
grub2-editenv list
Finally you can update and remake grub.cfg using the following command
grub2-mkconfig -o /boot/grub2/grub.cfg
That should now change the default auto boot choice in Grub when you reboot.
You might also like
| Dual Boot Windows 7 and Fedora 16 Verne (Step by Step Guide) The Fedora... | Change Default Boot Order Fedora 15 Lovelock To change default... | Change Default Boot Order in Grub for Fedora 13 You might need... | Disable SELinux on Fedora 16 Verne You can disable... |







One Comment on “Change Default Boot Order / Sequence for Grub2 in Fedora 16 Verne”
Trackbacks