Windows10でVagrant+VirtualBoxを使用する話
2015年08月26日 00時16分
Windows10にアップデートしてからvagrant upしてみたら落ちた。
Virtual Box 4.3.30
Vagrant 1.7.2
ホストオンリーアダプタを作成しようとしてエラーが出て落ちる。
1 2 3 4 5 6 7 8 9 10 11 |
vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> 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 |
Windows10は正式サポートしてないよってダウンロードページに警告が書いてあったから避けてたけど、とりあえずVirtualBoxのバージョンを5.0.2に上げてみたら正常に立ち上がった。
試してみるものですね。
4.xで使いたい場合はここに修正パッチが上がっているらしいですよ。
https://www.virtualbox.org/ticket/14040