The title is rather self-explanatory. I updated my system, and now systemd-boot isn’t even drawing to the screen. It doesn’t show the menu or anything, and if you launch it through Ventoy for instance, it just doesn’t even blank the screen, the machine hangs.
I did what anyone who’s faced boot issues would do, and decided to chroot into my system. My ESP is at /dev/sda1, and my EnOS partition is at /dev/sda4, so I executed the following commands:
lsblk # to make sure
sudo mount /dev/sda4 -o subvol=@,noatime /mnt # yes i use btrfs
sudo mount /dev/sda1 /mnt/efi # on my real system i also use /efi
sudo arch-chroot /mnt
Then I tried these commands:
sudo reinstall-kernels
sudo pacman -Syu linux
To no avail. (obviously I’d reboot and try again)
What would be the cause of this issue, and how do I fix it?
Never have I had a boot issue like this, even trying to switch to GRUB doesn’t fix the problem, same black screen. Either I did the conversion wrong or something bigger is up.