[Problem feedback] 如何切换到已经安装的最新内核
Tofloor
poster avatar
johnmy
deepin
2025-11-04 10:17
Author
hmy@Deepin:~/.config/autostart$ dpkg --get-selections|grep linux
binutils-x86-64-linux-gnu                       install
libselinux1:amd64                               install
linux-base                                      install
linux-firmware                                  install
linux-headers-6.6.101-amd64-desktop-hwe         install
linux-headers-6.6.104-amd64-desktop-hwe         install
linux-headers-deepin-hwe-amd64                  install
linux-image-6.6.101-amd64-desktop-hwe           install
linux-libc-dev:amd64                            install
linux-sysctl-defaults                           install
linux.qq.com                                    install
pptp-linux                                      install
util-linux                                      install
util-linux-extra                                install
hmy@Deepin:~/.config/autostart$ uname -r
6.6.101-amd64-desktop-hwe

用sudo apt update好像已经安装了6.6.104内核,但

hmy@Deepin:~/.config/autostart$ sudo ls /boot | grep vmlinuz
vmlinuz-6.6.101-amd64-desktop-hwe

只显示一个版本

启动的时候也还是默认会进行 6.6.101内核,开机启动时grub没有显示更多的的内核,

安装了grub-customizer,也尝试了sudo update-grub

但启动时还是不显示其他版本内核。

Reply Favorite View the author
All Replies
yippeeghost
deepin
2025-11-04 10:38
#1

是不是多系统啊?
多系统如果用B系统引导A系统,当A系统更新内核后,需要先进B系统执行update-grub才行

Reply View the author
johnmy
deepin
2025-11-04 10:55
#2

多系统是指win和deepin吗?装个两个系统,但深度只有一个。

Reply View the author
johnmy
deepin
2025-11-04 10:57
#3

感觉是内核没有安装完成,只有header,而image没有。

Reply View the author
玲泷沙.spark
deepin
2025-11-04 11:59
#4

deepin update-grub 也不显示已安装内核的

启动项里 你进入第二选项 看看有没有内核?

Reply View the author
johnmy
deepin
2025-11-04 13:36
#5

也没有呢

Reply View the author
森林的天空
deepin
2025-11-04 14:55
#6

你就一个内核啊,linux-image才是内核,linux-head是头文件

Reply View the author
森林的天空
deepin
2025-11-04 14:56
#7

你要安装linux-image-xxx,这个才是内核,安装完后,会自动update-gurb去更新gurb,去安装initramfs,都不要手工操作。

Reply View the author
johnmy
deepin
2025-11-04 18:48
#8
森林的天空

你要安装linux-image-xxx,这个才是内核,安装完后,会自动update-gurb去更新gurb,去安装initramfs,都不要手工操作。

那如何更新的到最新内核呢?

Reply View the author
星辰大海的种花家
deepin
2025-11-04 21:39
#9
johnmy

那如何更新的到最新内核呢?

装好了自动进去新内核的。

Reply View the author
johnmy
deepin
2025-11-05 06:49
#10
星辰大海的种花家

装好了自动进去新内核的。

看来我的是没有装好,如何装呢。

apt update都是最新的了

Reply View the author
177******20
deepin
2025-11-05 10:28
#11

sudo apt install linux-image-deepin-hwe-amd64

终端执行这个安装

Reply View the author
johnmy
deepin
2025-11-05 11:12
#12

正在安装了,

BTW,这个hwe是什么意思?

Reply View the author
CTZ老斑鸠
deepin
2025-11-06 22:32
#13
johnmy

正在安装了,

BTW,这个hwe是什么意思?

Hardware Enablement的缩写,原本是给UbuntuLTS设计的一种定期内核升级机制,为了让老硬件支持新系统。

Reply View the author
johnmy
deepin
20 hours ago
#14

多谢,多谢。

Reply View the author