From owner-freebsd-hackers Tue Aug 3 9:13:25 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from m1-18-dbn.dial-up.net (m1-18-dbn.dial-up.net [196.34.155.18]) by hub.freebsd.org (Postfix) with ESMTP id 8EE87152C2 for ; Tue, 3 Aug 1999 09:13:16 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by m1-18-dbn.dial-up.net (8.8.7/8.6.12) id SAA29379; Tue, 3 Aug 1999 18:11:42 +0200 (SAST) From: Robert Nordier Message-Id: <199908031611.SAA29379@m1-18-dbn.dial-up.net> Subject: Re: Multiple versions of FreeBSD on one HDD In-Reply-To: <37A6F31E.E9F6F912@baker.ie> from Cillian Sharkey at "Aug 3, 1999 02:48:14 pm" To: gram@cequrux.com (Graham Wheeler), cillian@baker.ie (Cillian Sharker) Date: Tue, 3 Aug 1999 18:11:40 +0200 (SAST) Cc: hackers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > This works, but has the restriction that I have to enter a command line > > at the boot prompt to boot one of the two. I would much prefer > > partitions, as I can use a boot selector instead, and also change the > > default as appropriate. > > If you do have the installations in two seperate slices on the one disk, > you should be able to use a boot selector to boot which ever slice you > want. Just to elaborate on this: The new boot code is specifically designed to handle the separate slices case. Where multiple FreeBSD slices are found, it will prefer the one marked active; the old boot code always chose the first slice. For this to work optimally, it's best to replace your 2.2 boot blocks with ones from 3.2 (or otherwise ensure the 2.2 system occupies the first FreeBSD slice). You also need to use a boot manager which sets the "active" flag of the selected slice. > I don't know if this will work with booteasy the boot manager that comes > with FreeBSD by default, but there is a nice boot manager called > OS Select (tools/os-bs.exe in the FreeBSD distribution I think). Both booteasy and boot0 (distributed in place of booteasy from 3.1R) work as well. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message