From: Mihai Moldovan Date: Mon, 8 Mar 2021 14:59:21 +0000 (+0100) Subject: grml-live: isohybrid is the default, reflect that. X-Git-Tag: v0.38.0~7^2~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=aa74c00b81b8b2e6dcaaa2401e1defd1525d11b2 grml-live: isohybrid is the default, reflect that. While isolinux's "manifold" mode was used by default a long time ago, Grml switched to the isohybrid method in late 2011, mostly due to manifold being incompatible with UEFI systems. Documentation and configuration files weren't updated at that time, though. Do it now. --- diff --git a/docs/grml-live.txt b/docs/grml-live.txt index f3751c7..133badf 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -685,14 +685,14 @@ That's it. All downloaded files will be cached in /var/cache/apt-cacher-ng then How do I revert the manifold feature from an ISO? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The so called manifold feature Grml ISOs use by default allows one to use the same -ISO for CD boot and USB boot. If you notice any problems when booting just -revert the manifold feature running: +The so-called manifold feature Grml ISOs can, but by default do not, use allows +one to use the same ISO for CD boot and USB boot. If you notice any problems +when booting manifold-crafted media, just revert the manifold feature running: % dd if=/dev/zero of=grml.iso bs=512 count=1 conv=notrunc To switch from manifold to isohybrid mode (an alternative approach provided by -syslinux) then just execute: +syslinux, used by default for official Grml images) then just execute: % isohybrid grml.iso diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index 06e1e6c..c84f588 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -152,10 +152,12 @@ # boot the CD using normal el torito mode or copy it to USB device # *without* having to run grml2usb (like: 'dd if=grml.iso of=/dev/sdX') # - working both with the same ISO +# Note that the manifold method is currently not be compatible with UEFI +# setups. # HYBRID_METHOD='disable' # do not create a hybrid ISO -# HYBRID_METHOD='isohybrid' # use isohybrid from SYSLINUX +# HYBRID_METHOD='isohybrid' # use isohybrid from SYSLINUX (default) # HYBRID_METHOD='grub2' # use manifold with GRUB 2 -# HYBRID_METHOD='manifold' # use manifold with ISOLINUX (default) +# HYBRID_METHOD='manifold' # use manifold with ISOLINUX # Secure Boot method that should be used (amd64 only). # If unset defaults to "disabled" (which means no Secure Boot will be present)