You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edition: Windows 10 Pro
Version: 1709
OS Build: 16299.214
Language: Swedish
Guest operating system
bento/Ubuntu-16.04
Vagrantfile
# Copy-paste your Vagrantfile here (but don't include sensitive information such as passwords, authentication tokens, or email addresses)Vagrant.configure("2")do |config|
config.vm.box="bento/ubuntu-16.04"end
Machine did not start, due to "Hyper-V was unable to find a virtual switch with name ..."
Steps to reproduce
Have Hyper-V virtual switch with foreign character in name. Note: in Swedish the name of the default switch, which can't be changed, is Standardväxel, which does not seem to be an allowed name.
Create new machine with vagrant init --box bento/ubuntu-16.04
Run vagrant up --provider=hyperv
Creating another switch with similar name gives the same result, creating with only "normal" characters works.
References
The text was updated successfully, but these errors were encountered:
Keep track of selected Hyper-V switch using the ID instead of name
to prevent any encoding issues that may occur switching between
PowerShell and Ruby. With the IDs staying consistent, the switch
name can be fetched from the provided ID.
Fixeshashicorp#9679hashicorp#8794hashicorp#9451
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vagrant version
Vagrant 2.0.2
Host operating system
Edition: Windows 10 Pro
Version: 1709
OS Build: 16299.214
Language: Swedish
Guest operating system
bento/Ubuntu-16.04
Vagrantfile
Debug output
https://gist.github.com/fredrikbaberg/6192b350f5136fad96a69e2fb5b38552
Expected behavior
Machine should start.
Actual behavior
Machine did not start, due to "Hyper-V was unable to find a virtual switch with name ..."
Steps to reproduce
Standardväxel
, which does not seem to be an allowed name.vagrant init --box bento/ubuntu-16.04
vagrant up --provider=hyperv
References
The text was updated successfully, but these errors were encountered: