From owner-freebsd-questions@FreeBSD.ORG Wed Nov 3 03:23:54 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 85A4416A4CE for ; Wed, 3 Nov 2004 03:23:54 +0000 (GMT) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.36.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE1D043D39 for ; Wed, 3 Nov 2004 03:23:53 +0000 (GMT) (envelope-from garya@Dreamchaser.org) Received: from [12.32.36.74] (imagination.dreamchaser.org. [12.32.36.74]) iA33Nikq044915; Tue, 2 Nov 2004 20:23:44 -0700 (MST) (envelope-from garya@Dreamchaser.org) Message-ID: <41884F40.3020705@Dreamchaser.org> Date: Tue, 02 Nov 2004 20:23:44 -0700 From: Gary Aitken User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041030) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Smith References: <001501c4c14b$355e7fb0$19c8a8c0@loriandsmith> In-Reply-To: <001501c4c14b$355e7fb0$19c8a8c0@loriandsmith> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (nightmare.dreamchaser.org [12.32.36.73]); Tue, 02 Nov 2004 20:23:44 -0700 (MST) cc: freebsd-questions@freebsd.org Subject: Re: Boot Loader 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, 03 Nov 2004 03:23:54 -0000 I had a similar problem after installing 5.3b7. My solution (win2K & 5.3) was to use the ms boot manager. To do this, copy /boot/boot1 to c:\, naming it whatever you want, eg FreeBSD_boot1.bsd. Edit boot.ini to contain a line like: c:\FreeBSD_boot1.bsd="Freebsd 5.3" In order to edit boot.ini under windows you will need to effectively chmod it: attrib -s -r -h boot.ini edit it attrib +s +r +h boot.ini (not strictly needed, but a good idea) You can restore to boot manager with the install disks/cd for windows. Don't know whether this is the best solution or not; but it is one that works. Gary Andrew Smith wrote: > Ok I'm stuck... > > I'm trying to get Windows XP and FreeBSD 4.10 to dual boot. > > I'm installing onto a 40GB HD: > 30GB - WinXP > 10GB - BSD > > So I installed XP, and then FreeBSD, with the Boot Manager. > > Rebooted and I get the FreeBSD boot manager. When I hit F2, FreeBSD loads without problems. However when I hit F1, the computer just beeps at me. > > So I installed GRUB from the ports 0.94. I was able to manually boot BSD with GRUB, but I could not figure out how to get XP to boot, it didn't recognize the partition which XP was installed when I would do a "root (hd0,0)". > > I've search for a few hours now, trying to figure this out. But I'm stumped. > > Would this be easier with two Hard Drives? > > Any suggestions?