VirtualBox on top of VMware: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX) #5111
Labels
cause/nested-vm-config
When nested VM's appear to play a role
co/virtualbox
kind/support
Categorizes issue or PR as a support question.
I have created a ubuntu16 server on my vmware server and trying to install minicube in it. But I'm getting the following error
minikube start
⚠️ Please don't run minikube as root or with 'sudo' privileges. It isn't necessary with virtualbox driver.
😄 minikube v1.3.1 on Ubuntu 16.04
💡 Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
🔄 Starting existing virtualbox VM for "minikube" ...
E0817 11:44:55.825972 2146 start.go:723] StartHost: start: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.183069 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
💣 Unable to start VM
❌ Error: [VBOX_VERR_VMX_NO_VMX] start: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.183069 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
⁉️ Related issues:
💡 Suggestion: Please check your BIOS, and ensure that you are running without HyperV or other nested virtualization that may interfere
▪ #1994
😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose
The text was updated successfully, but these errors were encountered: