From owner-freebsd-current@FreeBSD.ORG Mon Jun 20 17:59:33 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BCE916A41C for ; Mon, 20 Jun 2005 17:59:33 +0000 (GMT) (envelope-from lists@immuneit.com) Received: from web1.nidhog.com (web1.nidhog.com [66.207.132.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E4543D1D for ; Mon, 20 Jun 2005 17:59:23 +0000 (GMT) (envelope-from lists@immuneit.com) Received: from blacksea.nedyah.org (semcheski.squirrelhill.nidhog.net [66.207.143.104]) (authenticated bits=0) by web1.nidhog.com (8.13.1/8.13.1) with ESMTP id j5KHxC8N010917 for ; Mon, 20 Jun 2005 13:59:20 -0400 (EDT) (envelope-from lists@immuneit.com) From: "Michael H. Semcheski" To: freebsd-current@freebsd.org Date: Mon, 20 Jun 2005 13:50:06 -0400 User-Agent: KMail/1.8 References: <000801c575bb$bcb3a0b0$6401a8c0@dell1> In-Reply-To: <000801c575bb$bcb3a0b0$6401a8c0@dell1> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506201350.06626.lists@immuneit.com> X-Greylist: Recipient e-mail whitelisted, not delayed by milter-greylist-1.5.6 (web1.nidhog.com [66.207.132.2]); Mon, 20 Jun 2005 13:59:20 -0400 (EDT) Subject: Re: After Install -- Where is FreeBSD? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 17:59:33 -0000 On Monday 20 June 2005 01:16 pm, Benjamin Sher wrote: > All that's missing now is FreeBSD. After completing my install, I exited. > FreeBSD exited normally, then rebooted. But no sign of FreeBSD. Instead, > Windows came up. I do recall choosing to have a boot manager but never > actually saw the screen and boot-up options. So, I went back into Free BSD > by switching back to the CD in my Bios, but that's as far as I dare go on > my own. What should I do? Am I missing something? > Just for the record, I have two primary HD. Windows is installed on the > first (ad0) and FreeBSD on the second (ad1). In some BIOS, you can switch the boot order of the hard drives. So lets say that ide0 is windows and freebsd is ide1. You may be able to tell your system to try to boot from ide1 first. I'm not intimately familiar with the details of the disk setup that takes place when you install FreeBSD, but I think what probably happened is that ide1, your FreeBSD drive, has the OS and an MBR on it, but your BIOS never trys to boot from it. > Windows XP came through completely unscathed and in perfect working order on my first primary HD. This is why your Windows XP installation was unscathed -- the FreeBSD install did nothing to that disk. If you can not get your BIOS to boot from ide1, what I would do is switch the drive order by physically switching the cabling if necessary. Once your computer is booting from the FreeBSD disk, you can modify the boot loader menu to allow you the option to boot from Windows XP. (The bootloader can be a bit more sophisticated than the BIOS about managing the boot process.) Hope that helps, Mike