From owner-freebsd-questions@FreeBSD.ORG Fri Jun 24 23:49:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCB37106564A for ; Fri, 24 Jun 2011 23:49:14 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id BC29F8FC13 for ; Fri, 24 Jun 2011 23:49:14 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p5ONnDRw086485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Jun 2011 16:49:13 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p5ONnDap086484; Fri, 24 Jun 2011 16:49:13 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA05084; Fri, 24 Jun 11 16:48:00 PDT Date: Fri, 24 Jun 2011 16:47:26 -0700 From: perryh@pluto.rain.com To: doug@safeport.com Message-Id: <4e05220e.GBAaOafCcTgMjymv%perryh@pluto.rain.com> References: <4D7F86D5012E084A@> In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dual Boot 8.2 and Windows 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 23:49:14 -0000 doug@safeport.com wrote: > If FreeBSD can be installed in an extended partition, > that would be a very useful howto. _Installing_ it in an "extended partition" is easy enough. geom(8) understands "extended partitions" (although sysinstall does not, so you need to install using Fixit# as for other non-sysinstall cases such as ZFS). The problem is _booting_ it. The code in i386/boot2 and lib/libstand is written to find the / (or /boot) FS on a BSD partition of an fdisk "primary partition" (aka slice), or in a GPT partition, and would need additions to handle fdisk "extended partitions".