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

Minishift not starting on Windows 10 VirtualBox #3556

Open
naumanyousuf opened this issue Mar 9, 2022 · 4 comments
Open

Minishift not starting on Windows 10 VirtualBox #3556

naumanyousuf opened this issue Mar 9, 2022 · 4 comments

Comments

@naumanyousuf
Copy link

General information

  • Minishift version: 1.34.3
  • OS: Windows 10 enterprise
  • Hypervisor: VirtualBox

Steps to reproduce

  1. Fresh Installed Virtual Box 6.1 (rebooted ofcouse this is windows)
  2. Downloaded Minishift
  3. using the Admin command windows executed the following
  4. minishift start --show-libmachine-logs --logtostderr -v5 --vm-driver virtualbox
  5. I have verified my BIOS and virtualization is enabled there

System came out with an error

Logs

https://gist.github.com/naumanyousuf/0c6345ac2e9767341a9ebf354e33b173

@naumanyousuf
Copy link
Author

Please note that the Hyper-V on my machine is disable

@texoff
Copy link

texoff commented Aug 23, 2022

I have same problem

General information

  • Minishift version: 1.34.3
  • OS: Windows 10 enterprise
  • Hypervisor: VirtualBox

Logs
https://gist.github.com/texoff/897fe7cbe5645d7311949062a9d11074

FAIL E0823 16:42:33.318891 10928 start.go:499] 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"

@returntrip
Copy link

I figured it out out for my specific case: Windows 10 Enterprise.

Virtualbox nested virtualization does not work because of a feature called VBS (Virtualization Based Security) which in turn is used by a Windows 10 (Enterprise only?!?!) security feature called: "Device Guard".

The moment Device Guard and VBS are disabled, nested virtualization starts working again.

@ShelarRohan
Copy link

General information

  • Minishift version: 1.34.3
  • OS: Windows 10 enterprise
  • Hypervisor: VirtualBox

Steps to reproduce

  1. Fresh Installed Virtual Box 6.1 (rebooted ofcouse this is windows)
  2. Downloaded Minishift
  3. using the Admin command windows executed the following
  4. minishift start --show-libmachine-logs --logtostderr -v5 --vm-driver virtualbox
  5. I have verified my BIOS and virtualization is enabled there

System came out with an error

Logs

https://gist.github.com/naumanyousuf/0c6345ac2e9767341a9ebf354e33b173

Hey naumanyousuf , I think ur virtualization in BIOS is disable . To enable follow given below link 👍 :
https://www.geeksforgeeks.org/how-to-enable-virtualization-vt-x-in-windows-10-bios/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants