0

My new laptop is an ASUS X453M and I just installed Ubuntu 14.04.1 LTS. The installation was successful. After the first login, I just check the system info and press "Install update" to update. After restarting, my laptop just cannot login. It shows a blank screen and I still can hear the Ubuntu login sound but can not see anything rather than a blank screen. Maybe some issue with my graphic card. Please help. Thanks.

PS: I want to note that the screen does not display anything, it's not really a blank screen.

2 Answers2

0

Usually, when the display server is not responding you can still obtain a non-graphical login screen by typing Ctrl+Alt+F1.

Then you should be able to login, and you should look at the log file /var/log/Xorg.0.log. Please paste here any error appearing in this file.

0

Check if you've enough disk space, in a login screen by typing Ctrl+Alt+F1. then login the system and type this command :

df -kh

If you've any 100% partition full that could block gnome starting.

dubis
  • 197