depot/web/lukegbcom/posts/2016-02-09-fixing-my-desktop-again.md

1.1 KiB

title date layout hero hero credit hero credit text classes tags
Fixing my Desktop (again) 2016-02-09 Post https://source.unsplash.com/Kw_zQBAChws/1270x952 https://unsplash.com/photos/Kw_zQBAChws Ashim D'Silva
header
header-black-gradient
linux

I successfully broke my computer again. Oops. I can watch systemd boot my system and then once my display manager (in my case, sddm) takes over, kaput.

Once that's happened, I can't do anything else. I can't switch to a text console because my displays switch themselves off, nor can I start a graphical session because, again, my displays switch themselves off.

Rebooting yields this:

Will this ever reboot?

(and clicking the reboot button does nothing)

I managed to fix this by booting into EFI shell, then specifying runlevel 3 by booting the kernel's EFISTUB. My EFI shell didn't like the leading slash for some reason. Whatever.

Once that was done, a pacman -Syu (which updated the nvidia package, among some other things) and a mkinitcpio -P linux got me back up and running.

Simples!