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

X Unable to start VM: create: creating: exit status 1 -- On windows10 #5288

Closed
bodachaitanya opened this issue Sep 7, 2019 · 2 comments
Closed
Labels
co/hyperv HyperV related issues 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

@bodachaitanya
Copy link

The exact command to reproduce the issue:
minikube start --vm-driver hyperv --hyperv-virtual-switch "Primary Virtual Switch"

The full output of the command that failed:

PS C:\WINDOWS\system32> minikube start --vm-driver hyperv --hyperv-virtual-switch "Primary Virtual Switch"

  • minikube v1.3.1 on Microsoft Windows 10 Enterprise 10.0.16299 Build 16299
  • Downloading VM boot image ...
    minikube-v1.3.0.iso.sha256: 65 B / 65 B [--------------------] 100.00% ? p/s 0s
    minikube-v1.3.0.iso: 131.07 MiB / 131.07 MiB [-------] 100.00% 3.58 MiB p/s 37s
  • Creating hyperv VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
    E0907 14:37:34.441895 15272 start.go:723] StartHost: create: creating: exit status 1

X Unable to start VM: create: creating: exit status 1
*

The output of the minikube logs command:

The operating system version:
Windows10

@tstromberg
Copy link
Contributor

Hey @bodachaitanya -

Sorry to hear that minikube isn't working for you yet. It seems like minikube isn't able to correctly work with Hyper-V, likely due to a small configuration issue: Do you mind sharing the output of these 3 commands so that I can make the appropriate suggestion?

  • minikube start --vm-driver hyperv --hyperv-virtual-switch "Primary Virtual Switch" --alsologtostderr -v=1
  • systeminfo
  • Get-VMSwitch -SwitchType External

Thank you!

@tstromberg tstromberg added co/hyperv HyperV related issues 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 8, 2019
@tstromberg
Copy link
Contributor

@bodachaitanya - I believe this issue is now addressed by minikube v1.4, as it no longer requires a virtual switch to be defined. If you still see this issue with minikube v1.4 or higher, please reopen this issue by commenting with /reopen

Thank you for reporting this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/hyperv HyperV related issues 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

2 participants