machine-drivers/docker-machine-driver-xhyve

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

praveenkumar opened this issue · 3 comments

-- 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"

Could be fixed in #214.

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

Fixed in #214, issue can be closed probably.