From owner-freebsd-questions Wed Jan 28 12:38:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14523 for questions-outgoing; Wed, 28 Jan 1998 12:38:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14515 for ; Wed, 28 Jan 1998 12:38:20 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA18482; Wed, 28 Jan 1998 12:37:55 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 28 Jan 1998 12:37:54 -0800 (PST) From: Doug White Reply-To: Doug White To: "Bond, Jeffery" cc: "'questions@freebsd.org'" Subject: Re: Problems mounting root In-Reply-To: <014CB6ADC0BCD0118B1B006097827D5B3D334F@EXCHANGE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Replying to your self not once but twice looks kinda funny in the message list. :-) Anyway, I can help you; this is probably the number one thing I deal with on this list. Which is why I have boilerplate. :-) On Mon, 26 Jan 1998, Bond, Jeffery wrote: > I have installed FreeBSD 2.2.2 on a partition on my PC. I have two hard > disks, one primary master, one secondary master. I have set aside a > partition on the secondary master for FreeBSD, the rest is for Win95. There is your problem -- the system doesn't number the disks properly if you have a device in the middle (like a CD). If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major