grub boot fix pt3

This commit is contained in:
Thomas Cole 2021-06-30 11:43:48 -04:00
parent 4c10055971
commit 9884793854

View File

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