From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 19 12:17:04 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8523816A4CE for ; Mon, 19 Jul 2004 12:17:04 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F3743D1F for ; Mon, 19 Jul 2004 12:17:03 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i6JCFDsD078116; Mon, 19 Jul 2004 14:15:14 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <130401c46d89$232263e0$471b3dd4@digiware.nl> From: "Willem Jan Withagen" To: , "Stephen Hocking" References: <200407191211.i6JCB7fY005294@bleep.craftncomp.com> Date: Mon, 19 Jul 2004 14:08:43 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: Multiple Bootable FreeBSD partitions? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:17:04 -0000 From: "Stephen Hocking" > I'm looking at creating multiple versions of FreeBSD on the one disk - sharing > perhaps one or two filesystems, but with totally separate /, /usr and /var. > Does anyone have a quick way to do this from a clean install? I've done this > under a number of OS's, but can't think how to do it with FreeBSD. FreeBSD itsell come with a selector in the bootsectors. Nothing really fancy, but it works. Not shure if the default is now to use LARGE disks, otherwise readup on boot0cfg and the -o packet option. My system also has w2K and WinXP/amd64, and I wanted a serial bootselector. So I used Grub for this. It is in the ports. --WjW