192 start.go:723] StartHost: create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path #8358
Labels
kind/support
Categorizes issue or PR as a support question.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Steps to reproduce the issue:
Full output of failed command:
😄 minikube v1.3.1 on Ubuntu 18.04
🔥 Creating virtualbox VM (CPUs=4, Memory=8000MB, Disk=20000MB) ...
E0602 17:04:09.303284 192 start.go:723] StartHost: create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
💣 Unable to start VM
⁉️ Related issues:
❌ Error: [VBOX_NOT_FOUND] create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
💡 Suggestion: Install VirtualBox, ensure that VBoxManage is executable and in path, or select an alternative value for --vm-driver
📘 Documentation: https://www.virtualbox.org/wiki/Downloads
▪ #3784
▪ #3776
😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:I have windows environment and wsl enabled. I also have installed minikube version v1.3.1, virtualbox 6.1, Ubuntu 18.04. virtualbox was installed via Chocolatey in powershell.
The Path already contains C:\Program Files\Oracle\VirtualBox in windows.
I tried to type VBoxManage in bash, it can recognize it. Can you please suggest why minikube cannot recorganize the virtualbox I installed?
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: