You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run this command minikube start --driver=virtualbox getting error . details are mentioned in log file section can you please suggest how i can overcome to this error and fix it.
Attach the log file
C:\Users\brije>minikube start --driver=virtualbox
minikube v1.34.0 on Microsoft Windows 11 Home Single Language 10.0.22631.4037 Build 22631.4037
E0911 10:40:33.152147 14248 start.go:812] api.Load failed for minikube: filestore "minikube": Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
E0911 10:40:33.153247 14248 start.go:812] api.Load failed for minikube: filestore "minikube": Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
Using the virtualbox driver based on existing profile
Starting "minikube" primary control-plane node in "minikube" cluster
Creating virtualbox VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...
! StartHost failed, but will try again: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
Creating virtualbox VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...
Failed to start virtualbox VM. Running "minikube delete" may fix it: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
X Exiting due to HOST_VIRT_UNAVAILABLE: Failed to start host: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
Suggestion: Virtualization support is disabled on your computer. If you are running minikube within a VM, try '--driver=docker'. Otherwise, consult your systems BIOS manual for how to enable virtualization.
@Brijeshku have you already tried the minikube's Suggestion ?
btw virtualbox is a very old driver and barely supported, have you tried HyperV or Docker drivers?
What Happened?
When i run this command minikube start --driver=virtualbox getting error . details are mentioned in log file section can you please suggest how i can overcome to this error and fix it.
Attach the log file
C:\Users\brije>minikube start --driver=virtualbox
E0911 10:40:33.152147 14248 start.go:812] api.Load failed for minikube: filestore "minikube": Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
E0911 10:40:33.153247 14248 start.go:812] api.Load failed for minikube: filestore "minikube": Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
! StartHost failed, but will try again: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
X Exiting due to HOST_VIRT_UNAVAILABLE: Failed to start host: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
Operating System
Windows
Driver
VirtualBox
The text was updated successfully, but these errors were encountered: