檢視當前系統的核心版本
# uname -r
rpm --import
.org/rpm-gpg-key-elrepo.org
rpm -uvh
.org/elrepo-release-7.0-2.el7.elrepo
.noarch
.rpm
如果安裝過程中出現yum提示的錯誤
執行如下語句
# rm -f /var/run/yum.pid
就可以繼續執行更新了。
在yum的elrepo源中,有最新核心版本,目前4.6dev
yum --enablerepo=elrepo-kernel install kernel-ml
-devel kernel-ml
-y
更新後檢視核心版本
[root@ip-10-10-17-4 tmp]# uname -r
3.10.0-123.el7.x86_64
重要:目前核心還是預設的版本,如果在這一步完成後你就直接reboot了,重啟後使用的核心版本還是預設的3.10,不會使用新的核心,想修改啟動的順序,需要進行下一步
#awk -f\' '$1=="menuentry " ' /etc/grub2.cfg
centos linux (4.6
.0-1.el7.elrepo
.x86_64) 7 (core)
centos linux (4.6
.0-1.el7.elrepo
.x86_64) 7 (core) with debugging
centos linux 7 (core), with linux 3.10
.0-229.el7.x86_64
centos linux 7 (core), with linux 0-rescue-c25a1eaf12bd4a3f9235a3a124d0d4c8
預設啟動的順序是從0開始,但我們新核心是從頭插入(目前位置在0,而3.10的是在1),所以需要選擇0,如果想生效最新的核心,需要
grub2-set-default
0
然後reboot重啟,使用新的核心,下面是重啟後使用的核心版本
# uname -r
為最新的linux核心。 centos 公升級核心到最新版本
centos 7 預設核心版本為 3.10 公升級核心需要使用 elrepo 的yum 源首先我們匯入 elrepo 的key rpm import 公升級核心需要使用 elrepo 的yum 源 首先我們匯入 elrepo 的key rhel 7,sl 7 or centos 7 rpm impo...
CentOS7公升級核心
步驟1 載入公鑰 步驟2 安裝elrepo 步驟3 載入elrepo kernel元資料 步驟4 檢視可用的rpm包 步驟5 安裝最新版本的kernel yum disablerepo enablerepo elrepo kernel install y kernel ml.x86 64 步驟6 重...
centos7公升級核心
檢視當前系統核心版本 uname r 匯入elpepo倉庫公共金鑰 rpm import如有報錯資訊 curl 35 peer reports incompatible or unsupported protocol version 先執行 yum update y nss curl libcurl...