Date: Fri, 26 Mar 2021 13:37:38 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 254490] REGRESSION: Hybrid disc1.iso fails to boot from USB on BIOS/Legacy ThinkPads and other systems Message-ID: <bug-254490-227-hduCZuX1wf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-254490-227@https.bugs.freebsd.org/bugzilla/> References: <bug-254490-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254490 --- Comment #12 from Emmanuel Vadot <manu@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" !=3D "" ]; then $MKIMG -s gpt \ --capacity $imgsize \ -b "$BASEBITSDIR/boot/pmbr" \ - $espparam \ -p freebsd-boot:=3D"$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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254490-227-hduCZuX1wf>