So I upgraded my Windows partition to latest insider preview and it kind of messed up my laptop.
Here’s the error message:
EFI stub: ERROR: failed to read file.
Trying to load files to higher address
EFI stub: ERROR: failed to read file.
Here’s the step I did to resolved it.
- Boot in an ArchLinux liveusb.
- Mount your root and boot partition.
- Chroot into it.
- And reinstall the bootloader.
mkinitcpio -p linux
bootctl install
Reboot and it should be good now.