[System Installation] 20.6升级失败, 启动卡住 V20.5
Tofloor
poster avatar
150******88
deepin
2022-06-03 06:46
Author

20.6升级失败, 启动卡住

b757f289a58423d8be8d68430f8d8a7.jpg

回退还失败image.png

Reply Favorite View the author
All Replies
root
deepin
2022-06-03 09:33
#1

按f1看停在哪裡

Reply View the author
wangr1069
deepin
2022-06-07 03:11
#2

我也遇到过类似的问题,屏幕上打印了 "vfs_monitor: on_do_mount_ent type is empty or too long"

这个 vfs_monitor 是 deepin-anything (被用于全局搜索) 的内核模块,看了下 anything 的源码,这个报错是 anything 的正常行为,anything 会监视系统的挂载操作,当挂载参数有问题时,就会出现该日志。所以我估计是系统启动出现了异常,而这种系统异常恰好被 anything 发现和记录了。

目前无法看出是系统哪个部分出现异常了,可以看看是不是显示管理器的问题(试试切换到其他 tty,看看显示管理器的相关日志)

lightdm /var/log/lightdm/lightdm.log
greeter /var/log/lightdm/seat0-greeter.log
session ~/.xsession-errors

Reply View the author