0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WindowでVagrant環境VM has become 'inaccessible' エラーを出します

Last updated at Posted at 2019-05-26

最近、WindowsでVagrant環境を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.

解決方法:"C:\Users{user}\VirtualBox VMs{vm-id}" で二つファイルがあります。

{vm-id}.vbox-prev
{vm-id}.vbox-tmp

"{vm-id}.vbox-tmp" ファイル名から "{vm-id}.vbox" に変更した後、 再度起動に"vagrant up"を実行して行きましょう。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?