用命令行vagrant up启动时报错:
Valid states are 'starting, running'. The machine is in the 'poweroff' state.
接着尝试使用VBox启动,报错如下:
这个错误就比较明显了,是因为电脑的虚拟化支持没有开启。
解决方法:
开机进入BIOS(ideapad Y570 F2键):Configuration -> Intel Virtual Technology ==> Enabled
保存退出,重启系统,启动vagrant已无此错误。