VirtualBox Import Appliance; VT-x is not available
When importing a virtual appliance from a VT-x machine into a non VT-x one, you may end up with this error:
VT-x is not available: verr_vmx_no_vmx
Well the key to fix this is to disable VT-x (i.e. hardware virtualization instructions) but the problem is that the new host machine’s virtualbox settings window is all disabled:
So how can I disable VT-x then? Then solution I found it to open the appliance vbox XML file and manually disable HardwareVirtualEx.
vim ~/VirtualBox\ VMs/windows/windows.vbox
Then search for HardwareVirtEx and set all enabled items to false.
Didn’t work.
Forget this… it worked.. See below…
It worked for SampleApp_V107 below 3 GB.
Nice… let’s try the SOAP now…
And it works with the SOAP example also.
Thank you very much!!
Humm… it gives an error saying that requires x86-64 CPU and it found a i686 CPU.
It’s a 64-bit, running Windows Server 2008 R2 Standard, with 16 GB RAM. Any reasons why?
Thanks.
Heitor you must intall a SO Linux For Intel, not for AMD.
Thank you, It is correctly
:)
Awesome. You just saved me hours of debugging. Thanks a lot! :)
Yes, it’s Ok for me.
Worked! Thank you so much. I clicked on a bunch of ads. I hope you are making money from them.
Didn’t work.
Thank you!
Check if VT-x is enabled in BIOS\UEFI. Here is instruction: http://druss.co/2015/06/fix-vt-x-is-not-available-verr_vmx_no_vmx-in-virtualbox/
It’s worked for me. Thank you!