Trying grub boot instead in uefi mode

This commit is contained in:
Thomas Cole 2021-06-30 10:18:12 -04:00
parent c6a082fc2b
commit 7a2641600a

View File

@ -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