From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 16:14:09 2003 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 D529716A4CE for ; Tue, 28 Oct 2003 16:14:09 -0800 (PST) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 145C143F85 for ; Tue, 28 Oct 2003 16:14:09 -0800 (PST) (envelope-from judmarc@fastmail.fm) Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 5E71137C24C; Tue, 28 Oct 2003 19:14:06 -0500 (EST) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Tue, 28 Oct 2003 19:14:06 -0500 X-Epoch: 1067386446 X-Sasl-enc: gcsLQMf05sw+jtw002JEPQ Received: from sparky (dialup-67.74.71.147.Dial1.Philadelphia1.Level3.net [67.74.71.147]) by mail.messagingengine.com (Postfix) with ESMTP id BF21937C290; Tue, 28 Oct 2003 19:14:04 -0500 (EST) To: Andrew Humphries , freebsd-questions@freebsd.org References: <1067384858.11752.21.camel@revelation.home.net> Message-ID: From: Jud Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Tue, 28 Oct 2003 19:14:02 -0500 In-Reply-To: <1067384858.11752.21.camel@revelation.home.net> User-Agent: Opera7.21/Win32 M2 build 3218 Subject: Re: Two questions: WLAN and FBSD Bootloader 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: Wed, 29 Oct 2003 00:14:10 -0000 On Tue, 28 Oct 2003 23:47:39 +0000, Andrew Humphries wrote: [snip] > 2. My second problem, which isn't really a great problem (more of a > vanity thing really), is with the FreeBSD boot loader. On boot the > loader looks like this: > > F1 ??? > F2 FreeBSD > > Default: F2 > > Now thats all fine and dandy, except the other OS on my hard drive is > Windows XP Professional. How do I alter the boot loader to reflect F1 as > being WinXP? I've read the man-page for boot0cfg and it doesn't appear > to offer what I need, moreover I see no point in fiddling with the > existing configuration of the slices. As I said, its mainly vanity. > > I hope that someone will be able to answer my questions, many thanks in > advance, See . If you would like to have WinXP named in the boot menu, you have several alternatives. Section 9.10 of the same FAQ tells you how to use XP's bootloader to boot both XP and FreeBSD. Or you can install Grub from the FreeBSD ports (Grub is very nice - read the online documentation *thoroughly* beforehand). Or for something more automagic, try GAG. Jud