su to root
type gedit /etc/grub.conf
A text editor will open
Look for default= 1
See example
Quote:
# kernel /vmlinuz-version ro root=/dev/hda7
# initrd /initrd-version.img
#boot=/dev/hda
default=0 change the 0 to 1
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.11-1.14_FC3)
root (hd0,5)
kernel /vmlinuz-2.6.11-1.14_FC3 ro root=LABEL=/1 rhgb quiet
initrd /initrd-2.6.11-1.14_FC3.img
title Redmond Sucks < -- My windows install Cuz I have to have it
rootnoverify (hd0,0)
chainloader +1
If you have something simular to this
default = 0 will boot linux
default = 1 will boot redmond sucks