vagrant是一款虚拟机管理软件,配合virtualbox使用十分方便,强烈推荐大家使用。
这里记录一个错误解决方法。
在vagrant ssh登录时,出现了这个错误: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.
明显,提示主机和虚机无法通过ssh登录,几种处理方法:
1、延长等待时间
config.vm.boot_timeout2、修改cpu允许虚拟参数,即在bios中修改Intel VT 或 AMD-V
3、在主机中输入,然后重启电脑,我的问题是这种方法解决的。
bcdedit /set hypervisorlaunchtype off版权声明:本文为u011041096原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。