grub 커널 업데이트를 했는데 내리고 싶다.
하는 방법은
693 버전을 229 버전으로 내리자
# uname -a
Linux iptest_165 3.10.0-693.17.1.el7.x86_64 #1 SMP Thu Jan 25 20:13:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
버전 리스트를 확인 하자.
# grep ^menuentry /boot/grub2/grub.cfg | cut -d "" -f2 --> 보통
# grep ^menuentry /boot/efi/EFI/centos/grub.cfg | cut -d "" -f2 --> efi
menuentry 'CentOS Linux 7 (Core), with Linux 3.10.0-693.17.1.el7.x86_64' --class rhel fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-693.17.1.el7.x86_64-advanced-d1c9c588-1fe4-4d21-b1b1-e08cbf617ac4' {
menuentry 'CentOS Linux 7 (Core), with Linux 3.10.0-229.el7.x86_64' --class rhel fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-229.el7.x86_64-advanced-d1c9c588-1fe4-4d21-b1b1-e08cbf617ac4' {
menuentry 'CentOS Linux 7 (Core), with Linux 3.10.0-693.17.1.el7.x86_64.debug' --class rhel fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-693.17.1.el7.x86_64.debug-advanced-d1c9c588-1fe4-4d21-b1b1-e08cbf617ac4' {
menuentry 'CentOS Linux 7 (Core), with Linux 0-rescue-3310c0a4d2fd4c7185b4772d821eb8fe' --class rhel fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-3310c0a4d2fd4c7185b4772d821eb8fe-advanced-d1c9c588-1fe4-4d21-b1b1-e08cbf617ac4' {
내리고 싶은 버전이 위에 있다(빨간색)
# grub2-set-default "CentOS Linux 7 (Core), with Linux 3.10.0-229.el7.x86_64"
# reboot
하면
# uname -a
Linux iptest_165 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
※ yum 으로 설치한 것만 내릴수 있다.
'Linux' 카테고리의 다른 글
네트워크 대역폭 측정 (0) | 2018.04.10 |
---|---|
hostid 변경방법 (0) | 2018.04.03 |
Are you sure you want to continue connecting (yes/no)? (0) | 2018.03.27 |
esxi VMFS 데이터스토어 data를 생성하지 못했습니다. 포스트 구성을 변경할 수 없습니다. (0) | 2018.03.07 |
is apparently in use by the system; will not make a filesystem here! (0) | 2018.01.29 |