![Linux + 현재 커널 버전을 가장 오래된 커널 버전으로 교체하는 단계는 무엇입니까?](https://linux55.com/image/88664/Linux%20%2B%20%ED%98%84%EC%9E%AC%20%EC%BB%A4%EB%84%90%20%EB%B2%84%EC%A0%84%EC%9D%84%20%EA%B0%80%EC%9E%A5%20%EC%98%A4%EB%9E%98%EB%90%9C%20%EC%BB%A4%EB%84%90%20%EB%B2%84%EC%A0%84%EC%9C%BC%EB%A1%9C%20%EA%B5%90%EC%B2%B4%ED%95%98%EB%8A%94%20%EB%8B%A8%EA%B3%84%EB%8A%94%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F.png)
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