From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 24 13:19:16 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 982C4106566C; Fri, 24 Aug 2012 13:19:16 +0000 (UTC) (envelope-from guido@gvr.org) Received: from gvr.gvr.org (gvr-gw.gvr.org [82.161.93.240]) by mx1.freebsd.org (Postfix) with ESMTP id 4EFCF8FC0C; Fri, 24 Aug 2012 13:19:16 +0000 (UTC) Received: by gvr.gvr.org (Postfix, from userid 657) id D44416E5CF; Fri, 24 Aug 2012 15:19:14 +0200 (CEST) Date: Fri, 24 Aug 2012 15:19:14 +0200 From: Guido van Rooij To: Bernhard =?iso-8859-15?Q?Fr=F6hlich?= Message-ID: <20120824131914.GA9628@gvr.gvr.org> References: <20120824113220.GA8519@gvr.gvr.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox on FreeBSD host and Windows8 guest 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: Fri, 24 Aug 2012 13:19:16 -0000 On Fri, Aug 24, 2012 at 03:10:22PM +0200, Bernhard Fröhlich wrote: > On Fri, Aug 24, 2012 at 1:32 PM, Guido van Rooij wrote: > > Hi, > > > > I am trying to install Windows 8 in Virtualbox on a 32-bit FBSD host. > > (FreebSD 8.3 and VB 4.1.18). > > > > Windows refuses to install and this is due to NX not being present (it > > is enabled in the virtual machine settings). NX is also enabled in my > > bios as can be seen in the boot log of the FreeBSD host: > > CPU: Intel(R) Core(TM)2 Duo CPU P9700 @ 2.80GHz (2793.02-MHz 686-class CPU) > > Origin = "GenuineIntel" Id = 0x1067a Family = 6 Model = 17 Stepping = 10 > > Features=0xbfebfbff > > Features2=0x408e3fd > > AMD Features=0x20100000 > > AMD Features2=0x1 > > TSC: P-state invariant > > > > When I create a new virtual machine with the xact same settings as the W8 host, > > and boot a FreeSBD installation CD, I see that none of the AMD features are > > exposed to the guest os: > > CPU: Intel(R) Core(TM)2 Duo CPU P9700 @ 2.80GHz (2883.13-MHz 686-class CPU) > > Origin = "GenuineIntel" Id = 0x1067a Family = 6 Model = 17 Stepping = 10 > > Features=0x783fbff > > Features2=0x209 > > TSC: P-state invariant > > > > Is this just not supported, or is there a secret setting? > > There are knobs in the processor tab in the GUI for that. > Enable PAE/NX is set. Vt-x/AMD-V is set Nesting paging is set. So the knowbs are set correctly, yet no NX. -Guido