[ad_1]
I’m trying to start minikube via Powershell using this command .\minikube start --driver=virtualbox --no-vtx-check
.
I get this error and I tried multiple things but it didn’ t worked(I tried to uncheck Hyper V from Program Features, but it was not checked, I tried to delete and retry the start, it didn t worked). Any ideas how to solve it?
! StartHost fehlgeschlagen, aber es wird noch einmal versucht: creating host: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: WHvCapabilityCodeHypervisorPresent is FALSE! Make sure you have enabled the 'Windows Hypervisor Platform' feature. (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:01.981716 Power up failed (vrc=VERR_VMX_NO_VMX, rc=E_FAIL (0X80004005))
* Erstelle virtualbox VM (CPUs=2, Speicher=6000MB, Disk=20000MB ...
* Start von virtualbox VM fehlgeschlagen. Das Ausführen von "minikube delete" könnte des Beheben: creating host: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: WHvCapabilityCodeHypervisorPresent is FALSE! Make sure you have enabled the 'Windows Hypervisor Platform' feature. (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:01.943584 Power up failed (vrc=VERR_VMX_NO_VMX, rc=E_FAIL (0X80004005))
X Terminiere aufgrund von HOST_VTX_UNAVAILABLE: Failed to start host: creating host: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: WHvCapabilityCodeHypervisorPresent is FALSE! Make sure you have enabled the 'Windows Hypervisor Platform' feature. (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:01.943584 Power up failed (vrc=VERR_VMX_NO_VMX, rc=E_FAIL (0X80004005))
* Vorschlag: Ihr Host unterstützt keine Virtualisierung. Wenn Sie Minikube in einer VM ausführen, versuchen sie '--driver=docker'. Andernfalls aktivieren Sie die Virtualisierung im BIOS
* Verwandtes Issue:
- https://github.com/kubernetes/minikube/issues/1994
- https://github.com/kubernetes/minikube/issues/5326
[ad_2]