[problem help] 如何手动升级内核???
Tofloor
poster avatar
zsroot
deepin
2023-12-09 06:00
Author

这两次 版本升级的介绍中说可以手动升级内核,我的问题是在哪里找到升级内核的按钮???点那个升级啊

Reply Favorite View the author
All Replies
阿尼樱奈奈
Moderator
2023-12-09 06:16
#1

用终端执行:sudo apt search linux-image-* (搜索可用内核)

找到想要升级的内核版本后,执行: sudo apt install linux-image-[内核版本号,有的加后缀] linux-headers-[内核版本号,有的加后缀] (安装对应版本的内核,例如:sudo apt install linux-image-6.6.3 linux-headers-6.6.3

安装好后重启电脑,默认启动就进入新内核。

如果没有进入新内核,可以通过grub中的“Advanced options for Deepin 23”手动选择高版本内核启动。

Reply View the author
WangZhongyun
deepin
2023-12-09 17:48
#2

论坛里放过深度内核装卸器,可以管理源内和下载的内核。如果只安装和卸载源里的内核,可以安装新立得后选包安装或卸载,注意选择同版本内核的image和header两个包一起安装,正在使用的内核是不能卸载的。

Reply View the author
zsroot
deepin
2023-12-09 22:49
#3
阿尼樱奈奈

用终端执行:sudo apt search linux-image-* (搜索可用内核)

找到想要升级的内核版本后,执行: sudo apt install linux-image-[内核版本号,有的加后缀] linux-headers-[内核版本号,有的加后缀] (安装对应版本的内核,例如:sudo apt install linux-image-6.6.3 linux-headers-6.6.3

安装好后重启电脑,默认启动就进入新内核。

如果没有进入新内核,可以通过grub中的“Advanced options for Deepin 23”手动选择高版本内核启动。

通过你的教程升级成功谢谢

Reply View the author
187******52
deepin
2024-02-26 20:01
#4

大佬们好,为什么我搜索出来最高的版本只有6.1.0 ?

sudo apt search linux-image-* |grep 6.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

linux-headers-4.19.0-5-amd64/未知 4.19.37-9deepin amd64
Header files for Linux 4.19.0-5-amd64
linux-headers-4.19.0-5-cloud-amd64/未知 4.19.37-9deepin amd64
Header files for Linux 4.19.0-5-cloud-amd64
linux-headers-4.19.0-5-rt-amd64/未知 4.19.37-9deepin amd64
Header files for Linux 4.19.0-5-rt-amd64
linux-headers-4.19.0-6-686/未知 4.19.67-2 i386
Header files for Linux 4.19.0-6-686
linux-headers-4.19.0-6-686-pae/未知 4.19.67-2 i386
Header files for Linux 4.19.0-6-686-pae
linux-headers-4.19.0-6-amd64/未知 4.19.67-13eagle amd64
Header files for Linux 4.19.0-6-amd64
linux-headers-4.19.0-6-cloud-amd64/未知 4.19.67-13eagle amd64
Header files for Linux 4.19.0-6-cloud-amd64
linux-headers-4.19.0-6-rt-686-pae/未知 4.19.67-2 i386
Header files for Linux 4.19.0-6-rt-686-pae
linux-headers-4.19.0-6-rt-amd64/未知 4.19.67-13eagle amd64
Header files for Linux 4.19.0-6-rt-amd64

Reply View the author
米库打油
deepin
2024-03-16 15:48
#5
阿尼樱奈奈

用终端执行:sudo apt search linux-image-* (搜索可用内核)

找到想要升级的内核版本后,执行: sudo apt install linux-image-[内核版本号,有的加后缀] linux-headers-[内核版本号,有的加后缀] (安装对应版本的内核,例如:sudo apt install linux-image-6.6.3 linux-headers-6.6.3

安装好后重启电脑,默认启动就进入新内核。

如果没有进入新内核,可以通过grub中的“Advanced options for Deepin 23”手动选择高版本内核启动。

安装后开机,logo界面闪一下直接进bios了,怎么重启都没用

Reply View the author
阿尼樱奈奈
Moderator
2024-03-16 15:59
#6
米库打油

安装后开机,logo界面闪一下直接进bios了,怎么重启都没用

BIOS中还能找到deepin的启动项吗?

Reply View the author
米库打油
deepin
2024-03-16 17:13
#7
阿尼樱奈奈

BIOS中还能找到deepin的启动项吗?

开机启动项能看到deepin,机革的bios没有相关选项所以看不到

Reply View the author
米库打油
deepin
2024-03-16 17:14
#8
阿尼樱奈奈

BIOS中还能找到deepin的启动项吗?

原内核是6.1,安装的是6.6.7,系统是体验版最新版本

Reply View the author
阿尼樱奈奈
Moderator
2024-03-16 17:16
#9
米库打油

开机启动项能看到deepin,机革的bios没有相关选项所以看不到

那通过开机启动项能进系统吗?

Reply View the author
米库打油
deepin
2024-03-16 17:20
#10
阿尼樱奈奈

那通过开机启动项能进系统吗?

不能,主板logo加载结束后能看到一个闪烁的下划线,然后瞬间进bios

Reply View the author
阿尼樱奈奈
Moderator
2024-03-16 19:39
#11
米库打油

不能,主板logo加载结束后能看到一个闪烁的下划线,然后瞬间进bios

我刚看到有其他用户遇到了相同情况,可能是bug了:https://bbs.deepin.org/phone/zh/post/269519

Reply View the author