diff --git a/etc/bootloader/grub b/etc/bootloader/grub index 8784adb..5f39492 100644 --- a/etc/bootloader/grub +++ b/etc/bootloader/grub @@ -92,7 +92,7 @@ config() { if [ "${EFI}" == "1" ]; then grub-install --bootloader-id="Voidlinux" - efibootmgr --create --disk "${TARGET_PHY_ID}-part1" --loader /EFI/void/grubx64_de.efi --label "Voidlinux DE" --verbose + #efibootmgr --create --disk "${TARGET_PHY_ID}-part1" --loader /EFI/void/grubx64_de.efi --label "Voidlinux DE" --verbose else grub-install "${TARGET_PHY_ID}" fi