you can set the default startup kernel by adjusting the line:
default=0
0 is the first entry, 1 is the second entry...etc as they are ordered in the grub.conf file.
In this sample below Windows is set to boot by default:
Code:
#boot=/dev/hda
default=2
timeout=5
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.678_FC3)
root (hd1,0)
kernel /boot/vmlinuz-2.6.9-1.678_FC3 ro root=LABEL=/ quiet
initrd /boot/initrd-2.6.9-1.678_FC3.img
title Fedora Core (2.6.9-1.667)
root (hd1,0)
kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/ quiet
initrd /boot/initrd-2.6.9-1.667.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
title SuSE 9.1
root (hd1,2)
kernel /boot/vmlinuz-2.6.5-7.111-default root=/dev/hdb3 vga=0x31a splash=silent desktop resume=/dev/hdb2 showopts
initrd /boot/initrd-2.6.5-7.111-default