Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minikube failed with runing command minikube start --driver=virtualbox on window 11 #19609

Open
Brijeshku opened this issue Sep 11, 2024 · 1 comment
Labels
co/virtualbox long-term-support Long-term support issues that can't be fixed in code

Comments

@Brijeshku
Copy link

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

  • 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

Operating System

Windows

Driver

VirtualBox

@medyagh
Copy link
Member

medyagh commented Sep 11, 2024

@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?

@medyagh medyagh added long-term-support Long-term support issues that can't be fixed in code co/virtualbox labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/virtualbox long-term-support Long-term support issues that can't be fixed in code
Projects
None yet
Development

No branches or pull requests

2 participants