Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2018 17:42:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 227422] i386 mini-memstick 11-stable installer not recognized as bootable device on Lenovo x220
Message-ID:  <bug-227422-227-5J7z0Y3wcc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227422-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227422-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=3D227422

--- Comment #5 from Ed Maste <emaste@freebsd.org> ---
Perhaps:

diff --git a/release/i386/make-memstick.sh b/release/i386/make-memstick.sh
index 1943e07942c1..1eb5d57942e3 100755
--- a/release/i386/make-memstick.sh
+++ b/release/i386/make-memstick.sh
@@ -36,10 +36,8 @@ makefs -B little -o label=3DFreeBSD_Install -o version=
=3D2
${2}.part ${1}
 rm ${1}/etc/fstab
 rm ${1}/etc/rc.conf.local

-mkimg -s gpt -b ${1}/boot/pmbr \
-    -p freebsd-boot:=3D${1}/boot/gptboot \
-    -p freebsd-ufs:=3D${2}.part \
-    -p freebsd-swap::1M \
+mkimg -s mbr -b ${1}/boot/mbr \
+    -p freebsd:-"mkimg -s bsd -b ${1}/boot/boot -p freebsd-ufs:=3D${2}.par=
t" \
     -o ${2}
 rm ${2}.part

--=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-227422-227-5J7z0Y3wcc>