×

CENTOS 7更换系统启动默认内核

hqy hqy 发表于2020-01-13 14:39:05 浏览2096 评论0

抢沙发发表评论

环境:

  • CentOS Linux release 7.6.1810 (Core) ;

1.查看当前默认启动内核

[inspur@localhost ~]$ grub2-editenv list
grub2-editenv: error: cannot open `/boot/grub2/grubenv.new': Permission denied.
[inspur@localhost ~]$ sudo grub2-editenv list
[sudo] password for inspur: 
saved_entry=CentOS Linux (3.10.0-957.21.3.el7.x86_64) 7 (Core)
[inspur@localhost ~]$
  1. 查看所有内核

[inspur@localhost ~]$ sudo cat /boot/grub2/grub.cfg | grep menuentryif [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
  menuentry_id_option=""
export menuentry_id_option
menuentry 'CentOS Linux (3.10.0-957.21.3.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-862.el7.x86_64-advanced-1ef88ad8-4275-4ceb-9d7f-80abefd6a4c2' {
menuentry 'CentOS Linux (3.10.0-862.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-862.el7.x86_64-advanced-1ef88ad8-4275-4ceb-9d7f-80abefd6a4c2' {
menuentry 'CentOS Linux (0-rescue-396035e748534ed49bfde6ab589c7cbe) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-396035e748534ed49bfde6ab589c7cbe-advanced-1ef88ad8-4275-4ceb-9d7f-80abefd6a4c2' {
[inspur@localhost ~]$

3.设置新的启动内核

[inspur@localhost ~]$ sudo grub2-set-default 'CentOS Linux (3.10.0-862.el7.x86_64) 7 (Core)'
[inspur@localhost ~]$

4.验证启动内核

[inspur@localhost ~]$ sudo grub2-editenv list
saved_entry=CentOS Linux (3.10.0-862.el7.x86_64) 7 (Core)
[inspur@localhost ~]$


 您阅读本篇文章共花了: 

打赏

本文链接:https://kinber.cn/post/1142.html 转载需授权!

分享到:


推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

群贤毕至

访客