From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 11:45:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44F2537B401 for ; Fri, 11 Apr 2003 11:45:46 -0700 (PDT) Received: from netgecko.info (netgecko.info [217.160.92.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 925B543FB1 for ; Fri, 11 Apr 2003 11:45:45 -0700 (PDT) (envelope-from alex.kiesel@document-root.de) Received: from [192.168.1.31] (p508B36CF.dip.t-dialin.net [80.139.54.207]) by netgecko.info (Postfix) with ESMTP id 1B28487FF6; Fri, 11 Apr 2003 20:47:04 +0200 (CEST) From: Alex Kiesel To: Oscar Ricardo Silva In-Reply-To: <5.1.0.14.2.20030410112027.020f0588@scuff.cc.utexas.edu> References: <5.1.0.14.2.20030410112027.020f0588@scuff.cc.utexas.edu> Content-Type: text/plain Organization: Message-Id: <1050086739.16087.9.camel@detention.home.ahk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 11 Apr 2003 20:45:39 +0200 Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: mountroot prompt after new install of FreeBSD 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 18:45:46 -0000 On Thu, 2003-04-10 at 18:28, Oscar Ricardo Silva wrote: > Manual root filesystem specification: > : Mount using filesystem > eg. ufs:/dev/da0s1a > ? List valid disk boot devices > Abort manual input > > mountroot> [...] > So what's going on here? Why do I get this prompt after a brand new > install? I've tried recompiling the kernel and support for the RAID > controller was built into it. I've tried creating /boot/loader.conf with > the content: > > rootdev="aacd0s1a" # Set the root filesystem Is / pointing to the correct device in /etc/fstab? Greets, -Alex