From owner-freebsd-current Sat Mar 21 16:35:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29584 for freebsd-current-outgoing; Sat, 21 Mar 1998 16:35:00 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29570 for ; Sat, 21 Mar 1998 16:34:56 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id AAA28449; Sun, 22 Mar 1998 00:34:51 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id BAA29569; Sun, 22 Mar 1998 01:34:49 +0100 (MET) Message-ID: <19980322013448.19287@follo.net> Date: Sun, 22 Mar 1998 01:34:48 +0100 From: Eivind Eklund To: Steve Price , current@FreeBSD.ORG Subject: Re: panic: cannot mount root References: <35145B61.41C67EA6@hiwaay.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <35145B61.41C67EA6@hiwaay.net>; from Steve Price on Sat, Mar 21, 1998 at 06:29:21PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Mar 21, 1998 at 06:29:21PM -0600, Steve Price wrote: > Hi All, > > I finally decided to try a March 12th kernel and > have been unsuccessful in getting it to work. Here > is my /etc/fstab for a kernel from around February > 25th. It seems OK to run true -current now. > $ cat /etc/fstab > /dev/wd0a / ufs rw 1 1 > /dev/wd0s2 none swap sw 0 0 > proc /proc procfs rw 0 0 > /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 > /dev/wd1s1 /u ufs rw 1 1 > $ > > I have tried changing /dev/wd0a to /dev/wd0s1 but > to no avail. You want /dev/wd0s1a for the above case, I guess. > The really odd thing is that the > kernel says something like this on startup > > setting root_device to /dev/wd0s2a This is due to a bug in the kernel. If I understood correctly, it is fairly hard to fix properly (and doesn't have any ill effects). It only affect what is printed. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message