X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=ef840f674c86f54141e83d5575f85e1d38bd5cdc;hp=b62e89b742b974edb8c44cebedd22fb90dfad232;hb=61048123d869bd74b6f05ee2995a736078716eb2;hpb=f1c4de52b65b41663c45966dc304d2dc70757b80 diff --git a/grml-live b/grml-live index b62e89b..ef840f6 100755 --- a/grml-live +++ b/grml-live @@ -1357,9 +1357,14 @@ else # (hidden NTFS, IIRC), as the partition type is sometimes needed # to get the BIOS even look at the partition created by isohybrid if isohybrid --help | grep -q -- --uefi ; then - log "Detected uefi support for isohybrid, enabling" - einfo "Detected uefi support for isohybrid, enabling" - ISOHYBRID_OPTIONS=--uefi + if echo $CLASSES | grep -qw I386 ; then + log "Detected uefi support for isohybrid but 32bit systems do not support it, ignoring." + einfo "Detected uefi support for isohybrid but 32bit systems do not support it, ignoring." + else + log "Detected uefi support for isohybrid, enabling" + einfo "Detected uefi support for isohybrid, enabling" + ISOHYBRID_OPTIONS=--uefi + fi fi log "isohybrid $ISOHYBRID_OPTIONS ${ISO_OUTPUT}/${ISO_NAME}"