mitchellh/boot2docker-vagrant-box

VBoxManage: error: 'Linux_64' is not a valid Guest OS type

garethrees opened this issue · 5 comments

$ vagrant init boot2docker vagrant init boot2docker https://github.com/mitchellh/boot2docker-vagrant-box/releases/download/v0.4.0/boot2docker.box
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
gareth: ~/Code/boot2docker
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'boot2docker'...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "/Users/gareth/.vagrant.d/boxes/boot2docker/virtualbox/box.ovf"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/gareth/.vagrant.d/boxes/boot2docker/virtualbox/box.ovf...
VBoxManage: error: 'Linux_64' is not a valid Guest OS type
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBox, interface IVirtualBox, callee IAppliance
VBoxManage: error: Context: "Interpret" at line 330 of file VBoxManageAppliance.cpp

Same issue here.
I am also trying to find out what is happening.

I just updated VirtualBox and now it is fine.

VirtualBox update didn't help me

Seems to be okay after updating

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list'

wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

sudo apt-get update

sudo apt-get install virtualbox-4.3