I restarted a frozen Ubuntu 16.04.1 session using Alt + PrtSc + REISUB and now the graphical login manager does not show and I cannot log in. The following message briefly displayed and then disappears in an ongoing cycle.
/dev/sda1: Clearing orphaned inode 12976130 (uid=0, gid=0, mode0100600, size=334)
/dev/sda1: clean, 959550/14221312 files, 50959728/56878080 blocks
[ OK ] Stopped LSB: Start NTP daemon.
[ OK ] Created slice User Slice of gdm.
Starting User Manager for UID 115...
[ OK ] Started Session c2 of user gdm.
[ OK ] Started User Manager for UID 115.
Starting LSB: Start NTP daemon...
Stopping User Manager for UID 115...
[ OK ] Started LSB: start Samba daemons for the AD DC.
[ OK ] Stopped User Manager for UID 115.
I managed to log in using Ctrl + Alt + F1, however after a few seconds, the screen flashes black, and continues displaying the message above in the same manner. I can press Ctrl + Alt + F1 and the login is still active.
I've tried restarting it a few times using the power button with no success.
How can this be resolved? I still have access to recovery mode.
gnome-shell
on top of Ubuntu. I experienced this same problem with gdm3. please usesudo dpkg-reconfigure gdm3
and if it shows you a list of several display managers, select onelightdm
using arrow key and hit enter. Then reboot. Let me know if that helps – Anwar Aug 10 '16 at 04:37sudo /etc/init.d/gdm3 stop
the screen flashing stopped. I tried runningsudo dpkg-reconfigure gdm3
and selectinglightdm
and upon reboot the login manager is displayed. After trying to login the screen freezes, then briefly turns off and returns back to the original login screen. I also triedapt-get remove --purge nvidia*
,apt-get remove --purge gdm3 gnome gnome-shell
thenapt-get autoclean
,apt-get autoremove
and rebooted. After that I reinstalledgdm3
,gnome
andgnome-shell
and rebooted again. The problems remain. – Greg Aug 10 '16 at 05:25