From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 22:09:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B9F37B401 for ; Tue, 15 Jul 2003 22:09:09 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDDC43FAF for ; Tue, 15 Jul 2003 22:09:07 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org (ugly.x.kientzle.com [66.166.149.53]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h6G590gY034836; Tue, 15 Jul 2003 22:09:00 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3F14DEA0.8010209@acm.org> Date: Tue, 15 Jul 2003 22:12:00 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Harald Schmalzbauer References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: ticso@cicely.de Subject: Re: FFS_ROOT is gone? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 05:09:09 -0000 Harald Schmalzbauer wrote: > Let's see what Tim can contribute to this topic, since he also claimed to > have problems with "mountroot>" I installed FreeBSD (I think it was 5.0-RELEASE) on a hard disk attached to ad0. It worked, I tested it. I reconnected the hard disk to a separate IDE controller as ad4. The kernel booted, failed to mount root (as expected), and presented a "mountroot>" prompt. If I typed something invalid, the system rebooted. If I typed something valid, I got a "mountroot>" prompt again. In short, nothing I did would coerce the kernel into actually mounting root. Finally, I put the disk back on ad0, edited /etc/fstab and moved it back to ad4. That worked just fine. In short, "mountroot>" seems to do nothing if the kernel's initial attempt fails. Tim