VirtualBox - 64 bit guests on 32 bit hosts - still need hardware virtualisation

Just a clarification of my comment on a recent release of VirtualBox supporting 64 bit guests on 32 bit hosts. This is NOT a solution for a system which is not already a 64 bit CPU with hardware virtualisation.  The relevant section from the VirtualBox 2.1.2 User Guide is section 1.6, as shown below.


1.6 64-bit guests

Starting with Version 2.0, VirtualBox also supports 64-bit guest operating systems.

Starting with Version 2.1, you can even run 64-bit guests on a 32-bit host operating system, so long as you have sufficient hardware.

In detail, 64-bit guests are supported under the following conditions:

  1. You need a 64-bit processor with hardware virtualization support (see chapter
      1.2, Software vs. hardware virtualization (VT-x and AMD-V), page 10).

  2. You must enable hardware virtualization for the particular VM for which you
      want 64-bit support; software virtualization is not supported for 64-bit VMs.
      Note: On most systems, the hardware virtualization features first need to be
      enabled in the BIOS before VirtualBox can use them.

  3. If you want to use 64-bit guest support on a 32-bit host operating system, you
      must also select a 64-bit operating system for the particular VM. Since supporting
      64 bits on 32-bit hosts incurs additional overhead, VirtualBox only enables this
      support upon explicit request.

On 64-bit hosts, 64-bit guest support is always enabled, so you can simply install a 64-bit operating system in the guest.

This article is part of the GWB Archives. Original Author: Liam Westley

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.