Cannot boot system due to start job running for hold

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/qq_36561697/article/details/90286615

Go in your safe mode by hitting SHIFT key or ESC. select networking , then drop to root prompt. Then run following commands.

卸载Plymouth: 

sudo apt-get remove plymouth

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,

原文:https://askubuntu.com/questions/760825/cannot-boot-system-due-to-start-job-running-for-hold

如果在命令行中无法联网,参照这篇blog:https://blog.csdn.net/qq_36561697/article/details/90286524

猜你喜欢

转载自blog.csdn.net/qq_36561697/article/details/90286615