Sometimes you can get “VT-x is not available. (VERR_VMX_NO_VMX)” error if you are trying to start x64 bit virtual machine in VirtualBox.
Failed to open a session for the virtual machine Windows 10 TP.
VT-x is not available. (VERR_VMX_NO_VMX).
Result Code: E_FAIL (0x80004005)
Component: Console
Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
There are three most common reasons for this error:
You can fix first one only by replacing CPU with a new one, but it is easy to fix second and third reasons.
1
|
dism.exe /Online /Disable-Feature :Microsoft-Hyper-V |
Another way:
“VT-x is not available. (VERR_VMX_NO_VMX)” in VirtualBox
原文:http://www.cnblogs.com/rongfengliang/p/7153152.html