Skip to content

Instantly share code, notes, and snippets.

@abergmeier
Created February 13, 2019 15:44
Show Gist options
  • Save abergmeier/3fe136e37cec9799a02c1e870e286e1e to your computer and use it in GitHub Desktop.
Save abergmeier/3fe136e37cec9799a02c1e870e286e1e to your computer and use it in GitHub Desktop.
Minishift Windows error
-- minishift version: v1.25.0+90fb23e
-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.10.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.10.0' is supported ... OK
-- Checking if requested hypervisor 'virtualbox' is supported on this platform ... OK
-- Checking if VirtualBox is installed ... OK
-- Checking the ISO URL ... OK
-- Downloading OpenShift binary 'oc' version 'v3.10.0'
23.94 MiB / 23.94 MiB [===================================================================] 100.00% 0s-- Downloading OpenShift v3.10.0 checksums ... OK
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'virtualbox' hypervisor ...
-- Minishift VM will be configured with ...
Memory: 4 GB
vCPUs : 2
Disk size: 20 GB
Downloading ISO 'https://github.com/minishift/minishift-centos-iso/releases/download/v1.12.0/minishift-centos7.iso'
344.00 MiB / 344.00 MiB [=================================================================] 100.00% 0s
-- Starting Minishift VM ....Found binary path at C:\Users\user\Downloads\minishift-1.25.0-windows-amd64\minishift.exe
Launching plugin server for driver virtualbox
Plugin server listening at address 127.0.0.1:53400
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(minishift) Calling .GetMachineName
(minishift) Calling .DriverName
Reading certificate data from g:\.minishift\certs\ca.pem
Decoding PEM data...
Parsing certificate...
Reading certificate data from g:\.minishift\certs\cert.pem
Decoding PEM data...
Parsing certificate...
Running pre-create checks...
(minishift) Calling .PreCreateCheck
(minishift) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe --version
(minishift) DBG | STDOUT:
(minishift) DBG | {
(minishift) DBG | 6.0.0r127566
(minishift) DBG | }
(minishift) DBG | STDERR:
(minishift) DBG | {
(minishift) DBG | }
(minishift) DBG | Hyper-V is not installed.
(minishift) DBG | %!(EXTRA *exec.Error=exec: "vmms.exe": executable file not found in %PATH%)COMMAND: wmic cpu get VirtualizationFirmwareEnabled
(minishift) DBG | STDOUT:
(minishift) DBG | {
(minishift) DBG | VirtualizationFirmwareEnabled
(minishift) DBG | TRUE
(minishift) DBG |
(minishift) DBG | }
(minishift) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostonlyifs
(minishift) DBG | STDOUT:
(minishift) DBG | {
(minishift) DBG | Name: VirtualBox Host-Only Ethernet Adapter
(minishift) DBG | GUID: 39e1673c-9be0-45bc-8c42-e30a6570a9d7
(minishift) DBG | DHCP: Disabled
(minishift) DBG | IPAddress: 192.168.56.1
(minishift) DBG | NetworkMask: 255.255.255.0
(minishift) DBG | IPV6Address: fe80::d9cc:7679:24a0:ba03
(minishift) DBG | IPV6NetworkMaskPrefixLength: 64
(minishift) DBG | HardwareAddress: 0a:00:27:00:00:0a
(minishift) DBG | MediumType: Ethernet
(minishift) DBG | Wireless: No
(minishift) DBG | Status: Up
(minishift) DBG | VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
(minishift) DBG |
(minishift) DBG | }
(minishift) DBG | STDERR:
(minishift) Calling .GetConfigRaw
(minishift) DBG | {
(minishift) DBG | }
Creating machine...
(minishift) Calling .Create
(minishift) Downloading g:\.minishift\cache\boot2docker.iso from file://g:/.minishift/cache/iso/centos/v1.12.0/minishift-centos7.iso...
. FAIL E0213 16:40:45.781283 8024 start.go:494] Error starting the VM: Error creating the VM. Error creating machine: Error in driver during machine creation: open /.minishift/cache/iso/centos/v1.12.0/minishift-centos7.iso: Das System kann den angegebenen Pfad nicht finden.. Retrying.
Error starting the VM: Error creating the VM. Error creating machine: Error in driver during machine creation: open /.minishift/cache/iso/centos/v1.12.0/minishift-centos7.iso: Das System kann den angegebenen Pfad nicht finden.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment