开机卡在启动界面 A start job is running for hold until boot process f...
Tofloor
poster avatar
hqy
deepin
2018-05-15 02:30
Author
开机卡在启动界面 A start job is running for hold until boot process finishes up.
求问怎么办。
win10 双系统,小米笔记本 pro

Reply Favorite View the author
All Replies
avatar
impressionyang
deepin
2018-05-15 06:22
#1
lightdm出问题了,用tty2看看lightdm的相关配置是否正常吧。。。。。
Reply View the author
avatar
LouieVV
deepin
2018-08-27 22:27
#2
和我的一样
Reply View the author
avatar
strawsuper
deepin
2018-08-29 23:01
#3
你是怎么解决的?我无法进入tty2,一直在deepin的logo界面,原因我猜是我昨晚装软件的时候被我中断了。之后强制关机了
Reply View the author
avatar
wystephen
deepin
2018-09-02 04:54
#4
同样是无法进入。。。我就用了一下 full upgrad。。。
弃疗了,还是ubuntu靠谱。
Reply View the author
avatar
rokee
deepin
2018-11-28 02:21
#5
本帖最后由 rokee 于 2018-11-27 18:30 编辑

我也遇到了这个问题,已解决!方法如下
1.进入root shell 首先开机选择“Advanced options for *****”这一行按"e"键编辑,如图

然后按ctrl+X或者F10启动,即可进入root shell
2.卸载plymouth和xserver-org-video-intel,然后重启-即输入reboot
  1. sudo  apt-get remove plymouth
  2. sudo apt-get remive xserver-xorg-video-intel
Copy the Code
3.即可进入登入界面,如果还不能进入的话接着看
4.按ctrl+alt+F2进入tty,输入用户名+密码登入
5. 安装配置lightdm
  1. sudo apt-get install lightdm
  2. sudo dpkg-reconfigure lightdm
Copy the Code

6.当你进入桌面以后,接着把刚才卸载的驱动装回来,然后重启
  1. sudo ap-get install xserver-xorg-video-intel
Copy the Code
参考资料
Deepin忘记密码修复办法 https://my.oschina.net/hawt/blog/369127
Cannot boot system due to start job running for hold https://askubuntu.com/questions/760825/cannot-boot-system-due-to-start-job-running-for-hold


Reply View the author
avatar
hwlove
deepin
2019-12-31 17:55
#6
学习一下!!!
Reply View the author