From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 00:21:18 2004 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 D706A16A4CE for ; Sat, 7 Aug 2004 00:21:18 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 940ED43D41 for ; Sat, 7 Aug 2004 00:21:18 +0000 (GMT) (envelope-from spumonti@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so64034rnl for ; Fri, 06 Aug 2004 17:21:15 -0700 (PDT) Received: by 10.38.15.6 with SMTP id 6mr215749rno; Fri, 06 Aug 2004 17:21:15 -0700 (PDT) Message-ID: Date: Fri, 6 Aug 2004 19:21:15 -0500 From: Spumonti To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: installation of FreeBSD 4.10 on Dell PowerEdge 650 fails after reboot with mountroot 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: Sat, 07 Aug 2004 00:21:18 -0000 Just tried installing FreeBSD 4.10 on a Dell PowerEdge 650. No problems with the install, tried creating a partition with "dangerously dedicated" and also, just using the entire disk with standard bootmanager. Each time, after the initial reboot I get an error: Mounting root from ufs:ad0s1a Root mount failed: 6 Mounting root from ufs:ad0a Root mount failed: 6 Manual root filesystem specification: : Mount using filesystem eg. ufs:/dev/da0s1a ? List valid disk boot devices Abort manual input mountroot> I tried: mountroot> ufs:/dev/ad4s1a but that fails too. The disk is a Seagate 120GB and it's actually ad4, not ad0. If I interrupt the boot process at: >>FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: and enter: >>FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: 0:ad(4,a)/kernel the machine will boot properly. I've tried two things I found while checking on this: 1. Adding to loader.conf: rootdev="disk4s1a" root_disk_unit=0" 2. Rebuilding the kernel and adding: options ROOTDEVNAME=\"ufs:ad4s1a\" Neither of which worked. Is there something I'm missing while doing the installation? If I look in /dev the devices are there ad4, ad4s1, ad4s1a, ad4s1b, etc. About at wit's end ... any help would be great.