First time installing arch linux and I'm following this guide https://www.youtube.com/watch?v=PQgyW10xD8s. When I get to 25:09, I'm told to enter this command
grub-install --target=x86_64-efi --bootloader-id=grub_uefi --recheck
After entering this it says on my screen
EFI variables are not supported on this system
EFI variables are not supported on this system
grub-install: error: efibootmgr failed to register the boot entry: No such file or directory
What do I do now?
ls /sys/firmware/efi/efivars
, if the command doesn't throw out an error, i.e. the directory exists, you know you have booted in efi mode. They you should be able to follow along with the installation. – computronium Sep 28 '20 at 17:04