From owner-freebsd-questions Fri Oct 31 00:35:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA21488 for questions-outgoing; Fri, 31 Oct 1997 00:35:00 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA21470 for ; Fri, 31 Oct 1997 00:34:41 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id JAA29579; Fri, 31 Oct 1997 09:33:28 +0100 (MET) From: Wolfgang Helbig Message-Id: <199710310833.JAA29579@rvc1.informatik.ba-stuttgart.de> Subject: Re: freebsd 2.2.2 install problems In-Reply-To: <3459455F.55F7A016@ww-interlink.net> from Paul Gregg at "Oct 30, 97 09:41:36 pm" To: pdgregg@ww-interlink.net (Paul Gregg) Date: Fri, 31 Oct 1997 09:33:28 +0100 (MET) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > A unix newbie trying to install free bsd2.2.2 from cdrom. Had to use > install from dos partition option as couldnt mount cdrom. Is there some > way to determine which cdom driver might work. Consult HARDWARE.TXT on the CD. > After installation appears to be complete and enter password for /root > get a panic button warning. When system is rebooted get an unable to > mount root msg at end of startup list. That's pretty far, the kernel is booted. But didn't figure out from which device. So you have to give a hint at the boot: prompt, e. g. boot: wd(2,a)kernel if you have installed FreeBSD on the master of the second IDE controller. The number of IDE disks: wd(0,a) master first IDE controller wd(1,a) slave first IDE controller wd(2,a) master second IDE controller wd(3,a) slave second IDE controller Of course, if you have SCSI disks you need to try sd(0,a), sd(1,a) ... Wolfgang