Re: Artix loading error on Qemu (EFI)
Reply #5 –
The grub-install command you provided works fine for me, even though it doesn't create the bootx64.efi file. Also, I'm pretty sure that /dev/vda gets ignored if --efi-directory is used.
Maybe try running
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub --removable
From the Arch wiki:
Edit: just checked, adding --removable creates the /boot/efi/EFI/BOOT/BOOTX64.EFI file, maybe this is what you're looking for?