[Share Experiences] deepin20.2升级卡死解决方案!
Tofloor
poster avatar
jxcwss
deepin
2021-04-03 06:57
Author

deepin20.2升级时卡死,升级失败,可强制关机,然后重启,经过实测,升级失败是由于systemd导致的内核奔溃,所以首先应该进行内核升级到5.11。首先清理掉updates文件夹,进行内核升级。

打开终端:

sudo rm -rf /var/lib/dpkg/updates/*
sudo apt install linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64

重启电脑,切换到5.11内核(默认应该就是)。然后就可以直接进行更新了。

sudo apt-mark unhold systemd
sudo apt update
sudo apt dist-upgrade -y

更新完成,亲测有效,更新成功!

Reply Favorite View the author
All Replies
cb1000n
deepin
2021-04-03 08:38
#1

启动失败

报错信息

press ctrl + c to cancer all filesystem checks in progress

然后按 ctrl + c 没有反应,只能强制关机。

 

试了几次,每次都是卡在这里,最后手动原则5.4.7内核才能进系统

 

但是系统已经检测不到20.2版本了

 

 

Reply View the author
cb1000n
deepin
2021-04-03 08:40
#2
It has been deleted!