
Linux red-hat 5 버전이 있고 이전 커널(2.6.18-408.el5)을 사용하여 시스템을 재부팅하고 싶습니다.
그래서 기본값을 1로 설정했습니다.
하지만 이전 커널 버전으로 부팅하기 위해 시스템을 재부팅하기 전에 다른 단계를 수행해야 하는지 제안해 주세요.
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