Ubuntu – Stuck on blue screen while booting the system

16.04boot

I am using Ubuntu 16.04 and I am stuck into blue screen with no message.
Its just showing a cursor nothing else.
booting
Screenshot

Any help is appreciated.

Best Answer

I fixed this by rebooting. At the login screen, I switched to a terminal ctrl+alt+F1 and then running sudo apt-get upgrade. That would not run, but I was told to use sudo dpkg --configure -a. After I ran sudo dpkg --configure -a, then I ran sudo apt-get upgrade. Lastly, I ran reboot. This solved the problem.

Related Question