-
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
hyperv: NewVM: NotSpecified: (:) [New-VM], VirtualizationException #6104
Comments
minikube doesn't have a login or password, so I'm not sure about the VirtualBox issue. As far as the Hyper-V issue, do you mind sharing the output of:
I wonder for instance if the flags you provided are not possible in your environment. This way we can get more verbose errors for a more basic use case before we debug the more advanced one. Thank you. |
Hey @pradeepbavirisetty are you still seeing this issue? |
I have this problem... |
@kmcdon03 could you provide the output of
that will give us more logs to go on. |
Just wanted to comment on what helped me, in case someone has the same issue as I had. Few easy steps:
One more side note, I had also two Hyper-V Switches with same name and renamed one so they are all unique. I did it before doing above steps. Not sure if it had any impact. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it by replying If someone sees a similar issue to this one, please re-open it as replies to closed issues are unlikely to be noticed. Thank you for opening the issue! |
/reopen I ran into this issue following this tutorial... When I get back from BK i'll follow up w/ what sharifelgamal suggested as well as try what LCvijovic09 has suggested. It downloaded this. Also, I'm not a collaborator .. just want to help :) |
@ACure4IT: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Well just adding the --alsologtostderr -v=1 tag ... or running it a second time seems to have resolved the issue somehow. If interested I can send the output of that... |
Hi Team,
I have tried to run minikube in virtualbox and hyperv in windows 10 but i am unable to start the minikube in both the servers. below commands are used in both hyperv and virtualbox.
Virtual box:
$> minikube start --vm-driver=virtualbox
output:
Virtual image gets created in virtual box but its asking minikube login and password while opening the image.
Hyper v:
$> minikube start --vm-driver hyperv --cpus 4 --memory=4096 --hyperv-virtual-switch "Hyper V Switch"
E1217 17:48:30.257478 21700 main.go:106] libmachine: [stderr =====>] : Hyper-V\New-VM : Creating the virtual machine failed.
At line:1 char:1
E1217 17:48:40.959954 21700 main.go:106] libmachine: [stderr =====>] : Hyper-V\Get-VM : Hyper-V was unable to find a virtual machine with name "minikube".
At line:1 char:3
E1217 17:49:03.406675 21700 main.go:106] libmachine: [stderr =====>] : Hyper-V\Get-VM : Hyper-V was unable to find a virtual machine with name "minikube".
At line:1 char:3
The text was updated successfully, but these errors were encountered: