查看当前 grub2 的启动项:
cat /boot/grub2/grub.cfg
menuentry 后面的就是启动项。
例如改为 ‘CentOS Linux (3.10.0-327.el7.x86_64) 7 (Core)’
设置默认启动内核:
grub2-set-default 'CentOS Linux (3.10.0-327.el7.x86_64) 7 (Core)'
验证:
grub2-editenv list
将会返回:
saved_entry=CentOS Linux (3.10.0-327.el7.x86_64) 7 (Core)
- 重启看下内核是不是变成刚设置的了。
Last modification:April 13, 2020
© Allow specification reprint