将Centos 8 Linux内核版本升级或降级到指定版本

本文以centos 8.0为例,内核版本为4.18.0-80.el8.x86_64,升级到内核版本为4.18.0-80.4.2.el8_0.x86_64。

1.查看当前系统版本信息

cpp 复制代码
[root@centos80-1905 ~]# uname -sr
Linux 4.18.0-80.el8.x86_64

2.在网站:https://vault.centos.org/里面下载Binary package二进制包

路径为:https://vault.centos.org/8.0.1905/BaseOS/x86_64/os/Packages/

3.按Ctrl+f在页面上进行查找,输入kernel,一路回车,找到你需要的kernel版本。

这里我需要的是4.18.0-80.4.2.el8_0.x86_64,点击,对应的rpm包就被下载到电脑上了。

4.将三个rpm包上传到centos 8系统中。

c 复制代码
total 45028
-rw-------. 1 root root     1274 May 30  2023 anaconda-ks.cfg
-rw-r--r--. 1 root root   419544 Aug 13 16:45 kernel-4.18.0-80.4.2.el8_0.x86_64.rpm
-rw-r--r--. 1 root root 24766716 Aug 13 16:46 kernel-core-4.18.0-80.4.2.el8_0.x86_64.rpm
-rw-r--r--. 1 root root 20912504 Aug 13 16:54 kernel-modules-4.18.0-80.4.2.el8_0.x86_64.rpm

5.安装rpm包

c 复制代码
[root@centos80-1905 ~]# yum install kernel-*
Failed to set locale, defaulting to C
CentOS-8 - Extras                                                                                                                    0.0  B/s |   0  B     00:01
Failed to synchronize cache for repo 'extras', ignoring this repo.
Last metadata expiration check: 0:08:50 ago on Tue Aug 13 16:45:45 2024.
Dependencies resolved.
=====================================================================================================================================================================
 Package                                 Arch                            Version                                         Repository                             Size
=====================================================================================================================================================================
Installing:
 kernel                                  x86_64                          4.18.0-80.4.2.el8_0                             @commandline                          410 k
 kernel-core                             x86_64                          4.18.0-80.4.2.el8_0                             @commandline                           24 M
 kernel-modules                          x86_64                          4.18.0-80.4.2.el8_0                             @commandline                           20 M

Transaction Summary
=====================================================================================================================================================================
Install  3 Packages

Total size: 44 M
Installed size: 76 M
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                             1/1
  Installing       : kernel-core-4.18.0-80.4.2.el8_0.x86_64                                                                                                      1/3
  Running scriptlet: kernel-core-4.18.0-80.4.2.el8_0.x86_64                                                                                                      1/3
  Installing       : kernel-modules-4.18.0-80.4.2.el8_0.x86_64                                                                                                   2/3
  Running scriptlet: kernel-modules-4.18.0-80.4.2.el8_0.x86_64                                                                                                   2/3
  Installing       : kernel-4.18.0-80.4.2.el8_0.x86_64                                                                                                           3/3
  Running scriptlet: kernel-core-4.18.0-80.4.2.el8_0.x86_64                                                                                                      3/3
  Running scriptlet: kernel-4.18.0-80.4.2.el8_0.x86_64                                                                                                           3/3
  Verifying        : kernel-4.18.0-80.4.2.el8_0.x86_64                                                                                                           1/3
  Verifying        : kernel-core-4.18.0-80.4.2.el8_0.x86_64                                                                                                      2/3
  Verifying        : kernel-modules-4.18.0-80.4.2.el8_0.x86_64                                                                                                   3/3

Installed:
  kernel-4.18.0-80.4.2.el8_0.x86_64                 kernel-core-4.18.0-80.4.2.el8_0.x86_64                 kernel-modules-4.18.0-80.4.2.el8_0.x86_64

Complete!

6.重启系统,查看系统内核是否升级成功。

c 复制代码
[root@centos80-1905 ~]# reboot
[root@centos80-1905 ~]# uname -sr
Linux 4.18.0-80.4.2.el8_0.x86_64
相关推荐
vip45117 分钟前
Linux 经典面试八股文
linux
大霞上仙19 分钟前
Ubuntu系统电脑没有WiFi适配器
linux·运维·电脑
Karoku0661 小时前
【企业级分布式系统】Zabbix监控系统与部署安装
运维·服务器·数据库·redis·mysql·zabbix
为什么这亚子1 小时前
九、Go语言快速入门之map
运维·开发语言·后端·算法·云原生·golang·云计算
布值倒区什么name1 小时前
bug日常记录responded with a status of 413 (Request Entity Too Large)
运维·服务器·bug
孤客网络科技工作室1 小时前
VMware 虚拟机使用教程及 Kali Linux 安装指南
linux·虚拟机·kali linux
。puppy2 小时前
HCIP--3实验- 链路聚合,VLAN间通讯,Super VLAN,MSTP,VRRPip配置,OSPF(静态路由,环回,缺省,空接口),NAT
运维·服务器
颇有几分姿色2 小时前
深入理解 Linux 内存管理:free 命令详解
linux·运维·服务器
光芒再现dev3 小时前
已解决,部署GPTSoVITS报错‘AsyncRequest‘ object has no attribute ‘_json_response_data‘
运维·python·gpt·语言模型·自然语言处理
AndyFrank3 小时前
mac crontab 不能使用问题简记
linux·运维·macos