Centos 7,无法更新内核

Centos 7,无法更新内核

我在运行 centos-7(vm)http://www.ovh.com/。我的内核版本是 2.6.32-042stab108.8。即使yum clean all && yum update重启后,内核版本仍然是 2.6.32-042stab108.8。有什么建议吗?

答案1

您可能需要使用 ELRepo 版本 [2]

警告:新内核可能会导致您的系统不稳定或不可用。

假设你运行的是 CentOS v7.0 而不是 v7.1,那么系统报告的内核是 3.10.x,所以你报告的 v2.6.32 很奇怪。[3] 还建议使用 ElRepo 的内核,并提供了升级到内核 v3.17.x 的其他说明

更新: OVH 显然使用了这里提到的自定义内核 [4]

[1]http://www.liquidweb.com/kb/how-to-update-the-kernel-in-centos-red-hat/

[2]https://unix.stackexchange.com/questions/200574/centos-7-1-still-using-outdate-kernel-3-10-how-to-upgrade-to-kernel-4-0

[3]http://wiki.mikejung.biz/CentOS_7#Upgrade_CentOS_7_Kernel_to_3.17

[4]http://change_ovh_kernel.onlinephpfunctions.com/

https://forum.ovh.us/showthread.php/2368-CentOS-7-with-kernel-version-gt-3-10

相关内容