Open mineumann opened 7 years ago
@mineumann They added 5.1 driver to Vagrant 1.8.7, so that's the version I installed.
bah..missed the original comment...so is this still an open problem or not?
@Snergster , yes. If a Windows user follows the boxcutter directions, they will need to also downgrade to VirtualBox 5.0 to be compatible. 5.0 is End Of Life as of May 2017
Also, though the directions say Windows users must use Vagrant 1.7.4, I would point out that OSX users are now also unable to use the newest Vagrant (1.9.x), as I documented here. As I continued to have issues with 1.8.7, I ended up on 1.8 and so have had to downgrade the VirtualBox just like Windows users. I can't yet say definitively that is the correct version of Vagrant for OSX users to downgrade to, because all VIRL deployments to Packet.net are failing for everyone.
Note, 5.0 is End Of Life after May 2017. It is no longer supported. I think that's what was meant by it "runs out". So, ideally, a newer Vagrant that includes the 5.1 driver would work.
It seems that with virtualbox/vagrant plugin you mention the latest virtualbox software is not supported:
The provider 'virtualbox' that was requested to back the machine 'default' is reporting that it isn't usable on this system. The reason is shown below:
Vagrant has detected that you have a version of VirtualBox installed that is not supported. Please install one of the supported versions listed below to use Vagrant:
4.0, 4.1, 4.2, 4.3, 5.0
5.0 "runs out" as mentioned on virtualbox.org and shouldn't be used any longer it seems - so what todo?
At least you should mention it in your documentation. Thank you.