我正在使用bento/centos7.2
框。我做了一个vagrant up
,当它启动时,我注意到盒子有更新,我本能地取消了操作(我建议不要做,永远!)。所以我继续前进vagrant destroy
,rm -rf .vagrant
只是为了确定(再次,我建议不要做,永远!)。我在vagrant box remove bento/centos7.2
处删除了我的复选框,然后vagrant up
完成了此处:
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.
以下是我尝试的主题:
当我启用GUI时,我意识到盒子正常启动;它刚刚停留在登录界面(ssh框中的错误?)。截图: