Linux Centos 7.4 内核升级

Posted 项思凯

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux Centos 7.4 内核升级相关的知识,希望对你有一定的参考价值。

Linux Centos 7.4 内核升级

原始内核版本:3.10.0-693.2.2.el7.x86_64

升级内核版本:4.14.9-1.el7.elrepo.x86_64

1、导入key

  • Key文件
  • 百度云下载地址:https://pan.baidu.com/s/1ILEwuKQOA3TR3L6-8yMLoA
  • 密码:oq0k
rpm --import RPM-GPG-KEY-elrepo.org 

2、安装yum源,使用elrepo源

  • elrepo源
  • https://pan.baidu.com/s/1c5MsZ4sHBSjkbBabqFPIPw
  • 密码:79yf
rpm -Uvh elrepo-release-7.0-3.el7.elrepo.noarch.rpm

3、安装内核

yum --enablerepo=elrepo-kernel install kernel-ml-devel kernel-ml -y

4、更改内核默认启动顺序

grub2-set-default 0

5、重启 reboot

# 查看内核版本
[[email protected] ~]# uname -r
4.14.9-1.el7.elrepo.x86_64

 

以上是关于Linux Centos 7.4 内核升级的主要内容,如果未能解决你的问题,请参考以下文章

Linux-升级内核

CentOS7 升级到7.4

centos7怎么升级内核到4.2

Linux:centos内核升级

Centos 升级内核安装 BBR 简易操作!

Linux升级内核教程(CentOS7)