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

Windows 10 1809 virtualbox hangs #145

Closed
git14 opened this issue Nov 30, 2018 · 5 comments
Closed

Windows 10 1809 virtualbox hangs #145

git14 opened this issue Nov 30, 2018 · 5 comments

Comments

@git14
Copy link

git14 commented Nov 30, 2018

When running vagrant up it times out on default: WinRM transport: negotiate.
The vm does boot in virtaulbox, but there are no network devices present.
Used packer build --only=virtualbox-iso .\windows_10.json to build the box.

@git14 git14 changed the title Windows 10 1809 virtualbox hags Windows 10 1809 virtualbox hangs Nov 30, 2018
@git14
Copy link
Author

git14 commented Nov 30, 2018

Same result when using https://app.vagrantup.com/StefanScherer/boxes/windows_10

@basictheprogram
Copy link

basictheprogram commented Nov 30, 2018 via email

@git14
Copy link
Author

git14 commented Nov 30, 2018

Tried

config.vm.provider "virtualbox" do |v|
  v.default_nic_type = "82543GC"
end

No change.

@basictheprogram
Copy link

I think the problem is with vagrant.

If I go import the .box directly into VirtualBox things work as expected.

@git14
Copy link
Author

git14 commented Nov 30, 2018

Confirmed it's a Vagrant with virtualbox issue. I was running Vagrant 2.2.1. Upgraded to 2.2.2, now I get the warning but the vm loads with networking. Oddly enough when I add in the default nic type into the config it breaks networking.

@git14 git14 closed this as completed Nov 30, 2018
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

2 participants