我试图在我的Debian服务器上将我的Linux内核升级到3.2。 我已经安装了图像包,但即使重新启动,我似乎还有我的旧2.6内核。 我假设我可能不得不做一些其他的工作,有人可以帮助吗?
root@myserver:~# uname -r 2.6.32-308.el5.028stab099.3 root@myserver:~# cat /etc/debian_version wheezy/sid root@myserver:~# apt-cache search linux-image alsa-base - ALSA driver configuration files linux-headers-3.2.0-3-amd64 - Header files for Linux 3.2.0-3-amd64 linux-headers-3.2.0-3-rt-amd64 - Header files for Linux 3.2.0-3-rt-amd64 linux-image-3.2.0-3-amd64 - Linux 3.2 for 64-bit PCs linux-image-3.2.0-3-amd64-dbg - Debugging infos for Linux 3.2.0-3-amd64 linux-image-3.2.0-3-rt-amd64 - Linux 3.2 for 64-bit PCs, PREEMPT_RT linux-image-3.2.0-3-rt-amd64-dbg - Debugging infos for Linux 3.2.0-3-rt-amd64 linux-image-2.6-amd64 - Linux for 64-bit PCs (dummy package) linux-image-amd64 - Linux for 64-bit PCs (meta-package) linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package), PREEMPT_RT nvidia-kernel-3.2.0-3-amd64 - NVIDIA binary kernel module for Linux 3.2.0-3-amd64 nvidia-kernel-3.2.0-3-rt-amd64 - NVIDIA binary kernel module for Linux 3.2.0-3-rt-amd64 linux-image-2.6.32-5-amd64 - Linux 2.6.32 for 64-bit PCs root@myserver:~# apt-get install linux-image-3.2.0-3-amd64 Reading package lists... Done Building dependency tree Reading state information... Done linux-image-3.2.0-3-amd64 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@myserver:~#
2.6.32-308.el5.028stab099.3
el5有一点可以肯定,这不是一个“正常的”Debian系统,因为el5暗示它是某种RHEL派生。 看来这个内核是一个OpenVZ容器内核,这可能是你的提供者正在使用的内核 – 在这种情况下,你不能控制你运行的内核。