From owner-freebsd-questions@FreeBSD.ORG Mon Mar 19 16:35:41 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 873D816A409 for ; Mon, 19 Mar 2007 16:35:41 +0000 (UTC) (envelope-from jeff@seamanpaper.com) Received: from seamanpaper.com (seamanpaper.com [64.62.234.89]) by mx1.freebsd.org (Postfix) with SMTP id 7A2DA13C46C for ; Mon, 19 Mar 2007 16:35:41 +0000 (UTC) (envelope-from jeff@seamanpaper.com) Received: from 66.152.240.162 ([66.152.240.162]) by seamanpaper.com for ; Mon, 19 Mar 2007 09:21:07 -0700 Message-ID: <45FEB87F.1040402@seamanpaper.com> Date: Mon, 19 Mar 2007 12:21:19 -0400 From: Jeff Dickens Organization: Seaman Paper Company User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: manual root filesystems specification under VMware X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2007 16:35:41 -0000 I'm trying to move a FreeBSD 6.1 virtual machine from VMware server to VMware ESX Server. The original VM used a virtual IDE controller for the disks, and apparently VMware ESX server doesn't support this. The "VMware converter" applications translates the virtual disk files to use the Virtual SCSI controller under VMware ESX Server. However, I then get dumped at the "Manual Root filesystem specification" prompt, where I should be able to just type "ufs:da0s1a" and off I go. But what happens is that the system is hung right at that point and doesn't accept keyboard input. If I boot FreeBSD into safe mode I can make an entry at the prompt. But "da0" is not available. If I type "?" I see that all there is is acd0 and fd0. But the scsi device must be there because the system is booted from it. Anyone see how I can straighten this out? Once I get the root filesystem mounted I should be able to edit fstab and go.