kernel switch + grub

hm ok.

well, i have this server, and it has 3 diff kernels installed. but it is only using one of them. 2.4.18-17.7.x is the one it's using now. i want to load the default kernel, which is 2.4.18-10 --> but i dont know how. my host usually does the kernel stuff for me. so im looking at grub.conf, and it seems that the one it is using right now, is first on the list. so i'm guessing i just have to change the order? you know? take a look.

vortex:~# uname -a
Linux vortex 2.4.18-17.7.x #1 Tue Oct 8 11:49:30 EDT 2002 i686 unknown
vortex:~# cat /etc/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/hda6
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-17.7.x)
root (hd0,0)
kernel /vmlinuz-2.4.18-17.7.x ro root=/dev/hda6
initrd /initrd-2.4.18-17.7.x.img
title Red Hat Linux (2.4.18-10)
root (hd0,0)
kernel /vmlinuz-2.4.18-10 ro root=/dev/hda6
initrd /initrd-2.4.18-10.img
title Red Hat Linux (2.4.19)
root (hd0,0)
kernel /vmlinuz-2.4.19 ro root=/dev/hda6
initrd /initrd-2.4.19.img
vortex:~#

So to get back to 2.4.18-10, would i have to just rearrange the order, put the second one as first and the first as say second or at the bottom..

Anyone know?

 

 

 

 

Top