-
Notifications
You must be signed in to change notification settings - Fork 475
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
Error starting the VM: Error creating the VM. Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory" #3474
Comments
On windows, enabling hyperv along with virtualbox may cause issues, are you sure that hyperv is also not enabled in the same time? |
I was looking for this for days. I only have VBox installed and Minishift fails to start, with same error as reported. On same workstation, in dual boot I have Fedora, where Minishift works as expected. I have VT-X enabled in BIOS ( in can not be disabled 🍔 ) and I have VBox 6.1. @richardgohcr Just noticed - Windows 10 Home ( as far as I understand, only Pro+ version of Windows 10 is able to use Virtualization ). Can be, I am wrong. But this is one thing I read when looking how to fix my problem. |
Hi all, it turned out Minishift is complaining about missing Hyper-V, regardless configuration to use VBox.
|
Same issue there. @p4qu1t0 Minishift seems to instanciate himself the VM on virtualbox so I do not have any VM in my list after running VirtualBox is installed and can run VM, but Minishift stills wants hyper-v
|
I struggled with this same error while trying to get minishift to create VM's in my freshly installed VirtualBox (and rebooted). I created a test linux VM,, and saw the nested VT-x setting was grayed out for me in VirtualBox. All of the instructions say to make sure that Hyper-V is turned off because it puts some kind of lock on on the VT-X such that VirtualBox can't share it. I did not have Hyper-V enabled on my Win10 Home machine, however I did have "Virtual Machine Platform" enabled. After turning off both of them, minishift start began working. (It didn't succeed all the way, but I'm still researching.) EDIT: Yes it did succeed all the way - I mistook some of the debug output as failures, when it actually is "keep trying to connect to do something until it succeeds". |
Make sure virtualization is enabled from the BIOS and that the hypervisor has exclusive access to the VTX estension; don't mix hypervisors on the same machine. |
make sure to remove any previous VMs, and use the driver option to force the selection on start |
This saved my day |
I am getting the same |
This issue is all over the place with virtualbox, hyperv, and no extensions
enabled.
Please check your bios before you try minishift/CDK. After this, see if you
have enabled or installed the hypervisor and it works outside the use of
minishift. If you can start a demo VM, there is no need to try minishift.
If your hypervisor works, try a delete and make sure the hypervisor is
correct set as config. On start, collecta log. Check the issue tracker for
the same platform and hypervisor... And I'd this does not yield any
results. File a new issue.
…On Sat, Jul 17, 2021, 03:20 Adarsh Vyas ***@***.***> wrote:
I am getting the same
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3474 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAOZTRAM2OVN7FCLMZ6L3TYCBAZANCNFSM4QQUHNAA>
.
|
Thanks a lot. It works for me :) |
I am currently trying to set up minishift on my Dell XPS 15 laptop running Windows 10 home. I have also previously installed Docker desktop for windows with no problems. However, I am facing the error message "Error starting the VM: Error creating the VM. Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
I have tried disabling and re-enabling virtualisation on my system BIOS, but to no avail. Anyone facing this issue on Windows 10 Home as well?
General information
PS C:\Users\Richard> minishift start -- Starting profile 'minishift' -- Check if deprecated options are used ... OK -- Checking if https://mirror.openshift.com is reachable ... OK -- Checking if requested OpenShift version 'v3.11.232' is valid ... OK -- Checking if requested OpenShift version 'v3.11.232' is supported ... OK -- Checking if requested hypervisor 'virtualbox' is supported on this platform ... OK -- Checking if VirtualBox is installed ... OK -- Checking the ISO URL ... OK -- Checking if provided oc flags are supported ... OK -- Starting the OpenShift cluster using 'virtualbox' hypervisor ... -- Minishift VM will be configured with ... Memory: 4 GB vCPUs : 2 Disk size: 20 GB -- Starting Minishift VM ..... FAIL E0831 23:15:47.758000 20152 start.go:494] Error starting the VM: Error creating the VM. Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory". Retrying. Error starting the VM: Error creating the VM. Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"
The text was updated successfully, but these errors were encountered: