You are not logged in.
Hi, I just updated to linux 5.15.2. However I have a usb device that doesn't work with that kernel, so I downgraded it to 5.14 again.
I ran
pacman -U /var/cache/pacman/pkg/linux-5.14.9-x86_64.pkg.tar.xz
pacman -U /var/cache/pacman/pkg/linux-headers-5.14.9-x86_64.pkg.tar.xzI rebooted and the system wont boot anymore, it just shows a black screen with a cursor blinking on the top left.
How can I fix it?
Offline
sudo mkinitcpio -P?
Offline
sudo mkinitcpio -P?
Nop, that was ran without errors when I downgraded it. This is something else
Offline
Oh yeah
If you use nvidia package, you need to downgrade that as well. Otherwise use nvidia-dkms, for less headache.
If you can switch to a tty (ctrl+alt+F2) and login, and run journalctl -b, you can look through that and that might help pinpoint the issue. Pipe the output into a text file that you can upload online if needed.
Last edited by Ammako (2021-11-13 15:55:54)
Offline
Oh yeah
If you use nvidia package, you need to downgrade that as well. Otherwise use nvidia-dkms, for less headache.
If you can switch to a tty (ctrl+alt+F2) and login, and run journalctl -b, you can look through that and that might help pinpoint the issue. Pipe the output into a text file that you can upload online if needed.
Yep, nvidia was the problem. It's working now.
Thank you very much.
Offline