dduportal / boot2docker-vagrant-box

Packer scripts to build a Vagrant-compatible boot2docker box.
85 stars 32 forks source link

Are guest additions required to use this box? #51

Open zs-zs opened 8 years ago

zs-zs commented 8 years ago

Hi guys, I use Windows 10, and when I try to use this box I get the following error:

==> default: Mounting shared folders...
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box.

This happens even if I install the vagrant plugin mentioned here which automatically installs the latest Virtualbox guest additions on the first vagrant up.

My Vagrantfile was very simple, barebone:

Vagrant.configure("2") do |config|
  config.vm.box = "dduportal/boot2docker"
end

Any idea what do I miss here?

ehernandez-xk commented 8 years ago

Have you resolved it? What is your VB version? "vboxsf" is FS for linux https://www.virtualbox.org/manual/ch04.html#sf_mount_manual