linux如何更改默认内核,[linux 内核] 设置内核的默认启动版本
1. 查看當(dāng)前默認(rèn)啟動(dòng)內(nèi)核
[root@localhost yangkun]# grub2-editenv list
saved_entry=CentOS Linux, with Linux 3.10.0-123.el7.x86_64
2. 羅列所有內(nèi)核
[root@localhost yangkun]# cat /boot/grub2/grub.cfg | grep menuentry
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
menuentry_id_option=""
export menuentry_id_option
menuentry 'CentOS Linux (3.10.107) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-123.el7.x86_64-advanced-c2673a5b-1cf0-4c66-b8ce-a0aec9370bf5' {
menuentry 'CentOS Linux, with Linux 3.10.0-123.el7.x86_64' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-123.el7.x86_64-advanced-c2673a5b-1cf0-4c66-b8ce-a0aec9370bf5' {
menuentry 'CentOS Linux, with Linux 0-rescue-c4cebf4178d142359e5eeab989f93561' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-c4cebf4178d142359e5eeab989f93561-advanced-c2673a5b-1cf0-4c66-b8ce-a0aec9370bf5' {
3. 設(shè)置默認(rèn)啟動(dòng)內(nèi)核
[root@localhost yangkun]# grub2-set-default 'CentOS Linux (3.10.107) 7 (Core)'
4. 確認(rèn)改動(dòng)的結(jié)果
[root@localhost yangkun]# grub2-editenv list
saved_entry=CentOS Linux (3.10.107) 7 (Core)
5. ?重啟系統(tǒng)
reboot
uname -a
總結(jié)
以上是生活随笔為你收集整理的linux如何更改默认内核,[linux 内核] 设置内核的默认启动版本的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
                            
                        - 上一篇: php websocket 实战,一次W
 - 下一篇: PHP监測memcache服务端的执行状