Cannot boot system due to start job running for hold
You can fix this in following way, it worked for me. FYI : I had upgraded from 14.04 to 16.04.
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
Reboot now. Its done!
Had the same problem earlier today.
Found out here (https://bbs.archlinux.org/viewtopic.php?id=195223) that could be a plymouth related problem, and after removing it (I'm really not into looping logins animations anyway...), I got into trouble with nvidia drivers.
I just removed all nvidia related software and, voilà, I'm here typing this answer.
sudo apt-get remove plymouth
sudo apt-get purge nvidia
sudo reboot
For those who messed up with Linux booting after the update (Which happened to many users including me) Here's the complete solution (Which I used, and I was able to get back everything).
- Don't panic!
- If your computer is hanged at the login screen, press Ctrl+Alt+f2
- It will ask for your login username and password.
- Connect ethernet cable (LAN cable) from your wifi router or modem to your computer
- Type
dhclient eth0
and press enter - For testing networking, try
ping www.google.com
if there's any failure then please check your LAN connection, router or modem (Connecting to WiFi is a tedious process so try LAN connection first) - Type
reboot
and press enter. - Now keep pressing Esc or Shift key.
- Enter into latest kernel recovery mode.
- Use keyboard arrow keys to navigate.
- Press Enter on
Networking
- Now it will display the previous screen.
- Click on root (You need root access to modify system).
Run
sudo apt-get install -f --reinstall lightdm
(It will download 200mb of data)
Run
sudo apt-get install unity
Run
sudo apt-get install ubuntu-session
Run
sudo dpkg-reconfigure lightdm
- It will ask you to select one out of two options:
gdm
&lightdm
. Selectlightdm
Run
sudo apt-get install gnome
( It will download 700mb of data)
- Run
reboot
and you should be able to get your work back (Although your desktop will look ugly because of conflicting themes. Don't worry, steps 23 & 24 will fix this issue). Open terminal (Ctrl+Alt+T) and run
sudo apt-get autoremove
(to purge all unnecessary dependencies which can cause problems while installing new packages)
Run
sudo apt install unity-tweak-tool
Run
sudo apt-get autoremove --purge light-themes
Run
sudo apt-get install light-themes
- Finally download ubuntu-tweak from ubuntuupdates.com (version that works with Xenial Xerus and isn't available anywhere else!)
- Reboot your system and done!