From owner-freebsd-questions Sun Sep 15 15:12:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA17846 for questions-outgoing; Sun, 15 Sep 1996 15:12:52 -0700 (PDT) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [206.54.227.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA17838 for ; Sun, 15 Sep 1996 15:12:49 -0700 (PDT) Received: from arabian.astrolab (dial200.nconnect.net [206.54.227.200]) by atlantis.nconnect.net (8.7.3/8.7.3) with SMTP id RAA04950; Sun, 15 Sep 1996 17:07:00 -0500 (CDT) Message-ID: X-Mailer: XFMail 0.4 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 15 Sep 1996 17:01:31 -0500 (CDT) Organization: Computer Specialists / Astrolab Development From: Randy DuCharme To: "Josh Emmons (skia)" Subject: RE: PANIC!: unable to mount root Cc: questions@FreeBSD.org Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On 15-Sep-96 "Josh Emmons (skia)" wrote: >>I have a computer with three IDE devices (UGH! I hate them, but they were >cheep...): >a Seagate 2gig hard drive. >a 8x CD-ROM >and a Conner 800Mb Hard disk. < snip > >The installation seems to run fine. It probes all the drives, sees them >all. It works fine. I set up a slice on the 800Mb drive and use the >correct geometry. I have FreeBSD auto-generate the lables, select the >"X-User" distribution, and then commit. After installation is finishe, I >reboot the machine and wait for Booteasy. I the hit F5 to switc to the >other drive (the 800Mb one) and hit F1 for BSD. It then gives me a boot: >prompt and I hit enter to use the defaults. It probes and finds all my >drives. Then it says something like "switching root system to WD1a" and >the line after that says: PANIC!: unable to mount root. < snip > At the boot prompt type wd(1,a)/kernel and it should boot. (kernel.GENERIC boots the GENERIC kernel) For it to boot automatically, you'll have to build a kernel with the option: config kernel root on wd1 When I set up my system, I did it pretty much the same way as you did except I used SCSI drives. I installed FBSD on the 2nd drive as a dedicated UNIX drive (ie: the "not compatable with other operating systems" option during the installation.) I then only installed the boot manager only on the first hard disk. It eliminates the second Fx prompt. Just a thought... something to play with :) Good luck Randy