From owner-freebsd-questions Mon Mar 30 15:17:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18894 for freebsd-questions-outgoing; Mon, 30 Mar 1998 15:17:23 -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 PAA18808 for ; Mon, 30 Mar 1998 15:17:03 -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 PAA24997; Mon, 30 Mar 1998 15:16:58 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 30 Mar 1998 15:16:57 -0800 (PST) From: Doug White Reply-To: Doug White To: Shannon 8 cc: freebsd-questions@FreeBSD.ORG Subject: Re: Getting it to run In-Reply-To: <351EB828.9B096BF2@knox.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 29 Mar 1998, Shannon 8 wrote: > Small question. I seem to get through the installation and > everything fine, however, when I get to booting up for the first time, > it does its little thing for a while and eventually ends up panicking. > The error message seems to be cannot mount root. It then proceeds to > wait for 15 seconds and reboots. I think it would do this for a long > time if I let it. Any advise? Thanks 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message