Arch fix EFI partition
If you have a dual-boot with windows sometimes the boot loader can be overwritten
Fix the partition and re-install kernel
Boot a live CD / USB
Replace
1
2
3
4
5
sudo mount /dev/<disk>p2 /mnt
sudo mount /dev/<disk>p1 /mnt/efi
sudo arch-chroot /mnt
bootctl install
reinstall-kernels
This post is licensed under CC BY 4.0 by the author.