"CPU is not compatible with 64 bit mode" error trying to install Windows 7 (64 Bit) on VirtualBox

I installed VirtualBox from the Software Center on 64-bit Ubuntu 11.10. When I try to install a 64-bit Windows 7 guest I get the following error:

Attempting to load 64 bit however this CPU is not compatible with 64 bit mode.

enter image description here

My host is Ubuntu 64-bit, how is it not compatible?

2

5 Answers

Probably while creating the new virtual computer you did not select Windows7 64bit. Create a new one and make sure that you have selected Windows 7(64 bit) from the drop down box.

enter image description here

It can also be that virtualization is not active in your computer or that your simply does not support it, to check if you system supports virtualization run this command

grep ^flags /proc/cpuinfo | head -n1 | egrep --color=auto ' (vmx|svm) '

and look for vmx or svm, if any of those shows up your system supports it.

If it does and you have selected the right template for the virtual guest then probably your BIOS has it disabled.

Have a look in your BIOS options or drop a comment in your question mentioning which computer model / motherboard you have.

0

You are not installing Windows 7 on Ubuntu as a software, you are installing inside VirtualBox.

Enable the virtualization setting inside your computer BIOS. After that, you may install 64 Bit Windows 7 inside VirtualBox.

I've read a couple of the answers here and on other threads. What did it for me was to enable virtualization in BIOS like most are saying.

However, for some reason, to get it to work, I also had to delete my Windows 7 virtual machine and create a new one (still with the same settings).

Turn off Hyper Threading (HT) technology in the BIOS setting and VirtualBox will install any x64 OS without any VT-X pop ups as well. Worked for me on a x64 intel i5 machine.

check your processor specs. find out if supported of virtualization then if supported enable in cmos.You can now install virtualbox.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like