From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 10:28:28 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA8C6106566B for ; Tue, 25 Jan 2011 10:28:28 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from fileserver.home.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) by mx1.freebsd.org (Postfix) with ESMTP id 4912C8FC17 for ; Tue, 25 Jan 2011 10:28:27 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.4/8.14.4) with ESMTP id p0PASQ32020690; Tue, 25 Jan 2011 10:28:26 GMT (envelope-from freebsd@qeng-ho.org) Message-ID: <4D3EA5CA.7060704@qeng-ho.org> Date: Tue, 25 Jan 2011 10:28:26 +0000 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101218 Thunderbird/3.0.11 MIME-Version: 1.0 To: Volodymyr Kostyrko References: <4D3D7D0D.6090700@qeng-ho.org> <4D3DF2A1.8030403@gmail.com> In-Reply-To: <4D3DF2A1.8030403@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions Subject: Re: Virtualbox - no /dev/acd0 in VM even if it's booting from CD [SOLVED] 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: Tue, 25 Jan 2011 10:28:28 -0000 On 01/24/11 21:44, Volodymyr Kostyrko wrote: > 24.01.2011 15:22, Arthur Chance wrote: >> I just upgraded to virtualbox-ose-3.2.12 (ditto the vbox kmod port), and >> then tried to install a new VM. It booted from the CD fine but >> sysinstall reported that it couldn't find a CD drive to install from. >> Booting another VM that already existed showed the same problem - >> /dev/ad0 exists but /dev/acd0 doesn't and there's no sign of it during >> the device detection part of the boot. >> >> Anyone else seeing this problem? [snip] > > VBoxManage showvminfo machine | grep Storage > > Most likely you are using ICH6 based IE controller. Try switching to PIIX4. That's fixed it. Many thanks.