-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minikube #4708
Comments
Same issue here: 😄 minikube v1.2.0 on linux (amd64) Details: 00:00:00.769162 Power up failed (vrc=VERR_VMX_MSR_ALL_VMX_DISABLED, rc=NS_ERROR_FAILURE (0X80004005)) 💣 Unable to start VM: create: creating: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed: Details: 00:00:00.769162 Power up failed (vrc=VERR_VMX_MSR_ALL_VMX_DISABLED, rc=NS_ERROR_FAILURE (0X80004005)) 😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: Frustrated as this is the most basic step in the setup, but have no idea how to resolve... |
After reading errors it seems you have not enabled VT-x / vertualization on your machine. So restart your PC, go to the BIOS and enable VT-x / vertualization mode there. Save it and try start minikube again. |
@beachcoder25 : please open new issues for different problems, thanks. You might want to check the VirtualBox documentation, on how to set it up. |
after enabling, this error is |
@AdilAkhtarZia : sorry for the noise above, it seems like something is wrong with your existing VM You might want to delete it and start over ? |
it's working .. thanks |
adilakhter@adilakhter-HP-EliteBook-8470p:~$ minikube start
😄 minikube v1.2.0 on linux (amd64)
💡 Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
🔄 Restarting existing virtualbox VM for "minikube" ...
E0708 05:47:19.440506 3656 start.go:559] StartHost: start: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
💣 Unable to start VM: start: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: The virtual machine 'minikube' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new
The text was updated successfully, but these errors were encountered: