From owner-freebsd-questions@FreeBSD.ORG Fri Aug 21 12:31:09 2009 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 E44DA106568D for ; Fri, 21 Aug 2009 12:31:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id A10E68FC47 for ; Fri, 21 Aug 2009 12:31:09 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MeTGt-0005nm-Le for freebsd-questions@freebsd.org; Fri, 21 Aug 2009 14:31:07 +0200 Received: from pool-71-166-128-198.washdc.east.verizon.net ([71.166.128.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Aug 2009 14:31:07 +0200 Received: from nightrecon by pool-71-166-128-198.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Aug 2009 14:31:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 21 Aug 2009 08:31:02 -0400 Lines: 39 Message-ID: References: <4A8DD86D.5020208@robinlea.com> <20090821032135.GA11414@brisbane.nepharia.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-128-198.washdc.east.verizon.net Sender: news Subject: Re: about vbox and freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2009 12:31:10 -0000 Mak Kolybabi wrote: > On 2009-08-21 06:12, John Francis Lee wrote: >> My problem is that I'm told right at the onset of the install that >> >> CPU doesn't support long mode > > Your CPU is 64-bit from what I can see. From a bit of Googling, others > have encountered this problem, and it seems to have to do with VM-X. I > have no idea what that is, but a thread in which someone has a very > similar issue is here: > > http://forums.virtualbox.org/viewtopic.php?f=1&t=19420 > > One notable quote is: > > ...[the CPU] does not have Intel VT (hardware virtualization), so you > will not be able to run 64 bit guests in Virtualbox even though you run > a 64 bit host. > > HTH [snip] I think this CPU does support hardware virtualization. The other situation which might produce this is if the ubuntu 9.0.4 install itself is 32 bit, and the Virtualbox package will then be 32 bit as well. I haven't looked at Ubuntu in quite some time, as I found it annoying, but IIRC there are two different CD downloads - one for the 32bit version and one for the 64 bit version. This is what I seem to remember but it may also have changed since I last played with it. If you weren't paying attention and installed the 32 bit version it might very well explain the error. If such a thing is the case you have two choices. Either install the i386 32 bit version of FreeBSD as the guest instead of the 64 bit amd64 or reinstall Ubuntu with the 64 bit version. -Mike