-
Notifications
You must be signed in to change notification settings - Fork 434
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
Comments
Same result when using https://app.vagrantup.com/StefanScherer/boxes/windows_10 |
On Nov 30, 2018, at 12:30 PM, git14 ***@***.***> wrote:
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.
Something happening like this: chocolatey-community/chocolatey-test-environment#31
Which looks to be related to this: https://www.virtualbox.org/ticket/18152
Which might have something to do with this: chocolatey-community/chocolatey-test-environment#32
|
Tried
No change. |
I think the problem is with vagrant. If I go import the .box directly into VirtualBox things work as expected. |
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. |
When running
vagrant up
it times out ondefault: 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.The text was updated successfully, but these errors were encountered: