Skip to content

Instantly share code, notes, and snippets.

@EkoAdiWijayanto
Created November 3, 2017 21:49
Show Gist options
  • Save EkoAdiWijayanto/7f7049fae86e92e1ba77d33286a5b52f to your computer and use it in GitHub Desktop.
Save EkoAdiWijayanto/7f7049fae86e92e1ba77d33286a5b52f to your computer and use it in GitHub Desktop.
source https://forum.antergos.com/topic/4203/grub-uefi-repair/8
mount /dev/*sdaROOT* /mnt
mount /dev/*sdaEFI* /mnt/boot/efi
arch-chroot /mnt
pacman -S efibootmgr
grub-mkconfig -o /boot/grub/grub.cfg
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub
exit
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment