diff --git a/steps/50-configure.step b/steps/50-configure.step index c7770c2..322ed98 100755 --- a/steps/50-configure.step +++ b/steps/50-configure.step @@ -21,7 +21,7 @@ echo "~> Configuring 'grub' for $bootloader" if [ "$bootloader" == "EFI" ]; then arch-chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=BOOT # thanks to Virtualbox, this step is necessary - cp /boot/EFI/BOOT/{grubx64.efi,BOOTX64.EFI} + cp /mnt/boot/EFI/BOOT/{grubx64.efi,BOOTX64.EFI} else arch-chroot /mnt grub-install --target=i386-pc /dev/*da fi