minishift: Unable to start minishift on Windows 10 with VirtualBox driver
I tried to use Minishift on my Windows10+Virtualbox machine. It seems to be broken starting v0.5.0+.
Here what is get for minishift start --vm-driver=virtualbox on v0.4.1
Jeff MAURY@DESKTOP-VM3C7S5 MINGW64 /c/Apps/minishift/0.4.1
$ ./minishift.exe start --vm-driver=virtualbox
Starting local OpenShift cluster...
oc is now configured to use the cluster.
Run this command to use the cluster:
oc login --username=admin --password=admin
Here what is get for minishift start --vm-driver=virtualbox on v0.5.0
Jeff MAURY@DESKTOP-VM3C7S5 MINGW64 /c/Apps/minishift/0.5.0
$ ./minishift.exe start --vm-driver=virtualbox
Starting local OpenShift cluster...
E1125 11:21:29.360900 15452 start.go:89] Error starting host: Error getting state for host: machine does not exist. Retrying.
E1125 11:21:29.413437 15452 start.go:89] Error starting host: Error getting state for host: machine does not exist. Retrying.
E1125 11:21:29.467488 15452 start.go:89] Error starting host: Error getting state for host: machine does not exist. Retrying.
E1125 11:21:29.467488 15452 start.go:95] Error starting host: Error getting state for host: machine does not exist
Error getting state for host: machine does not exist
Error getting state for host: machine does not exist
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 50 (36 by maintainers)
Commits related to this issue
- Issue #159 documents around windows + virtualbox driver issue — committed to praveenkumar/minishift by praveenkumar 7 years ago
- Issue #159 documents around windows + virtualbox driver issue — committed to praveenkumar/minishift by praveenkumar 7 years ago
- Issue #159 documents around windows + virtualbox driver issue — committed to praveenkumar/minishift by praveenkumar 7 years ago
- Issue #159 Document Windows + VirtualBox driver issue — committed to minishift/minishift by praveenkumar 7 years ago
Thanks @jwfang , running it from C: directly fixing the issue. @budhrg I think this should be mentioned in the documentation clearly, 1-copy minishift.exe to drive c: 2- run it from cmd >>
c:\minishift start --vm-driver=virtualboxlastest minishift won’t started, need run from C: drive. may need to update the docs ?
i found the hint here: https://bierkowski.com/minishift-setup-on-windows/