grub boot fix getting closer

This commit is contained in:
Thomas Cole 2021-06-30 11:55:13 -04:00
parent 52f7bd26f4
commit 6ff3f2fd86

View File

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