From owner-freebsd-questions@FreeBSD.ORG Mon May 7 15:37:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37ECD16A401 for ; Mon, 7 May 2007 15:37:27 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0CBE013C43E for ; Mon, 7 May 2007 15:37:27 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 8457 invoked from network); 7 May 2007 15:37:26 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 May 2007 15:37:26 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id DBBC02843A; Mon, 7 May 2007 11:37:24 -0400 (EDT) To: "Franco Vitali" References: <463b9680.5220a09e.568d.ffffd7cd@mx.google.com> From: Lowell Gilbert Date: Mon, 07 May 2007 11:37:24 -0400 In-Reply-To: <463b9680.5220a09e.568d.ffffd7cd@mx.google.com> (Franco Vitali's message of "Fri\, 4 May 2007 17\:25\:27 -0300") Message-ID: <44tzuoodaj.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 15:37:27 -0000 "Franco Vitali" writes: > I'm using some old Pentium PCs, to install and test FreeBSD 6.2 > > > > Te problem I have is when I move the HD containing the OS to another > machine, I'm prompted to specify the root partition. > > > > I've checked the /etc/fstab file and everything is ok. > > > > I modified /boot/loader.conf with: > > rootdev="ad0s1a" and "/dev/ad0s1a" (the same in /etc/fstab) > > > > But I keep prompted to mount the root manually when the OS boots: > > > > Mounroot> ufs:ad0s1a > > > > What can I do? The only solution I can think is to reinstall the system in > the new machine, but for other reasons I need to keep the installed OS. There aren't any SCSI disks in this machine, are there? That can complicate things a bit. Have you tried setting root_disk_unit?