From owner-freebsd-questions Wed Jan 14 11:25:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12342 for questions-outgoing; Wed, 14 Jan 1998 11:25:09 -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 LAA12330 for ; Wed, 14 Jan 1998 11:24:50 -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 LAA27011; Wed, 14 Jan 1998 11:24:47 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 14 Jan 1998 11:24:47 -0800 (PST) From: Doug White Reply-To: Doug White To: neil cc: questions@FreeBSD.ORG Subject: Re: freebsd boot problems In-Reply-To: <34BB4FFD.355E9786@tpgi.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk On Tue, 13 Jan 1998, neil wrote: > I am having a major problem trying to boot BSD. > My system (pentium 166) has a second hard drive installed as master on > the secondary IDE. > Using a boot floppy and CD I am able to configure and install FreeBSD > 2.2.5 onto a 2G partition on this drive and also install the boot > loader. > When the system starts up it recognizes both wd0 and wd2 however the > boot command looks for wd1 by default and when I try boot: wd(2,a) the > message unable to find wd(2,a) is returned. > I am rather confused as the system seems to install without any > difficulty. The classic `can't mount root'. 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). You may need to move your disk. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major