Comment 54 for bug 1569237

Revision history for this message
Matthew Hart (mattou07) wrote :

I managed to get it working by changing my Vagrant version to 1.9.2 and VirtualBox to 5.1.12
Then I added a vagrant plugin for guest additions like this:

vagrant plugin install vagrant-vbguest

And it creates the VM and runs my provisions. I am using Windows 10.

I hope that helps some of you guys :)