From owner-freebsd-questions@FreeBSD.ORG Sun May 2 13:38:18 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 BBFA516A4CE for ; Sun, 2 May 2004 13:38:18 -0700 (PDT) Received: from artemis.afrc.af.mil (artemis.afrc.af.mil [129.54.8.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37BB43D5E for ; Sun, 2 May 2004 13:38:17 -0700 (PDT) (envelope-from Micheal.Peters@niagarafalls.af.mil) Received: from fsrvkq02.reserves.afrc.ds.af.mil (fsrvkq02.niagarafalls.af.mil [129.54.213.30]) by artemis.afrc.af.mil with ESMTP id i42KcG6X001414 for ; Sun, 2 May 2004 16:38:17 -0400 (EDT) Received: by fsrvkq02.reserves.afrc.ds.af.mil with Internet Mail Service (5.5.2657.72) id ; Sun, 2 May 2004 16:38:16 -0400 Message-ID: <527FE8CB31844C41AB3334125CE75E2B02D599D5@fsrvkq02.reserves.afrc.ds.af.mil> From: Peters Micheal A Contr GSI/SCBN To: freebsd-questions@freebsd.org Date: Sun, 2 May 2004 16:38:09 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain Subject: RE: Dumb question (dual booting WinXP with FBSD on 2nd drive) 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: Sun, 02 May 2004 20:38:18 -0000 /boot/boot0 needs to be installed using sysinstall by selecting the FreeBSD boot manager on the screen which asks if you wish to use a boot manager. This is because /boot/boot0 has the partition table area filled with NULL characters but sysinstall copies the partition table before copying /boot/boot0 to the MBR. I tried to run the procedure as perscribed in the handbook, but it didn't seem to work. For starters, to get to the screen that installs the boot manager, the only place I could find it was off of FDISK, So I selected the first hard drive, an was notified that the Drive Geomotry(sp?) was invalid. This is nothing that I had set up, the drive was install out of the box, and windows was install to it. The Drive was autodetected by BIOS, and neither BIOS nor Windows had any problems with it. Now seeing as I had no planes on actually doing much with the drive partions anyway, just quit out of that section and was persented with the boot manager screen, which I (following the instructions in the handbook) selected to install the BSD boot manager, and continued on. I don't remember the exactly what happened after that, but there where no errors, so I exited out of the process and went into winodows to finish the procedure. BSD never asked me what I wanted to name the file, and when I went into windows and checked the windows Drive, there where no files that have been modified (as far as boot sector files) I could not follow the final step in modifing the Boot.ini file as I had nothing to point it to. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Bob Johnson Sent: Sunday, May 02, 2004 4:08 PM To: freebsd-questions@freebsd.org Cc: Jay Chen Subject: Re: Dumb question (dual booting WinXP with FBSD on 2nd drive) On Thursday 29 April 2004 12:27 pm, Jay Chen <"Jay Chen" > wrote: > To Whom It May Concern: > > > > I have a Dell computer with Window XP and two hard disks (76 GB each). > The XP is located on C: and I am planning to install the FreeBSD on > the second hard drive (D: at this time). > > > This is not at all a dumb question, but it is a frequently-asked one. In fact, it's two. The first is how to use the built-in boot manager in Windows to boot FreeBSD: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADE R The second is what you MIGHT need to do to get FreeBSD to boot correctly from the second drive, although if you've followed the directions above, I don't think you will need it: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html#PANIC-ON-I NSTALL-REBOOT > I like to be able to boot either of these two Operating systems with a > selection at the time when I turn on the computer. Unfortunately, I > failed. During installation of the BSD, my understanding is that I > still need to have the Boot Manager residing on C. I guess that that > result a rewritten of the boot related files (boot manager). I can > not boot the XP any more. Do you have any suggestions? Where did I > do wrong?