[Boot/Shutdown] 升级后不能关机
Tofloor
poster avatar
羔羊
deepin
2022-05-22 05:45
Author

很奇怪,升级20。5补丁以后,2次关机都不行,卡在关机界面没反应,只能强行关机。

华为笔记本,I5cpu

Reply Favorite View the author
All Replies
寰宇ζ
deepin
2022-05-22 06:15
#1

换内核

我刚刚uos中也遇上。

参考:

linux5.15内核安装:sudo apt install linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64

linux5.17内核安装:sudo apt install linux-image-deepin-experiment-amd64 linux-headers-deepin-experiment-amd64

搜索内核 apt search linux-image

查询当前本机内核版本# 重启系统reboot

$ uname -r

获取所有安装的内核版本

$ dpkg --get-selections | grep linux

选择要卸载的版本,卸载下列安装包

$ sudo apt purge linux-image-<版本> linux-headers-<版本>

Reply View the author
Linux小白2019
deepin
2022-05-22 17:29
#2

1楼的方法可行。

如果是比较新的硬件,建议用5.17的内核,如果是比较旧的硬件,建议用5.10.60的内核。我自己折腾Deepin的时候感觉5.15的内核就没有好用过。

Reply View the author