LoginSignup
6
5

More than 5 years have passed since last update.

Vagrant から VirtualBox が起動できなくなった時のメモ

Posted at

vagrant up すると、以下のようなエラーが出る。

The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'poweroff' state. Please verify everything is configured
properly and try again.

If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.

The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.

VirtualBox の GUI を使ったら詳しいエラー情報あるかもね

っぽいことが書いてあるようなので、開いてみる→USB2.0 がどうのと言っている→Extension Pack が必要っぽい。

以下からダウンロード→インストールしたところ、無事に起動できました。
Downloads – Oracle VM VirtualBox

※Version 5.0.10 r104061

6
5
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
6
5