5

I installed VirtualBox via Software Center. When I try to load a VM, getting an error exactly like this:

Error window

After I googled this error, found many different solutions, none of them were helped my situation. Also I removed all packages associated with VirtualBox, then downloaded and installed the latest package which I downloaded from Oracle repositories. Nothing is changed.

Additional Information:

  • OS : Ubuntu 12.04 64-bit
  • VM : Linux Mint 14 Cinnamon/MATE 64-bit

I created new vdi disk and tried to start it from .iso image.

Virtualbox Settings:

  • Num of processors : 4
  • Memory : 512 MB
  • Video Memory : 128 MB
  • 3D Acceleration: Enabled
guntbert
  • 13,134
talha06
  • 785

4 Answers4

2

The error message is pretty self explanatory. The VM you are trying to start needs hardware virtualization enabled. See the follwing Q&A on how to do so (provided your CPU is capable of this):

If this does not resolve the issue, the following steps may help:

  • Reboot the host OS
  • Try with fewer virtual CPUs starting from 1 only
  • disable VT-x settings in VBoxManager (reported to worked but I doubt this)
  • on a Hewlett Packard machine hardware VT-x could only be achieved with a BIOS update (source superuser.com)
Takkat
  • 142,284
0

Click "Discard" (Discard the saved state) option (option from the virtual box manager) and try starting the virtual box once again it must work . this usually happens when your host operating system sleeps while your virtual machine is still active . Please note any unsaved data will be lost .

onion
  • 1
-2

Yes, for me that was the issue. Run the VB as an administrator. Right click on the VB, and select "Run as Administrator"

  • 1
    That looks like a Windows "solution" - in any case never run VirtualBox (or VMWare) as root/administrator. – guntbert Jan 05 '14 at 19:23
-3

It's that you need to run Virtualbox as an administrator.