core: update error message for GH-5526
This commit is contained in:
parent
e759df11a0
commit
b5e57a6e83
|
@ -408,6 +408,9 @@ en:
|
||||||
GUI often has more helpful error messages than Vagrant can retrieve.
|
GUI often has more helpful error messages than Vagrant can retrieve.
|
||||||
For example, if you're using VirtualBox, run `vagrant up` while the
|
For example, if you're using VirtualBox, run `vagrant up` while the
|
||||||
VirtualBox GUI is open.
|
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.
|
||||||
boot_timeout: |-
|
boot_timeout: |-
|
||||||
Timed out while waiting for the machine to boot. This means that
|
Timed out while waiting for the machine to boot. This means that
|
||||||
Vagrant was unable to communicate with the guest machine within
|
Vagrant was unable to communicate with the guest machine within
|
||||||
|
|
Loading…
Reference in New Issue