Good morning,
I just updated my linux-system and now it won’t let me boot anymore. It will first display some text and then the screen goes black with a cursor at the top left corner. Sadly I do not know where I can get the information of what exactly went wrong.
The error message I found by quickly reading the scrolling text before the blackscreen.
The idea of disabling nouveau I found by googling and using journalctl -b the only red (yes, I’m inexperienced) error message was nouveau “unknown chipset”.
I tried so far to chroot into the system and reupdate all pacman packages which didn’t fix the problem.
Also tried to deactivate the nouveau driver in GRUB though I’m not sure if that worked or not. At least booting wasn’t possible afterwards too.
Using the new nvidia-inst also didn’t help.
I read that for some people using ibt=off in the grub worked but for me it didn’t. Also I’m currently using Kernel 5.13 which shouldn’t have the ibt-option in the first place.
As far as I am aware using paru -Syu also updates the Kernel which did not happen.
The tool akm sadly does not open during chroot. I might be doing something wrong though.
uname -r results in 5.13.12-arch1-1
while pacman -Q | grep linux shows me only versions above 6.x like linux 6.2.2.arch1-1
Is there another way to update the kernel that I’m not aware of?