diff --git a/src/install.sh b/src/install.sh index e13e312..cc25048 100644 --- a/src/install.sh +++ b/src/install.sh @@ -415,16 +415,16 @@ prepareImage() { if [ -f "$dir/$ETFS" ] && [ -f "$dir/$EFISYS" ]; then return 0 fi - + if [ ! -f "$dir/$ETFS" ]; then warn "failed to locate file 'etfsboot.com' in ISO image, falling back to legacy boot!" else warn "failed to locate file 'efisys_noprompt.bin' in ISO image, falling back to legacy boot!" fi - + fi fi - + ETFS="boot.img" BOOT_MODE="windows_legacy"