From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 07:10:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D8716A4CE for ; Tue, 10 Feb 2004 07:10:43 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A51743D1D for ; Tue, 10 Feb 2004 07:10:43 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <200402101510420120083goee>; Tue, 10 Feb 2004 15:10:42 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id AD159F; Tue, 10 Feb 2004 10:10:42 -0500 (EST) Sender: lowell@be-well.ilk.org To: Peter Schmiedeskamp References: <20040209230337.16887.qmail@web11604.mail.yahoo.com> From: Lowell Gilbert Date: 10 Feb 2004 10:10:42 -0500 In-Reply-To: <20040209230337.16887.qmail@web11604.mail.yahoo.com> Message-ID: <44n07ras25.fsf@be-well.ilk.org> Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: Booting non-freebsd partition from loader(8)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 15:10:43 -0000 Peter Schmiedeskamp writes: > Hello, I have a question that google seems to be > unable to answer. > > My question: Is it possible to boot from a non-freebsd > partition after loader(8) is already in memory? > Ultimately, I would like to see the familiar boot menu > (where Chuck gives me all sorts of options such as > booting with and without ACPI support) with another > option "Boot Windows from partition X." > > I understand this is a bit of an odd usage, so I'll > explain why I would like to do this rather than the > standard hard disk "F1 DOS", "F2 FreeBSD" method. > > I'm using a tftp-enabled pxeboot that boots a small > MFS-based freebsd. I would like to give users the > option of booting from the harddrive or booting from > the network. PC Bios screens are unfortunately rather > inconsistent and cumbersome to navigate. So, I would > like to always get a consistent boot menu from the > network. Getting this from the network allows me to > update this boot menu centrally. > > So, any thoughts? Is it possible to chain load > another operating system in this fashion? It's probably possible to write loader code to do that, but I don't believe that such code exists now.