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

VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path #3784

Closed
1 task
gitsoso opened this issue Mar 4, 2019 · 3 comments
Closed
1 task
Labels
kind/documentation Categorizes issue or PR as related to documentation. triage/obsolete Bugs that no longer occur in the latest stable release

Comments

@gitsoso
Copy link

gitsoso commented Mar 4, 2019

If this is a bug report, please include:

  • How to replicate the error, including the exact command-lines used.
    I am trying to install helm on minikube. but minikube not start and stay up due to proxy related alerts

cloud_user@sobomawokoma2c:~$ sudo minikube start
😄 minikube v0.34.1 on linux (amd64)
🔥 Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
💣 Unable to start VM: create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.5 LTS"

@tstromberg
Copy link
Contributor

Please install VirtualBox.

NOTE: This no longer outputs a scary warning in v0.35.0.

@tstromberg tstromberg changed the title minikube crashed when starting VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path Mar 8, 2019
@tstromberg tstromberg added kind/documentation Categorizes issue or PR as related to documentation. triage/obsolete Bugs that no longer occur in the latest stable release labels Mar 8, 2019
@SRamY
Copy link

SRamY commented Jul 22, 2019

Hi Please anyone help me on the below error,

i'm using windows 10 enterprise and activated hyperv from windows services still i'm getting below error,

when i trying to
start minikube

                                                                                                                                                                    * minikube v1.2.0 on windows (amd64)
  • Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
    E0722 18:35:42.754161 4724 start.go:559] StartHost: create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path

X Unable to start VM

@danny8002
Copy link

for windows 10 with hyperv, 'hyperv' should be explicitly specified since minikube use VirtualBox by default.
minikube start --vm-driver=hyperv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation. triage/obsolete Bugs that no longer occur in the latest stable release
Projects
None yet
Development

No branches or pull requests

4 participants