From owner-freebsd-questions@FreeBSD.ORG Sat Jun 11 21:24:47 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 DD6F81065670 for ; Sat, 11 Jun 2011 21:24:47 +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 A440B8FC0C for ; Sat, 11 Jun 2011 21:24:47 +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 p5BLOkH5016363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 11 Jun 2011 14:24:46 -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 p5BLOjwA016362; Sat, 11 Jun 2011 14:24:45 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA15082; Sat, 11 Jun 11 14:23:51 PDT Date: Sat, 11 Jun 2011 14:23:48 -0700 From: perryh@pluto.rain.com To: m.seaman@infracaninophile.co.uk Message-Id: <4df3dce4.Q91HBbyqMmM23pOi%perryh@pluto.rain.com> References: <4DF36DBF.7020500@infracaninophile.co.uk> In-Reply-To: <4DF36DBF.7020500@infracaninophile.co.uk> 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: Query about FreeBSD and primary partitions requirements 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: Sat, 11 Jun 2011 21:24:47 -0000 Matthew Seaman wrote: > On 11/06/2011 08:18, Bret Busby wrote: > > the current FreeBSD Handbook ... states > > "FreeBSD must be installed into a primary partition." > > > > However, in the last couple of days, I have been advised that > > FreeBSD can be installed in, and, quite happily runs in, a > > logical partition within an extended partition. > > > > Has anyone other than the person who advised me of that, tested > > the installation and operation of FreeBSD, within a logical > > patition of an extended partition ...? > > FreeBSD can mount and use filesystems created on partitions inside > 'extended partition' type slices (cue standard exposition of the > difference between partitions and slices in FreeBSD-speak.) True. > > However, I believe that you may well have difficulty *booting* > FreeBSD unless the kernel (ie. /boot) can be read from a primary > partition. I presume the purpose of boot0ext.S is to build a boot0 (FreeBSD MBR) variant capable of booting from what MS call an "extended partition" -- boot0.S being used when booting from a "primary partition" -- but I've never tried to use it. I'm having enough "fun" trying to boot from a _different_ "unusual" configuration. > Also, I don't think sysinstall(8) groks extended partitions very > well, if at all ... > so you will probably have some fun doing the actual installation. Indeed.