From owner-freebsd-questions@FreeBSD.ORG Tue Aug 8 12:04:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9FED416A4E0 for ; Tue, 8 Aug 2006 12:04:30 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc3-cmbg1-0-0-cust506.cmbg.cable.ntl.com [82.21.101.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD2A43D5A for ; Tue, 8 Aug 2006 12:04:29 +0000 (GMT) (envelope-from danielby@slightlystrange.org) Received: from danielby by catflap.slightlystrange.org with local (Exim 4.63 #0) id 1GAQJb-000GYa-Sc by authid for ; Tue, 08 Aug 2006 13:04:07 +0100 Date: Tue, 8 Aug 2006 13:04:07 +0100 From: Daniel Bye To: freebsd general questions Message-ID: <20060808120407.GA22725@catflap.slightlystrange.org> Mail-Followup-To: freebsd general questions References: <20060808004826.32179.qmail@web52109.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <20060808004826.32179.qmail@web52109.mail.yahoo.com> User-Agent: Mutt/1.4.2.2i X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: danielby@slightlystrange.org X-SA-Exim-Scanned: No (on catflap.slightlystrange.org); SAEximRunCond expanded to false Subject: Re: default boot option in dual-boot mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 12:04:30 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 07, 2006 at 05:48:26PM -0700, gahn wrote: > hi: >=20 > how could i fix the default boot option in dual-boot > mode? >=20 > i have a machine with both windows xp and freebsd 6.1. > it works fine with freebsd boot manager (wiht optios > of f1 for xp and f2 for freebsd when it starts). but i > would like to fix the default mode for freebsd; ie, if > i don't make a choice on either f1 or f2 keys, then > system automatically boots up as freebsd machine. AFAIK, the FreeBSD loader sets the boot flag on the selected partition, so that becomes the default at next boot. I don't think it can do what you want. However, you might try grub or any of the other boot managers in the ports, or simply use the WinXP loader. It's easy enough to set up. If both WinXP and FreeBSD are installed on the same disk, copy /boot/boot1 to, say, C:\BOOTSECT.BSD. If they're on different devices, then you'll need to copy /boot/boot0 instead, BUT DON'T GET THIS WRONG! Then change the "default" line to read default=3DC:\BOOTSECT.BSD and add this to the [operating systems] section: C:\BOOTSECT.BSD=3D"FreeBSD" And you're set. Dan --=20 Daniel Bye PGP Key: http://www.slightlystrange.org/pgpkey-dan.asc PGP Key fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE2H23ixf5fBYiFmoRAlr3AKDLgao42tbDjgYMic8rKgjFhw/jNACffMjW 6VQ/JWBsL0dPhfVdNib4KLQ= =LwFJ -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC--