From owner-freebsd-questions Fri Oct 31 19:41:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26196 for questions-outgoing; Fri, 31 Oct 1997 19:41:08 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA26191 for ; Fri, 31 Oct 1997 19:41:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.7) with SMTP id TAA19868; Fri, 31 Oct 1997 19:41:00 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 31 Oct 1997 19:41:00 -0800 (PST) From: Doug White Reply-To: Doug White To: Paul Gregg cc: freebsd-questions@FreeBSD.ORG Subject: Re: free BSD2.2.2 install In-Reply-To: <345A415B.9E23C22B@ww-interlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 31 Oct 1997, Paul Gregg wrote: > Trying to install freeBSD2.2.2 on AMD 486 133 system with award bios. > Have atapi cdrom but using the install from dos partion option. Have two > ide hard drives Drive 0 is 233 meg drive 1 is 1 gig. I have tried > various settings in bios for 2nd drive. Setting up without partitions or > with and various settings in the partition setup in the install > procedure have pretty much same results. Unable to mount root. How are the configurations of the IDE controllers? If your second disk is on the second controller then that explains your mount problems. Try moving it onto your primary controller, then follow these instructions. 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). Hope this helps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major