[Tutorials] 内核版本如何升级
Tofloor
poster avatar
赫磊½🇨🇳🇨🇳🇨🇳
deepin
2024-04-24 00:34
Author

我现在使用的是DEEPIN 20.9的系统,内核版本是5.15.77如何把内核版本升级到最新?

Reply Favorite View the author
All Replies
阿尼樱奈奈
Moderator
2024-04-24 00:36
#1

先去控制中心-更新-更新设置打开内测通道,然后执行:

sudo apt update && sudo apt search linux-image-*

然后在里面找到后面数字最大的内核,执行:sudo apt install linux-image-后面数字 linux-headers-后面数字

安装好后需要重启系统才能切换到新内核

Reply View the author
赫磊½🇨🇳🇨🇳🇨🇳
deepin
2024-04-24 00:37
#2

image.png

这个是我现在的配置

Reply View the author
赫磊½🇨🇳🇨🇳🇨🇳
deepin
2024-04-24 00:58
#3
阿尼樱奈奈

先去控制中心-更新-更新设置打开内测通道,然后执行:

sudo apt update && sudo apt search linux-image-*

然后在里面找到后面数字最大的内核,执行:sudo apt install linux-image-后面数字 linux-headers-后面数字

安装好后需要重启系统才能切换到新内核

image.png

麻烦问下这个错误提示是什么意思?

Reply View the author
忘记、过去
Moderator
2024-04-24 01:13
#4
赫磊½🇨🇳🇨🇳🇨🇳

image.png

麻烦问下这个错误提示是什么意思?

系统盘满了,没办法升级了

Reply View the author
LuijpCN
deepin
2024-04-24 07:00
#5

可能是boot分区包含好几个内核版本,卸载之后再安装

sudo apt autoremove

Reply View the author
Tonny
deepin
2024-04-24 09:20
#6
It has been deleted!
jjcui8595
Moderator
2024-04-24 10:23
#7

只有2G内存?在虚拟里安装的吧?如果是这样,建议扩大虚拟硬盘空间,或者干脆重新安装系统

Reply View the author
赫磊½🇨🇳🇨🇳🇨🇳
deepin
2024-04-26 16:09
#8
jjcui8595

只有2G内存?在虚拟里安装的吧?如果是这样,建议扩大虚拟硬盘空间,或者干脆重新安装系统

嗯,是虚拟机。我这测试下系统用

Reply View the author
何不向雕陵
deepin
2024-04-26 16:54
#9
阿尼樱奈奈

先去控制中心-更新-更新设置打开内测通道,然后执行:

sudo apt update && sudo apt search linux-image-*

然后在里面找到后面数字最大的内核,执行:sudo apt install linux-image-后面数字 linux-headers-后面数字

安装好后需要重启系统才能切换到新内核

请问内核升级后,需要重新安装 nvdia驱动吗

内核升级前的情况:

  • intel(有集显)+ nvidia(1050ti)
  • 使用了 apt 安装了nvidia驱动
  • 23 Beta3
  • 旧内核:6.1.32
Reply View the author