Grub boot sequence change

Grub boot sequence change

To change boot sequence, just edit the configuration at /etc/grub.conf
("root" privilege is required)

I use vi as the text editor

vi /etc/grub.conf

On the parameters of default, change to the number of its partition on the hdd, like 0 in the example shown above. (hdd 0,0: Windows; hdd 0,1:swap; hdd 0,2:Fedora )

timeout is for the pending time for selection before it auto-boot the default choice, which is set to 5second on example above.

After changing to 0 (previously 2 for Fedora partition), pls kindly restart and it shall works!

reboot


0 Response to "Grub boot sequence change"

Post a Comment