- /dev/sda1: ESP (EFI System Partition)
- /dev/sda2: system + home
- /dev/sda3: swap
Boot from Arch liveCD, then:
mount /dev/sda2 /mnt
mount /dev/sda1 /mnt/boot
arch-chroot /mnt
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
grub-mkconfig -o /boot/grub/grub.cfg
exit
mount -R /mnt
reboot