Grub Info
Hii am sorry but dont undestand how can i set in grub which kernel i want use for boot, this is my brub.cond and i want that my server boot with 2.6.11.7 which number i need to enter in default?
default=1
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title CentOS (2.4.21-27.0.4.ELsmp)
root (hd0,0)
kernel /boot/vmlinuz-2.4.21-27.0.4.ELsmp ro root=/dev/sda1
initrd /boot/initrd-2.4.21-27.0.4.ELsmp.img
title CentOS (2.4.21-27.0.4.EL)
root (hd0,0)
kernel /boot/vmlinuz-2.4.21-27.0.4.EL ro root=/dev/sda1
initrd /boot/initrd-2.4.21-27.0.4.EL.img
title CentOS-3 (2.6.11-7)
root (hd0,0)
kernel /boot/vmlinuz-2.6.11.7 ro root=/dev/sda1
title CentOS-3 (2.4.21-27.0.2.ELsmp)
root (hd0,0)
kernel /boot/vmlinuz-2.4.21-27.0.2.ELsmp ro root=LABEL=/
initrd /boot/initrd-2.4.21-27.0.2.ELsmp.img
title CentOS-3-up (2.4.21-27.0.2.EL)
root (hd0,0)
kernel /boot/vmlinuz-2.4.21-27.0.2.EL ro root=LABEL=/
initrd /boot/initrd-2.4.21-27.0.2.EL.img