2

When I try to login, it reverts me to the login screen. If I move my mouse, it shows a log of system events and then does the same thing. I can Clrl + Alt + F1 to a terminal, and do modifications from there. I've attempted several fixes, some finished, some halted due to other roadblocks.

I think the core of the problem is something to do with my Nvidia driver (vs the graphics card) and I got another error along the lines of "failure to load start kernel drivers".

Would my best bet be to reinstall from a live CD? I can give more specific info to any queries later.

Here's some output:

systemctl status systemd-modules-load.service
[1;31m●[0m systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static;     vendor preset: enabled)
   Active: [1;31mfailed[0m (Result: exit-code) since Fri 2015-06-12 17:26:33     BST; 1min 17s ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 419 ExecStart=/lib/systemd/systemd-modules-load [1;31m(code=exited, status=1/FAILURE)[0m
 Main PID: 419 (code=exited, status=1/FAILURE)

Jun 12 17:26:33 me-GA-78LMT-USB3 systemd[1]: Starting Load Kernel Modules...
Jun 12 17:26:33 me-GA-78LMT-USB3 systemd-modules-load[419]: Module 'fuse' is builtin
Jun 12 17:26:33 me-GA-78LMT-USB3 systemd[1]: [1;39msystemd-modules-load.service: main process exited, code=exited, status=1/FAILURE[0m
Jun 12 17:26:33 me-GA-78LMT-USB3 systemd[1]: [1;31mFailed to start Load Kernel Modules.[0m
Jun 12 17:26:33 me-GA-78LMT-USB3 systemd[1]: [1;39mUnit systemd-modules-load.service entered failed state.[0m
Jun 12 17:26:33 me-GA-78LMT-USB3 systemd[1]: [1;39msystemd-modules-load.service failed.[0m

1 Answers1

0
sudo apt-get install lightdm.

If lightdm is already installed then...

sudo systemctl disable sddm.service
sudo systemctl enable lightdm.service

You will now see the gnome greeter and will now boot and reboot every time.

Pilot6
  • 92,041
Chris
  • 1