-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Failed to start host: driver start: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed: #11037
Comments
Hi @pribalaji58. What version of VirtualBox are you using? If it's older than 6.1 do you mind trying to upgrade it? |
Hey I am facing a similar issue: please check the details below. VirtualBox : Version 6.1.22 r144080 (Qt5.6.2) Steps to reproduce the issue:
Windows 10 Home; WSL enabled; Please check the screenshot attached. Full output of `*
D:\Abheesta\Kubernetes\Minikube>minikube start
Details: 00:00:01.814155 Power up failed (vrc=VERR_SVM_DISABLED, rc=E_FAIL (0X80004005))
X Exiting due to GUEST_FILE_IN_USE: remove C:\Users\hp.minikube\machines\minikube\id_rsa: The process cannot access the file because it is being used by another process.
D:\Abheesta\Kubernetes\Minikube>minikube logs
Name: VirtualBox Host-Only Ethernet Adapter #2 } Name: VirtualBox Host-Only Ethernet Adapter #2 } NetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2 Name: VirtualBox Host-Only Ethernet Adapter #2 } NetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2 Details: 00:00:01.207928 Power up failed (vrc=VERR_SVM_DISABLED, rc=E_FAIL (0X80004005)) Details: 00:00:01.207928 Power up failed (vrc=VERR_SVM_DISABLED, rc=E_FAIL (0X80004005)) stderr: stderr: X Exiting due to GUEST_NOT_FOUND: load: filestore "minikube": open C:\Users\hp.minikube\machines\minikube\config.json: The system cannot find the file specified.
Full output of failed command:
```
D:\Abheesta\Kubernetes\Minikube>minikube start
* minikube v1.20.0 on Microsoft Windows 10 Home Single Language 10.0.19043 Build 19043
* Automatically selected the virtualbox driver
* Starting control plane node minikube in cluster minikube
* Creating virtualbox VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...
* Deleting "minikube" in virtualbox ...
! StartHost failed, but will try again: creating host: create: creating: Unable to start the VM: D:\Abheesta\Oracle\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: AMD-V is disabled in the BIOS (or by the host OS) (VERR_SVM_DISABLED)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:01.372131 Power up failed (vrc=VERR_SVM_DISABLED, rc=E_FAIL (0X80004005))
X Exiting due to GUEST_FILE_IN_USE: remove C:\Users\hp.minikube\machines\minikube\id_rsa: The process cannot access the file because it is being used by another process.
|
@Abheestanistala It looks like you have virtualization disabled on your machine. Please check BIOS and may be enable this option |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
I'm going to go ahead and close this issue, these are configuration issues with virtualbox rather than minikube issues. |
Steps to reproduce the issue:
1.I am getting below error while starting the minikube. Please let us know how to resolve this
C:\tools\kuber>minikube start
! StartHost failed, but will try again: driver start: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter Support creating a VM inside virtualbox on osx #4' (VERR_INTNET_FLT_IF_NOT_FOUND).
VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:03.632174 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))
VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter Support creating a VM inside virtualbox on osx #4' (VERR_INTNET_FLT_IF_NOT_FOUND).
VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:03.417379 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))
X Exiting due to IF_VBOX_NOT_FOUND: Failed to start host: driver start: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #4' (VERR_INTNET_FLT_IF_NOT_FOUND).
VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:03.417379 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))
C:\tools\kuber>
Full output of failed command:
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:The text was updated successfully, but these errors were encountered: