I am using Centos 7 VPS
I run this command
minikube start --cpus 1 --memory 1024 --kubernetes-version v1.13.0
but the result is :
๐ minikube v0.35.0 on linux (amd64)
๐ฅ Creating virtualbox VM (CPUs=1, Memory=1024MB, Disk=20000MB) ...
๐ฃ Unable to start VM: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory๐ฟ Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
๐ https://github.com/kubernetes/minikube/issues/new
also I run lscpu | grep Virtualization and the result is:
Virtualization type: full
my cpu model is

Looks like your VMware doesn't have nested virtualization supported fully ?
how can i check that ?
Do you mind trying this:
minikube start --no-vtx-check
It's hard to check from here if it's due to the new upstream checks in place, or if things might actually work. Also, I suspect that passing in that small amount of memory might yield further issues down the line.
Thanks, this works for me
well i have next step issue, but looks like this is done by using vbox inside vbox =]
nested vm is still under development ...
VBoxManage.exe modifyvm debiandev --nested-hw-virt on
is not helping in this case.

root@debiandev:/home/x# lscpu | grep Virtualization
Virtualization type: full
root@debiandev:/home/x# minikube start --no-vtx-check
o minikube v1.0.0 on linux (amd64)
$ Downloading Kubernetes v1.14.0 images in the background ...
> Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
! Unable to start VM: create: creating: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.631564 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
* Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
- https://github.com/kubernetes/minikube/issues/new
Do you mind trying this:
minikube start --no-vtx-checkIt's hard to check from here if it's due to the new upstream checks in place, or if things might actually work. Also, I suspect that passing in that small amount of memory might yield further issues down the line.
Hi @tstromberg, I tried your suggestion but encounter an error:
minikube start --no-vtx-check
๐ minikube v1.0.1 on linux (amd64)
๐คน Downloading Kubernetes v1.14.1 images in the background ...
๐ฅ Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
๐ฃ Unable to start VM: create: creating: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.759580 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
๐ฟ Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
๐ https://github.com/kubernetes/minikube/issues/new
Do you know what is this about? I'm trying to run kubernetes in VPS.
Your provider would need to offer 'Nested virtualization' or
virtualization passthrough.
On Sun, May 12, 2019 at 6:13 PM Darryl notifications@github.com wrote:
>
Do you mind trying this:
minikube start --no-vtx-check
It's hard to check from here if it's due to the new upstream checks in place, or if things might actually work. Also, I suspect that passing in that small amount of memory might yield further issues down the line.
Hi @tstromberg, I tried your suggestion but encounter an error:
minikube start --no-vtx-check
minikube v1.0.1 on linux (amd64)
๐คน Downloading Kubernetes v1.14.1 images in the background ...
Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
Unable to start VM: create: creating: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.759580 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
https://github.com/kubernetes/minikube/issues/new
Do you know what is this about? I'm trying to run kubernetes in VPS.
โ
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
--
Gerard Braad | http://gbraad.nl
[ Doing Open Source Matters ]
I am facing the same issue on AWS Ubuntu 18.
ubuntu@ip-172-31-12-250:~$ lscpu | grep Virtualization
Virtualization type: full
Please check your BIOS, and ensure that you are running without HyperV or other nested virtualization that may interfere
So should I choose the EC2 instance which supports this?
Hi Team,
I am getting the below error while running the below mentioned command. I am running this command on centos 7 and bios settings is also enabled . Please help and provide the resolution.
[root@localhost kubernates]# minikube start --no-vtx-check
Details: 00:00:00.707013 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
X Unable to start VM
Details: 00:00:00.707013 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
also getting the same issues:
$ minikube start
๐ minikube v1.2.0 on linux (amd64)
๐ฅ Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
E0723 13:38:57.444511 3837 start.go:559] StartHost: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
๐ฃ Unable to start VM
โ Error: [VBOX_VTX_DISABLED] create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
๐ก Advice: In some environments, this message is incorrect. Try 'minikube start --no-vtx-check'
โ๏ธ Related issues:
โช https://github.com/kubernetes/minikube/issues/3900
๐ฟ If the above advice does not help, please let us know:
๐ https://github.com/kubernetes/minikube/issues/new
Check virtualisation :
$ lscpu | grep -i virt
Virtualisation: AMD-V
BIOS has virtualisation enabled
running with --no-vtx-check flag works:
$ minikube start --no-vtx-check
๐ minikube v1.2.0 on linux (amd64)
๐ฅ Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
๐ณ Configuring environment for Kubernetes v1.15.0 on Docker 18.09.6
For more context, just trying to run minikube on my local machine.
This issue only crept up for me on minikube v1.2.0
Hi,
I am also facing the same error, below are the configuration
OS - ubuntu(Running as guest in Windows machine)
VMX enabled: lscpu | grep -i virt
Virtualization type: full
minikube version: v1.3.0
I tried below options but no luck
sudo minikube start --vm-driver=none
sudo minikube start --no-vtx-check
LOG:
sudo minikube start --no-vtx-check
๐ minikube v1.3.0 on Ubuntu 18.04
โ ๏ธ Please don't run minikube as root or with 'sudo' privileges. It isn't necessary with virtualbox driver.
๐ฅ Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
E0818 13:17:11.848294 19057 start.go:723] StartHost: create: creating: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:01.285078 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
๐ฃ Unable to start VM
โ Error: [VBOX_VERR_VMX_NO_VMX] create: creating: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Kinldy help me
I am facing same issue
I am facing same issue:
Configuration:
VPS :
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
...
Hypervisor vendor: KVM
Virtualization type: full
...
minikube start --no-vtx-check
๐ minikube v1.3.1 on Ubuntu 18.04
โ ๏ธ Please don't run minikube as root or with 'sudo' privileges. It isn't necessary with virtualbox driver.
๐ก Tip: Use 'minikube start -p' to create a new cluster, or 'minikube delete' to delete this one.
๐ Starting existing virtualbox VM for "minikube" ...
E0914 15:09:08.092043 22698 start.go:723] StartHost: start: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.374049 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
๐ฃ Unable to start VM
โ Error: [VBOX_VERR_VMX_NO_VMX] start: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.374049 Power up failed (vrc=VERR_VMX_NO_VMX, rc=NS_ERROR_FAILURE (0X80004005))
๐ก Suggestion: Please check your BIOS, and ensure that you are running without HyperV or other nested virtualization that may interfere
โ๏ธ Related issues:
โช https://github.com/kubernetes/minikube/issues/1994
๐ฟ If the above advice does not help, please let us know:
๐ https://github.com/kubernetes/minikube/issues/new/choose
Hey Guys I am facing the same issue:
โบ minikube start
๐ minikube v0.34.1 on linux (amd64)
๐ฅ Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
๐ฃ Unable to start VM: create: creating: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Details: 00:00:00.234112 Power up failed (vrc=VERR_VMX_MSR_ALL_VMX_DISABLED, rc=NS_ERROR_FAILURE (0X80004005))
๐ฟ Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
๐ https://github.com/kubernetes/minikube/issues/new
Facing same issue and none of the workarounds suggested seem to work.
@nsit-karan : please open a new issue, about your nested vmware problem
I am having the same issue on a Windows 10 Home machine. Virtualization is enabled, and I am able to run other VMs using VirtualBox.
C:\Users\gille>minikube start
- minikube v1.8.1 on Microsoft Windows 10 Home 10.0.19577 Build 19577
- Using the virtualbox driver based on existing profile
- Downloading VM boot image ...
- Creating virtualbox VM (CPUs=2, Memory=4057MB, Disk=20000MB) ...
*
X Unable to start VM. Please investigate and run 'minikube delete' if possible- Error: [VBOX_VTX_DISABLED] 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=none'. Otherwise, consult your systems BIOS manual for how to enable virtualization.
- Related issues:
I have tried using the --no-vtx-check, and I end up getting a timeout. Looking at the VM in VirtualBox, it appears to be stuck at "Booting the kernel."
C:\Users\gille>minikube start --no-vtx-check
- minikube v1.8.1 on Microsoft Windows 10 Home 10.0.19577 Build 19577
- Using the virtualbox driver based on existing profile
- Downloading VM boot image ...
- Creating virtualbox VM (CPUs=2, Memory=4057MB, Disk=20000MB) ...
*
X Unable to start VM. Please investigate and run 'minikube delete' if possible: creating host: create > host timed out in 120.000000 seconds
*- minikube is exiting due to an error. If the above message is not useful, open an issue:
Is this issue reolved ? I am getting the same error
@amitranjan02051988 : please open a new issue
@amitranjan02051988 are you using Windows 10 Home? If so, feel free to add on to #6952
Got the same error after updating my windows to enable WSL 2.
Turned out "Windows Hyhpervisor Platform" enabled has been causing the conflict.
Minikube started correctly after disabling it.
still seeing this issue on Windows 10 Pro ver.2004. --no-vtx-check did the trick. Maybe this issue is relevant?
i try to download virtualbox , and use cmd(Administrator)
keyin bcdedit /set hypervisorlaunchtype off and restart pc
and use cmd keyin minikube start and its work
Win10 home 2004
other
cmd ->cd C:\Program Files\Oracle\VirtualBox keyin VBoxManage.exe modifyvm "minikube" --nested-hw-virt on
Despite of enabling VT-D in the bios I get the message VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
c:\work>minikube start --driver=virtualbox --disk-size=40000mb --no-vtx-check
Details: 00:00:02.877441 Power up failed (vrc=VERR_VMX_NO_VMX, rc=E_FAIL (0X80004005))
Most helpful comment
Do you mind trying this:
minikube start --no-vtx-checkIt's hard to check from here if it's due to the new upstream checks in place, or if things might actually work. Also, I suspect that passing in that small amount of memory might yield further issues down the line.