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
ls -l ~/.Xauthority
look like – Sergiy Kolodyazhnyy Jun 11 '15 at 19:52BTW, is there a CLI/terminal logger I can install to record the output?
– Tartan_Spartan Jun 11 '15 at 19:56sudo lsmod
command), and hardware info (sudo lshw
). You can output them to files, move files to a usb, and upload to paste.ubuntu.com , then link them here. I'll ask around , there's people more knowledgeable than me. If you don't want to continue messing with the fixes, just mount a usb , backup your files withrsync
, and reinstall the whole thing. I'll be out of town for a day, but I'll put all my efforts to help you – Sergiy Kolodyazhnyy Jun 12 '15 at 18:43script
command for that :http://askubuntu.com/a/161946/295286 – Sergiy Kolodyazhnyy Jun 15 '15 at 00:08