From owner-freebsd-questions@FreeBSD.ORG Sat Mar 5 19:06:55 2005 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 C0D4F16A4CE for ; Sat, 5 Mar 2005 19:06:55 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6895743D5D for ; Sat, 5 Mar 2005 19:06:55 +0000 (GMT) (envelope-from cloudmaster@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so929184wri for ; Sat, 05 Mar 2005 11:06:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=e3fCrkAm97DvKt/dGAdcmP2wnrP3xbeYxBe/wLDHVt8ym+PU2QPcvkAkDdGoHJNyXbwcfdlP8wRL40sy6V98vGeZH8Ct+8YroNr+JHpMfqVTGbBUNvsN/jWxj1TrHxTNHgoAnqpsSQ0Ay7d5CZ0Ug947FlBnmv9tfexeffUNfd8= Received: by 10.54.34.54 with SMTP id h54mr989wrh; Sat, 05 Mar 2005 11:06:55 -0800 (PST) Received: by 10.54.46.20 with HTTP; Sat, 5 Mar 2005 11:06:54 -0800 (PST) Message-ID: Date: Sat, 5 Mar 2005 19:06:55 +0000 From: Danny Horne To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Change to different SCSI interface causes boot failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny Horne List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2005 19:06:55 -0000 Hi all, I'm trying to replace the motherboard in my FreeBSD 4.11-RELEASE server for a different one. The old board has on-board Adaptec AIC-7896N SCSI, the new one has on-board Symbios Ultra3 SCSI, on bootup I get the following error - Mounting root from ufs:/dev/da0s0a setrootbyname failed ffs_mountroot: can't find rootvp Rootmount failed:6 Is there any way I can boot the drive on this new interface? I've searched the archives & found a similar problem in which the solution was to use dump to create a backup & do a fresh install of FreeBSD on the new system before restoring the backup. If I have to take this route I might as well upgrade to 5.3, but I understand this uses a different filesystem to 4.11, so would this give problems with a restore from a 4.11 dump? Thanks for all replies