machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
888 stars 74 forks source link

Driver not able to validate newer version of Virtualbox as pre flight check. #213

Closed praveenkumar closed 5 years ago

praveenkumar commented 5 years ago
-- Starting Minishift VM ..... FAIL E1224 19:36:14.712940    3730 start.go:494] Error starting the VM: Error creating the VM. Error with pre-create check: "Virtual Box version 4 or lower will cause a kernel panicif xhyve tries to run. You are running version: 6.0.0r127566\n\n\t Please upgrade to version 5 at https://www.virtualbox.org/wiki/Downloads". Retrying.
Error starting the VM: Error creating the VM. Error with pre-create check: "Virtual Box version 4 or lower will cause a kernel panicif xhyve tries to run. You are running version: 6.0.0r127566\n\n\t Please upgrade to version 5 at https://www.virtualbox.org/wiki/Downloads"
pauliusm commented 5 years ago

Could be fixed in https://github.com/machine-drivers/docker-machine-driver-xhyve/pull/214.

LeoUfimtsev commented 5 years ago

As a note, I can't use Virtualbox 6 as a provider either:

minishift start --vm-driver=virtualbox.

-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
-- Checking if requested hypervisor 'virtualbox.' is supported on this platform ... FAIL
   See the 'Setting Up the Virtualization Environment' topic (https://docs.okd.io/latest/minishift/getting-started/setting-up-virtualization-environment.html) for more information
pauliusm commented 5 years ago

Fixed in https://github.com/machine-drivers/docker-machine-driver-xhyve/pull/214, issue can be closed probably.