I have an Ubuntu 18.04 LTS laptop that dual-boots with Windows 10. I was fed up with all of my programs quitting every time I close the lid, so I attempted to change the lid close action to "hibernate," like my Windows side does. I followed the guide here: http://tipsonubuntu.com/2018/04/28/change-lid-close-action-ubuntu-18-04-lts/ Immediately after running the Systemd restart command, I was kicked to the login screen, and was unable to login again: I kept returning to the login screen after each attempt. When I powered off the laptop and attempted to boot, Ubuntu entered emergency mode. I thought perhaps reverting my changes in /etc/systemd/logind.conf would fix the issue, but it still persists. Does anyone know how I can make my computer work properly again? I can provide any additional information necessary.
Asked
Active
Viewed 381 times
fsck -f /dev/sdxx
to check the integrity of your disks. – Charles Green Apr 11 '19 at 17:26/etc/systemd/logind.conf
? – Charles Green Apr 11 '19 at 17:33fsck
orfsck -f
? The-f
option indicates that fsck should perform a check even if the superblock thinks the system is clean. Seeman e2fsck
– Charles Green Apr 11 '19 at 21:48