Skip to content

Commit

Permalink
core: improve bad boot state error [GH-2187]
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Sep 15, 2013
1 parent efdb962 commit 196d3bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ en:
to boot. Valid states are '%{valid}'. The machine is in the
'%{invalid}' 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.
boot_timeout: |-
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
Expand Down

0 comments on commit 196d3bb

Please sign in to comment.