【发布时间】:2016-02-18 12:28:47
【问题描述】:
我刚刚在Laravel 5.2 documentation 之后安装了带有 Vagrant 和 Virtual-box 的 Homestead,当我运行 vagrant up 命令时,我收到以下错误。
我没有找到 config.vm 文件来增加超时,但经过一些研究,我通过 bios 启用了英特尔虚拟化,它没有修复它。
我怎样才能揭示真正的问题?
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.
If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.
If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.
If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.
【问题讨论】: