From owner-freebsd-questions Sun Apr 13 23:15:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA18431 for questions-outgoing; Sun, 13 Apr 1997 23:15:59 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (max66-5.informatik.ba-stuttgart.de [141.31.66.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA18423 for ; Sun, 13 Apr 1997 23:15:53 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id IAA13442; Mon, 14 Apr 1997 08:14:48 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199704140614.IAA13442@helbig.informatik.ba-stuttgart.de> Subject: Re: Can boot 2.2.1-R In-Reply-To: from Anthony Hill at "Apr 14, 97 09:43:21 am" To: ahill@connect.com.au (Anthony Hill) Date: Mon, 14 Apr 1997 08:14:47 +0200 (MET DST) Cc: 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-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, > > I tryed a ftp install of 2.2.1-R this weekend, but could not get it to bood. > It seems to boot all the way through with no horrible problems, but then > fails to mount root. > > I think it may be a harddisk detection/geometry problem. > > The motherboard is a triton3 with 2 built in IDE controllers, > The harddisks are 2 425.3 MB Western Digital caviars. (model wdac2420-00F) > > I have Win95 on the first disk and am booting FreeBSD off the second using > osbs. > > Some of the disk related boot messages I get are:- > > wdc0 at 0x1f0-0x1f7 IRQ 14 on ISA > wdc0 unit 0 (wd0): > wd0 405 MB (830760 sectors), 989 clys, 15 heads, 56 st, 512 b/s > wd1 size unknown unsing fake values > wd1 0MB (17 secors), 1 cyls, 1 heads, 17 st, 512 b/s > . > . > . > wd1c hard error reading fsbn 829810 > . > . > . > wd1 cannot find bad sector table (bad sector table i/o error) > wd1s1 cannot find bad sector table (bad sector table i/o error) > panic cannot mount root > The disk wd1 is the slave on the primary IDE controller. Try putting your FreeBSD disk as master on the secondary IDE controller. At the Boot: prompt enter wd(2,a)/kernel and see what happens. hope this helps Wolfgang