From owner-freebsd-current@FreeBSD.ORG Mon Aug 22 14:04:57 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD0C106579A for ; Mon, 22 Aug 2011 14:04:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 697958FC08 for ; Mon, 22 Aug 2011 14:04:56 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 0E42C46B0D; Mon, 22 Aug 2011 10:04:56 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 958FC8A02E; Mon, 22 Aug 2011 10:04:55 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Mon, 22 Aug 2011 09:54:17 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <927966496.20110820112229@serebryakov.spb.ru> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Message-Id: <201108220954.17541.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 22 Aug 2011 10:04:55 -0400 (EDT) Cc: Scot Hetzel Subject: Re: 9.0-BETA1 installer glithcies (i386) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2011 14:04:57 -0000 On Sunday, August 21, 2011 4:42:44 pm Scot Hetzel wrote: > 2011/8/21 Kevin Oberman : > > 2011/8/21 Lev Serebryakov : > >> Hello, Nathan. > >> You wrote 21 =C1=D7=C7=D5=D3=D4=C1 2011 =C7., 20:53:22: > >> > >>> GPT is bootable on all x86 systems, with either EFI or BIOS, and is n= ow > >> Ok, I was not sure here. > > > > The Wikipedia article on GUID Partition Table states that Windows only = supports > > GPT boot when the system is a EFI system and is 64-bit Windows, Vista o= r newer. > > Windows-32 will not boot from a GPT disk. > > > > I know Wikipedia is not always right, but it matches my limited experie= nce. > > > > https://secure.wikimedia.org/wikipedia/en/wiki/GUID_Partition_Table >=20 > Since this is the FreeBSD list, we are talking about booting FreeBSD > from GPT partitioned disks. FreeBSD supports booting from both > PC/BIOS and EFI Systems. >=20 > If you want to dual boot between FreeBSD and Windows, then you will > need a MBR Partitioned disk. Err, FreeBSD only supports booting from EFI on ia64 unless someone added missing bits to the x86 efi loader recently and I missed it. =2D-=20 John Baldwin