[Bug 227422] i386 mini-memstick 11-stable installer not recognized as bootable device on Lenovo x220
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 10 17:42:49 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227422
--- Comment #5 from Ed Maste <emaste at 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=FreeBSD_Install -o version=2
${2}.part ${1}
rm ${1}/etc/fstab
rm ${1}/etc/rc.conf.local
-mkimg -s gpt -b ${1}/boot/pmbr \
- -p freebsd-boot:=${1}/boot/gptboot \
- -p freebsd-ufs:=${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:=${2}.part" \
-o ${2}
rm ${2}.part
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list