升级Ubuntu 16.04之后报错解:
A start job is running for Hold until boot process finishes up (Xmin Xs/no limit)
解决方法:
Go in your safe mode by hitting SHIFT key or ESC. select networking , then drop to root prompt. Then run following commands.
sudo apt-get remove plymouth
sudo apt-get remove xserver-xorg-video-intel
Now, reboot,
When you reboot, still you may get black or purple screen,
Press Ctrl+Alt+F1 and login with your username and password.
Then run following commands.
GDM ie Gnome display manager was also causing problems for me, so following step was essential for me
I switched to lightdm from gdm3 as display manager.
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
When you are prompted, select default display manager as lightdm
Now I was back with desktop , without dash or unity but only icons and wallpaper. now run this.
sudo apt-get install ubuntu-desktop
Now, reboot after this.
The desktop is back!
now, you can install intel graphic drivers again,
sudo apt-get install xserver-xorg-video-intel
本文提供了解决Ubuntu16.04升级后出现启动错误的方法。通过禁用plymouth和移除Intel显卡驱动来解决启动过程中的问题,并介绍了如何切换到lightdm显示管理器以恢复正常桌面环境。

被折叠的 条评论
为什么被折叠?



