How do I change the default boot option in GRUB
Hello everyone,
I've just instelled FC 5 and while I'm tweaking around with it I'd like to keep windows XP the default boot otion in grub (now the default is FC).... now how do I change the grub.conf file to do that? I have both the ntfs partition and linux on the same drive and my grub.conf looks like this:
-----------------------------------------------
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,2)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.16-1.2080_FC5)
root (hd0,2)
kernel /vmlinuz-2.6.16-1.2080_FC5 ro root=/dev/VolGroup00/LogVol00
quiet
initrd /initrd-2.6.16-1.2080_FC5.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
---------------------------------------------
It's not as easy as just changing their order, or setting default to "1" is it? I don't have the guts to try...in case it doesn't work I won't be able to start anything.
Thanks a lot for any help,
|