Initially, the computer was showing the error as mentioned in How to fix "The system is running in low-graphics mode" error? question. Fixing it resulted in the above error.
Please take look at the last line
Started GNOME display manager... and deal with any system changes..p link was shut down.....
One more thing before all this problem I have edited xorg.conf file to use Tooya X graphic tablet as suggested on here.
I don't know if that's the reason but I thought it is important to share.
startx
( you may need to press alt + left / right ) orsudo service lightdm restart
. The fact that you have virtual terminal access is good - means we can work on possible fixes – Sergiy Kolodyazhnyy Jun 30 '15 at 03:47sudo service lightdm restart
shows following messageJob for lightdm.service failed. See "systemct1 status lightdm.service" and "journalctl -xe" for details
– Freddy Jun 30 '15 at 03:59systemd
? Why does it suggest you dosystemctl status lightdm.service
unless you're runningsystemd
? – nixpower Jun 30 '15 at 22:53apt
and got no GUI as a result.sudo apt update
andsudo apt install ubuntu-desktop --reinstall --fix-missing
fixed that. – kay27 Jan 27 '23 at 07:30