grub boot fix

This commit is contained in:
Thomas Cole 2021-06-30 11:36:51 -04:00
parent 7a2641600a
commit 42c3543ccd

View File

@ -95,7 +95,7 @@ sysinstall () {
pacstrap /mnt
echoc " - Installing bootloader." $GREEN
grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB
grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB --boot-directory=/mnt/boot
grub-mkconfig -o /boot/grub/grub.cfg
#arch-chroot /mnt bootctl install