Skip to content

Instantly share code, notes, and snippets.

@texoff

texoff/minishift Secret

Created August 23, 2022 13:46
Show Gist options
  • Save texoff/897fe7cbe5645d7311949062a9d11074 to your computer and use it in GitHub Desktop.
Save texoff/897fe7cbe5645d7311949062a9d11074 to your computer and use it in GitHub Desktop.
minishift
minishift start --show-libmachine-logs --logtostderr -v5 --vm-driver virtualbox
-- minishift version: v1.34.3+4b58f89
-- 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 ... OK
-- Checking if VirtualBox is installed ... OK
-- Checking the ISO URL ... 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
-- Starting Minishift VM ....Found binary path at C:\Users\user\Downloads\minishift-1.34.3-windows-amd64\minishift-1.34.3-windows-amd64\minishift.exe
Launching plugin server for driver virtualbox
Plugin server listening at address 127.0.0.1:62340
() Calling .GetVersion
Using API Version 1
() Calling .SetConfigRaw
() Calling .GetMachineName
(minishift) Calling .GetMachineName
(minishift) Calling .DriverName
Reading certificate data from C:\Users\user\.minishift\certs\ca.pem
Decoding PEM data...
Parsing certificate...
Reading certificate data from C:\Users\user\.minishift\certs\cert.pem
Decoding PEM data...
Parsing certificate...
Running pre-create checks...
(minishift) Calling .PreCreateCheck
(minishift) DBG | COMMAND: C:\opt\Oracle\VirtualBox\VBoxManage.exe --version
(minishift) DBG | STDOUT:
(minishift) DBG | {
(minishift) DBG | 6.1.36r152435
(minishift) DBG | }
(minishift) DBG | STDERR:
(minishift) DBG | {
(minishift) DBG | }
(minishift) DBG | Hyper-V is not installed.
. FAIL E0823 16:42:33.318891 10928 start.go:499] Error starting the VM: Error creating the VM. Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory". Retrying.
Error starting the VM: Error creating the VM. Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment