Linux + quais são as etapas para usar a versão mais antiga do kernel no lugar da atual

Linux + quais são as etapas para usar a versão mais antiga do kernel no lugar da atual

Tenho Linux red-hat 5 versão e quero reiniciar a máquina com o kernel anterior - 2.6.18-408.el5

então eu configurei o padrão para 1

mas antes de reiniciar a máquina para inicializar com a versão mais antiga do kernel, por favor, informe se preciso executar outras etapas adicionais?

 07:59:28 root@linux5Ver:~ # more /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/rootvg/slash
 #          initrd /initrd-version.img
 #boot=/dev/cciss/c0d0
 default=1
 timeout=5
 #splashimage=(hd0,0)/grub/splash.xpm.gz
 #hiddenmenu
 title Red Hat Enterprise Linux Server (2.6.18-409.el5)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-409.el5 ro root=/dev/rootvg/slash
    initrd /initrd-2.6.18-409.el5.img
    title Red Hat Enterprise Linux Server (2.6.18-408.el5)
    root (hd0,0)
    kernel /vmlinuz-2.6.18-408.el5 ro root=/dev/rootvg/slash
    initrd /initrd-2.6.18-408.el5.img


   # uname -r
   2.6.18-409.el5

informação relacionada