Skip to content
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

192 start.go:723] StartHost: create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path #8358

Closed
yzhang-flexera opened this issue Jun 2, 2020 · 2 comments
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.

Comments

@yzhang-flexera
Copy link

yzhang-flexera commented Jun 2, 2020

Steps to reproduce the issue:

  1. minikube start --memory 8Gi --cpus 4

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
❌ 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
⁉️ Related issues:
#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:

Also tried to run `minikube` start --memory 8Gi --cpus 4 `--vm-driver=VirtualBox` It returns message: 😄 minikube v1.3.1 on Ubuntu 18.04 💣 The driver 'VirtualBox' is not supported on linux

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!

@sharifelgamal
Copy link
Collaborator

You're using minikube 1.3.1, which is 10 months old. Could you upgrade to the latest minikube (1.11) and try again?

@sharifelgamal sharifelgamal added 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. labels Jun 2, 2020
@priyawadhwa
Copy link

Hey @yzhang-flexera --
Hopefully it's OK if I close this - there wasn't enough information to make it actionable, and some time has already passed. If you are able to provide additional details, you may reopen it at any point by adding /reopen to your comment.

If you're still using minikube, I'd recommend what sharif said and try upgrading to our latest release.

Thank you for sharing your experience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants