Пытаюсь запустить виртуальную машину через Vagrant (конфиг сгенерирован в PuPHPet), в итоге получаю такую ошибку:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'puphpet/ubuntu1404-x64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'puphpet/ubuntu1404-x64' is up to date...
==> default: Setting the name of the VM: apsfze_default_1437658608403_25152
==> default: Clearing any previously set network interfaces...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["hostonlyif", "create"]
Stderr: 0%...
Progress state: E_FAIL
VBoxManage.exe: error: Failed to create the host-only adapter
VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available)
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleCreate(struct HandlerArg *)" at line 70 of file VBoxManageHostonly.cpp
После чего в настройках VirtualBox появляется новый адаптер, и так после каждой попытки запустить vagrant up.
До это уже был создан адаптер по умолчанию с необходимым диапазоном IP.
UPD: Обновите до последней версии
https://www.virtualbox.org/wiki/Downloads
Официальной поддержки Windows 10 еще нет, но большинство проблем уже исправлены.