This question already has an answer here:
I have installed Oracle VM VirtualBox 5.0.12, and now trying to start it up.
But shortly after trying to power it up, I get an error message saying:
VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)
Have other readers experienced the same issue and resolved it successfully? Please let me know. I have checked out other threads on Stackoverflow which report the same error message, and tried out the suggestions mentioned there, but none of them is working for me.
If it would help, I am running Windows 7 Enterprise edition SP1 64 bit.
Does anyone have an idea what the problem could be?
You may have virtualization disabled on the host computer. To enable:
VT-d technology [Enable]
.This made it work for me.
First, you should check if virtualization is enabled. You can use the free tool provided by SAS Support: http://support.sas.com/kb/46/250.html If virtualization is not enabled, then you have to enable VT-D function in BIOS (for my Asus Motherboard it was in Advanced-->System Agent Configuration settings). I also had to enable Intel Virtualization Technology in CPU settings. Now everything works seamlessly.
When I opened Settings->System->Motherboard, suggested by the answer above, I realized that the .ova file I had downloaded into VirtualBox had settings that exceeded my old computer's RAM size (as suggested by the warning message at the bottom of the screen). Once I was within the capabilities of my machine, the system started adequately.
I ran into this issue with both of my ThinkPads (T450s and X1 Carbon), but this probably applies to other machines with Intel hardware.
One solution is to enable virtualization options in the BIOS of the host machine (not the guest VM).
This resolved the issue for me.
In my case, I had 4GB of ram for the Virtual Machine (my host machine has 8GB of ram, and I was getting that error. I've change the ram amount to 2GB ram and my Virtual Machine booted perfectly. However, I had already enabled virtualisation on my BIOS settings.
Try going to Settings -> System -> Motherboard on VirtualBox and change the RAM size.
Increase the RAM size and try to start it up again. It worked for me, hope it works for you as well!