From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 13:38:24 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 CA768106564A for ; Thu, 21 Jul 2011 13:38:24 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 87AD48FC13 for ; Thu, 21 Jul 2011 13:38:24 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p6LDcNxs095297; Thu, 21 Jul 2011 07:38:23 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p6LDcN9D095294; Thu, 21 Jul 2011 07:38:23 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 21 Jul 2011 07:38:23 -0600 (MDT) From: Warren Block To: Matthew Seaman In-Reply-To: <4E280F06.6080102@infracaninophile.co.uk> Message-ID: References: <4E280F06.6080102@infracaninophile.co.uk> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 21 Jul 2011 07:38:23 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: virtualbox 4.0 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: Thu, 21 Jul 2011 13:38:24 -0000 On Thu, 21 Jul 2011, Matthew Seaman wrote: > On 21/07/2011 09:48, Minipot Gregg wrote: >> It installed fine but when I got to the boot menu and pressed [enter] x2 it >> said CPU doesnt support longmode > > This indicates trying to run an amd64 (64bit) kernel on an i386 (32bit) > processor. That's a synthetic processor inside VirtualBox, so unlike > the real world, it's quite cheap to switch from one to the other... > > If you go to Settings :: General for your VM, did you choose OS as 'BSD' > and Version as 'FreeBSD 64' ? > > I'm assuming the host you're running VirtualBox on is 64bit capable... Recent versions of VirtualBox claim to be able to run a 64-bit VM on a 32-bit host if the host CPU is 64-bit and has hardware virtualization support: http://forums.virtualbox.org/viewtopic.php?p=33940 (search for "64-bit guest") So far I've only seen guest kernel panics when booting the kernel on an E8400 i386 FreeBSD host.