Date: Mon, 13 Jul 2009 16:36:04 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c Message-ID: <200907131636.n6DGaId6015223@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2009-07-13 16:36:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/boot/i386/libi386 biosdisk.c Log: SVN rev 195657 on 2009-07-13 16:36:04Z by rpaulo MFC r195045: On special systems where the MBR and the GPT are in sync (up to the 4th slicei, Apple EFI hardware), the bootloader will fail to recognize the GPT if it finds anything else but the EFI partition. Change the check to continue detecting the GPT by looking at the EFI partition on the MBR but stopping successfuly after finding it. PR: kern/134590 Submitted by: Christoph Langguth <christoph at rosenkeller.org> Reviewed by: jhb Revision Changes Path 1.48.2.12 +1 -1 src/sys/boot/i386/libi386/biosdisk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907131636.n6DGaId6015223>