[Bug 254490] REGRESSION: Hybrid disc1.iso fails to boot from USB on BIOS/Legacy ThinkPads and other systems

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 26 13:37:39 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254490

--- Comment #12 from Emmanuel Vadot <manu at freebsd.org> ---
Could you test this :
diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh
index 1a1440fa198..a9e8a2c0439 100644
--- a/release/amd64/mkisoimages.sh
+++ b/release/amd64/mkisoimages.sh
@@ -89,8 +89,8 @@ if [ "$bootable" != "" ]; then
        $MKIMG -s gpt \
            --capacity $imgsize \
            -b "$BASEBITSDIR/boot/pmbr" \
-           $espparam \
            -p freebsd-boot:="$BASEBITSDIR/boot/isoboot" \
+           $espparam \
            -o hybrid.img

        # Drop the PMBR, GPT, and boot code into the System Area of the ISO.

I think I've changed the logic that partition must now be passed in the
intented order in case we specify an offset at some point.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list