iTech / Linux · 2020年9月8日

修改linux启动时选择的内核版本

查看有哪些内核

cat /boot/grub2/grub.cfg || grep 'menuentry'

指定开机从哪个内核启动

grub2-set-default 'CentOS Linux (5.8.13-1.el7.elrepo.x86_64) 7 (Core)'

查看默认启动内核

grub2-editenv list