From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 17 16:16:06 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9167E106566C for ; Wed, 17 Jun 2009 16:16:06 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from QMTA02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24]) by mx1.freebsd.org (Postfix) with ESMTP id 777328FC08 for ; Wed, 17 Jun 2009 16:16:06 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from OMTA07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by QMTA02.emeryville.ca.mail.comcast.net with comcast id 53T91c0021GXsucA24G7dg; Wed, 17 Jun 2009 16:16:07 +0000 Received: from scroll.ashke.com ([67.103.204.242]) by OMTA07.emeryville.ca.mail.comcast.net with comcast id 54Fs1c0035EJinX8T4FwCZ; Wed, 17 Jun 2009 16:16:04 +0000 Message-ID: <4A3916B5.509@voicenet.com> Date: Wed, 17 Jun 2009 12:15:49 -0400 From: Adam K Kirchhoff User-Agent: Thunderbird 2.0.0.21 (X11/20090515) MIME-Version: 1.0 To: Lucius Windschuh References: <4A383783.3010800@voicenet.com> <20090617093329.488f8f2f@ernst.jennejohn.org> <4A390797.3000102@voicenet.com> <90a5caac0906170832v168542d1w3663bc0d238f2071@mail.gmail.com> In-Reply-To: <90a5caac0906170832v168542d1w3663bc0d238f2071@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: kernel panic with VirtualBox on -CURRENT X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 16:16:06 -0000 Lucius Windschuh wrote: > 2009/6/17 Adam K Kirchhoff > >> Unfortunately, I do not see an option in this computers' BIOS to enable virtualization. I'm actually trying on a machine at work now, rather than the one I tried at home yesterday, but the results are the same. This computer actually has as an Intel Core 2 Quad CPU (unlike yesterdays dualcore Xeon). Is there someway to check if the processors on these machines support the virtualization extensions? >> >> I also am not able to disable the AMD-V option in VirtualBox. The check box is selected but greyed out. >> > > "Me too". Same panic on an Atom board (i386 mode). Same greyed out checkboxes. > Are you also using i386? > If I remember correctly, VT-x / AMD-V only work on amd64, so > VirtualBox shouldn't use them anyway in my case. And disabling VT-x in > a machine's XML file leads to the same panic. > > Interestingly, it worked before with virtualbox_3.tgz. > Yes. I am using i386 (though both machines could run AMD64). Are you using -CURRENT? If so, from when? Adam