From bc20c1e7296ffd3b1efad5342885c39819614bb2 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 16 Jul 2024 18:02:52 -0400 Subject: [PATCH] Finally fixed EFI paths (cheers e) --- enterthevoid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterthevoid b/enterthevoid index ec5c9a0..6982cce 100755 --- a/enterthevoid +++ b/enterthevoid @@ -192,7 +192,7 @@ setup_chroot() { if [ $BOOT_OPTION = "UEFI" ]; then xbps-install gummiboot gummiboot install - # Optional, copy the EFI /boot/efi/EFI/boot/bootx64.efi to for tricking compatability + cp /boot/efi/EFI/GRUB/grubx64.efi /boot/efi/EFI/boot/bootx64.efi # copy the EFI for tricking compatability elif [ $BOOT_OPTION = "BIOS" ]; then xbps-install grub grub-install /dev/$DRIVE