Le 21/12/2022 à 09:43, Thomas Schmitt a écrit : > I think that in any case an ISO made by grub-mkrescue should be tested. > Maybe a distro developer is here who uses it for making a full fledged > installation ISO or a live ISO.
I do for making a full fledged installation ISO in this function, with the options you suggested privately: make_iso() { export MKRESCUE_SED_PARTNO=2 export MKRESCUE_SED_MODE=mjg grub-mkrescue --locales='' --themes='' --compress=xz -V "$ISOLABEL" \ -o $PATHTOISO -iso_mbr_part_type 0x83 -partition_offset 16 -J \ --xorriso=./grub/grub-mkrescue-sed.sh $ISODIR } I'd be glad to help tetsing, if given detailed instructions about what to test and how, as I am not a developer. However I can't test in Secure Boot enabled context. Cheers, Didier _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel