Please open VirtualBox and clear out your inaccessible virtual machines or find a way to fix them.


Mac内のディレクトリ構成を変更すると、vagrant upで表題エラーになる

Your VM has become “inaccessible.” Unfortunately, this is a critical error with VirtualBox that Vagrant can not cleanly recover from. Please open VirtualBox and clear out your inaccessible virtual machines or find a way to fix them.

VirtualBox側での設定が書き換わっておらず、起動に失敗している模様
しかし、VirtualBox側の設定を直しても変わらない


Simply delete the .vagrant folder within your project and rerun vagrant up.

というわけで、

rm -rf .vagrant/
vagrant up

にて解決