aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xjoes-arch-install-UEFI.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index 37a362d..edadafc 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -825,6 +825,8 @@ arch-chroot /mnt/arch << ARCH_CHROOT_BIOS_GRUB_CMDS
# 2. Configuring GRUB #
# #
#=================================#
+ grub-install --target=i386-pc $drv
+ grub-mkconfig -o /boot/grub/grub.cfg
sleep 4
exit
ARCH_CHROOT_BIOS_GRUB_CMDS