UEFI Sucks

So every update, this stupid crap fails to find my ONE SINGLE bootable device like a damn MORON. JUST LOOK FOR IT!!!

This is for me, to fix MY stuff – if you use this, you will most likely break your stuff – you have been warned!

Boot from Arch Boot USB
mount /dev/nvme0n1p1 /mnt
findmnt /mnt
efibootmgr –create –disk /dev/nvme0n1p1 –part 1 –loader /EFI/GRUB/grubx64.efi –label “ArchLinux” –unicode
reboot

My notes for future me