FreeBSD Bugzilla – Attachment 192468 Details for
Bug 227422
i386 mini-memstick 11-stable installer not recognized as bootable device on Lenovo x220
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
switch i386 memstick to mbr
pr227422.diff (text/plain), 924 bytes, created by
Ed Maste
on 2018-04-12 18:25:35 UTC
(
hide
)
Description:
switch i386 memstick to mbr
Filename:
MIME Type:
Creator:
Ed Maste
Created:
2018-04-12 18:25:35 UTC
Size:
924 bytes
patch
obsolete
>commit eb1e24b77c576fee87e55e6a1d46da4bece05500 >Author: Ed Maste <emaste@freebsd.org> >Date: Tue Apr 10 13:40:14 2018 -0400 > > switch i386 memstick images to MBR > > Some BIOSes have trouble booting from GPT in non-UEFI mode. > > PR: 227422 > Sponsored by: The FreeBSD Foundation > >diff --git a/release/i386/make-memstick.sh b/release/i386/make-memstick.sh >index 6aa1b507a68e..6774e86ae550 100755 >--- a/release/i386/make-memstick.sh >+++ b/release/i386/make-memstick.sh >@@ -36,11 +36,9 @@ 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 cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227422
: 192468