grub2-editenv list #修改默认内核CentOS Linux (5.10.222-1.el7.x86_64) 7 (Core)是awk查询出来的内核名称 grub2-set-default 'CentOS Linux (5.10.222-1.el7.x86_64) 7 (Core)'
重新启动
1
reboot
查看内核
1
uname -r
指定sealos版本下载sealos
1 2 3
VERSION=v4.3.7 export VERSION wget https://mirror.ghproxy.com/https://github.com/labring/sealos/releases/download/${VERSION}/sealos_${VERSION#v}_linux_amd64.tar.gz