mitchellh/boot2docker-vagrant-box

Release 0.4.0 not booting

binaryphile opened this issue · 3 comments

Vagrant version 1.4.3.

I ran the vagrant init boot2docker https://github.com/mitchellh/boot2docker-vagrant-box/releases/download/v0.4.0/boot2docker.box, and the box downloads and tries to start, but vagrant ends up waiting for the machine to boot forever.

I'll be trying the prior release and see if that works.

v0.3.0-1 doesn't work either. The box appears to come up but ssh won't connect. Vagrant destroy works.

I now believe this is due to my machine not supporting vt-x extensions. Running the native boot2docker script directly and this error message came up:

VBoxManage: error: VT-x is not available. (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole

I believe this was happening here as well but the error message wasn't coming up.

As a follow-on, I have a new machine now with the proper extensions. The boot2docker image now throws a kernel panic when I attempt to boot it.