[Freezing/Lagging] 关于系统更新卡死启动失败问题
Tofloor
poster avatar
shuimuxiaochao
deepin
2021-10-23 23:02
Author

终端窗口执行 sudo apt-get dist-upgrade 系统更新

更新过程弹出输入法安装程序,然后卡死

强制重启系统,输入密码进入桌面启动程序闪烁一下重新进入输入密码页面,无法进入系统桌面。

Reply Favorite View the author
All Replies
shuimuxiaochao
deepin
2021-10-23 23:03
#1

顺便请教一下,如何进入recover模式

Reply View the author
shuimuxiaochao
deepin
2021-10-23 23:03
#2

现在已经在无限循环输入密码页面 无法进入系统

Reply View the author
WangZhongyun
deepin
2021-10-24 03:03
#3

注意是不是中文输入法状态,试试切换成英文输入法

Reply View the author
enforcee
deepin
2021-10-25 03:32
#4

切换到tty采用文本模式登录,按Ctrl+Alt+F2(F2到F6都有)

输入用户名和密码进入命令shell,然后尝试下面命令

sudo dpkg --configure -a

sudo apt install -f

sudo apt dist-upgrade

 

以后安装更新时不要强制重启系统

Reply View the author
shuimuxiaochao
deepin
2021-10-30 19:15
#5
It has been deleted!
shuimuxiaochao
deepin
2021-10-30 19:17
#6
enforcee

切换到tty采用文本模式登录,按Ctrl+Alt+F2(F2到F6都有)

输入用户名和密码进入命令shell,然后尝试下面命令

sudo dpkg --configure -a

sudo apt install -f

sudo apt dist-upgrade

 

以后安装更新时不要强制重启系统

谢谢你哦

Reply View the author