vagrant upで発生したエラー

ターミナルでvccwを起動しようとしたら発生したエラーとその解決法を書いていく。


There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "6c1ac482-0178-4841-aba1-870698754f1a", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'makiyama.local' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

上記のようなエラーが出た場合、Virtual Boxに問題があるようだ。 このとき次のような手順で解決した。

① 既存のVirtual Boxをアンインストールする。

② https://www.virtualbox.org/wiki/Downloads より、最新版をダウンロードする。

③ ②でダウンロードしたものを開き、Virtual Boxを再インストールする。

その後、ターミナルでvccwを起動することができた。