Hi
Kernels are installed in parallel, so you can always go back to a previous kernel (as long as you don't delete the old one). The default kernel together with details of each available kernel can be found in /boot/grub/grub.conf. Here's how mine looks...
[root@sam2 ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/main/root
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-42.0.3.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.3.EL ro root=/dev/main/root
initrd /initrd-2.6.9-42.0.3.EL.img
title SME Server (2.6.9-34.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-34.ELsmp ro root=/dev/main/root
initrd /initrd-2.6.9-34.ELsmp.img
title SME Server-up (2.6.9-34.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-34.EL ro root=/dev/main/root
initrd /initrd-2.6.9-34.EL.img
The default kernel (beginning with zero) is specified in the
default tuple.
You can just change it with your favourite editor. So, in the above case if I wanted to start -34.ELsmp then I would set the default to 1.
You should only need to resort to connecting tubes and keyboards if you get it wrong and linux fails to boot. Then you'll need to press the spacebar when Tux flashes by!!
