This morning, I used my PC without issues. To my knowledge, I didn’t install, uninstall or update anything (I know everyone says that).
This afternoon, when I tried to boot my PC, it looks normal up to the point when the Manjaro boot screen is supposed to show (with the Manjaro lettering at the bottom and the three animated dots above it), but then the screens claim to have no input and turn off. No amount of waiting resulted into anything.
I tried pressing Ctrl+Alt+F2/F3 but without success, the screens stay off. After a while (I might have also pressed Ctrl+Alt+Del at some point), the PC rebooted.
I could boot a (very old) Manjaro live USB, so luckily it’s not a busted GPU.
I managed to chroot into my Manjaro installation and enable the grub menu, by which I found out I can boot into Kernel 6.1.135
So it might be Kernel 6.12.25, which I also have installed and would be the default (though I wonder why it worked this morning, or yesterday, or …).
$ mhwd -l && mhwd -li && mhwd-kernel -li
> 0000:08:00.0 (0300:1002:73bf) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-linux 2024.05.06 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI
> Installed PCI configs:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-linux 2024.05.06 true PCI
Warning: No installed USB configs!
Currently running: 6.1.135-1-MANJARO (linux61)
The following kernels are installed in your system:
* linux54
* linux61
* linux612
journalctl
doesn’t seem to have any recording of the failed boot attempts.
How do I fix boot with kernel 6.12?
Thanks in advance!