From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 18 09:06:25 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 1EAFE106566C for ; Thu, 18 Jun 2009 09:06:25 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id C8C628FC08 for ; Thu, 18 Jun 2009 09:06:24 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MHDZf-0001Ct-JQ for freebsd-emulation@freebsd.org; Thu, 18 Jun 2009 09:06:23 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 09:06:23 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2009 09:06:23 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Ivan Voras Date: Thu, 18 Jun 2009 11:06:12 +0200 Lines: 16 Message-ID: References: <4A383783.3010800@voicenet.com> <20090617093329.488f8f2f@ernst.jennejohn.org> <4A390797.3000102@voicenet.com> <90a5caac0906170832v168542d1w3663bc0d238f2071@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090615) In-Reply-To: <90a5caac0906170832v168542d1w3663bc0d238f2071@mail.gmail.com> Sender: news 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: Thu, 18 Jun 2009 09:06:25 -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? Most Atom CPUs don't support hardware virtualization extensions. AFAIK only the "desktop" variants support it. > If I remember correctly, VT-x / AMD-V only work on amd64, so No, it's the other way around: they are needed to run amd64 VMs, but 32-bit host software can use them.