-
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
VBOX_VTX_DISABLED: This computer doesn't have VT-X/AMD-v enabled (v1.3.0) #4997
Comments
@blueelvis I could provide additional info as needed |
(1) am not on AMD processor What info can i add here ? |
Do you mind sharing the result of:
|
I'm not sure it was the libmachine change*, seems more like the new downloader has issues ? * confirmed above, not using an AMD processor and it would only explain the first issue anyway |
I deleted 1.3 and installed 1.2.0 now ;
|
Can you repeat with 1.3.0 ? That old one looks to have the right file length: 135616512 minikube-v1.2.0.iso 137441280 minikube-v1.3.0.iso The strange thing is that the library should verify the SHA256 of the download. |
Apparently some versions of VirtualBox wants the size padded to 512 bytes... (preferrably 2048)
EDIT: obviously that was off Both are fine multiples of 2048 |
The size of the ISO is different |
OK. VERR_NOT_SUPPORTED was likely #4992 I'm still not sure why the VBOX_VTX_DISABLED issue occurred. I noticed it doesn't show up in your last comment. |
Do you mind checking if minikube v1.3.1 has the same issue? |
I feel we can close this as I could not reproduce the problem after I switched from a chocolatey installed minikube to manually downloaded minikube executable from releases pages of github repo. Also suggesting close because access to a Window10 is gone for now. |
Also ran into this issue on v1.2.0 with a ryzen 3600 cpu. Even though:
Seems to work fine with the kvm2 driver |
I am getting VBOX_VTX_DISABLED as well. Cygwin on Windows 10 on an oldish core i3 laptop. Virtualization support is in fact enabled in the BIOS, and the VirtualBox GUI has no problems creating 64-bit VMs. However, one recent configuration change may be relevant. I configured Windows 10 to allow running both WSL2 and VirtualBox instances. minikube used to work before that change. Output of
|
The exact command to reproduce the issue:
minikube start
The full output of the command that failed:
The output of the
minikube logs
command:X command runner: getting ssh client for bootstrapper: Error dialing tcp via ssh client: dial tcp 127.0.0.1:22: connectex: No connection could be made because the target machine actively refused it.
*
The operating system version:
Windows10 Pro fully updated
The text was updated successfully, but these errors were encountered: