From 7a2641600af5fed82a95b2361e3a9b295a1b46c9 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 30 Jun 2021 10:18:12 -0400 Subject: [PATCH] Trying grub boot instead in uefi mode --- archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall.sh b/archinstall.sh index a02ef0b..7867601 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -95,7 +95,7 @@ sysinstall () { pacstrap /mnt echoc " - Installing bootloader." $GREEN - grub-install ${DISK}1 + grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB grub-mkconfig -o /boot/grub/grub.cfg #arch-chroot /mnt bootctl install