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

VBoxManage.exe: error: VT-x is disabled in the BIOS for all CPU modes #9262

Closed
arunsp1007 opened this issue Sep 16, 2020 · 4 comments
Closed
Labels
kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@arunsp1007
Copy link

Steps to reproduce the issue:

Full output of failed command:

Full output of minikube start command used, if not already included:

Optional: Full output of minikube logs command:

@arunsp1007
Copy link
Author

minikube delete

  • Removing C:\Users\arunkumar.p.minikube\machines\minikube ...
  • Removed all traces of the "minikube" cluster.
    PS C:\WINDOWS\system32> minikube start
  • minikube v1.13.0 on Microsoft Windows 10 Pro 10.0.18362 Build 18362
  • Automatically selected the virtualbox driver
  • Starting control plane node minikube in cluster minikube
  • Creating virtualbox VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
  • Deleting "minikube" in virtualbox ...
    ! StartHost failed, but will try again: creating host: create: creating: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless failed:
    VBoxManage.exe: error: Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE).
    VBoxManage.exe: error: VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)
    VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

Details: 00:00:02.179164 Power up failed (vrc=VERR_VMX_MSR_ALL_VMX_DISABLED, rc=E_FAIL (0X80004005))

  • Failed to start virtualbox VM. Running "minikube delete" may fix it: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users\arunkumar.p.minikube\machines\minikube\config.json: The system cannot find the file specified.

X Exiting due to GUEST_NOT_FOUND: Failed to start host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users\arunkumar.p.minikube\machines\minikube\config.json: The system cannot find the file specified.

@sharifelgamal
Copy link
Collaborator

VBoxManage.exe: error: VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED) means that you don't have virtualization enabled. You need to enable VT-x in your BIOS.

@sharifelgamal sharifelgamal added triage/needs-information Indicates an issue needs more information in order to work on it. kind/support Categorizes issue or PR as a support question. labels Sep 16, 2020
@sharifelgamal sharifelgamal changed the title Arun VBoxManage.exe: error: VT-x is disabled in the BIOS for all CPU modes Sep 16, 2020
@arunsp1007
Copy link
Author

PS C:\WINDOWS\system32> minikube start --driver=virtualbox

  • minikube v1.13.0 on Microsoft Windows 10 Pro 10.0.18362 Build 18362
  • Using the virtualbox driver based on existing profile
  • Starting control plane node minikube in cluster minikube
  • virtualbox "minikube" VM is missing, will recreate.
  • Creating virtualbox VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
    ! StartHost failed, but will try again: recreate: creating host: create: creating: rename C:\Users\arunkumar.p.minikube\machines\minikube\boot2docker.iso.tmp912576470 C:\Users\arunkumar.p.minikube\machines\minikube\boot2docker.iso: Access is denied.
  • virtualbox "minikube" VM is missing, will recreate.
  • Creating virtualbox VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
  • Failed to start virtualbox VM. Running "minikube delete" may fix it: recreate: creating host: create: creating: rename C:\Users\arunkumar.p.minikube\machines\minikube\boot2docker.iso.tmp818587965 C:\Users\arunkumar.p.minikube\machines\minikube\boot2docker.iso: Access is denied.

X Exiting due to GUEST_PROVISION: Failed to start host: recreate: creating host: create: creating: rename C:\Users\arunkumar.p.minikube\machines\minikube\boot2docker.iso.tmp818587965 C:\Users\arunkumar.p.minikube\machines\minikube\boot2docker.iso: Access is denied.
*

@arunsp1007
Copy link
Author

after enablin vt/d in bios got a new issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

3 participants