summaryrefslogtreecommitdiffstats
path: root/iso2usb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'iso2usb.sh')
-rw-r--r--iso2usb.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/iso2usb.sh b/iso2usb.sh
index 75093db..c519035 100644
--- a/iso2usb.sh
+++ b/iso2usb.sh
@@ -469,6 +469,9 @@ if [ -n "$EFIOFFSET" ]; then
if [ ! -f ${EFIMNT}/EFI/BOOT/bootx64.efi ]; then
echo "-- Note: UEFI boot file 'bootx64.efi' not found on ISO."
echo "-- UEFI boot will not be supported"
+ elif [ ! -f ${EFIMNT}/EFI/BOOT/bootia32.efi ]; then
+ echo "-- Note: UEFI boot file 'bootia32.efi' not found on ISO."
+ echo "-- 32-bit UEFI boot will not be supported"
else
EFIBOOT=1
fi