Post

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 with `nvme0n1` or the appropriate disk so the first mount command turns into `sudo mount /dev/nvme0n1p2 /mnt`.

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.