Debian Linux 6 Squeeze 如何安装内核3.2.xx

时间:2019-11-20 08:53:19  来源:igfitidea点击:

Debian Linux 6附带的Linux内核版本为2.6.32.xx。
如何使用backports安装Linux内核版本3.2.xx或更高版本。

添加backports

编辑/etc/apt/sources.list:

# vi /etc/apt/sources.list

添加下面行:

deb http://backports.debian.org/debian-backports squeeze-backports main

运行以下命令:

# apt-get update

安装Linux内核3.x.xx

执行以下命令搜索内核镜像:

# apt-cache search linux-image-3

安装Linux 3.2镜像

# apt-get -t squeeze-backports install linux-image-3.2.0-0.bpo.2-amd64 firmware-linux-free

重启系统:

# reboot

确认系统内核:

# uname -mrs

或者

# cat /proc/version