#啟動vagrant up時會出現下列錯誤:
#然而vagrant啟動成功瞭如下:
#各位大神請問這是什麼問題,是win7的,求解!!!
這種情況下,先嘗試增加超時時間config.vm.boot_timeout,然後在設定檔中加入下面這個配置
config.vm.boot_timeout
config.vm.provider :virtualbox do |vb| vb.gui = true end
接著啟動,在VirtualBox中可以看到啟動了GUI介面,應該會在介面中提示你特定的錯誤訊息。
參考:Timed out while waiting for the machine to boot when vagrant up
這種情況下,先嘗試增加超時時間
config.vm.boot_timeout
,然後在設定檔中加入下面這個配置接著啟動,在VirtualBox中可以看到啟動了GUI介面,應該會在介面中提示你特定的錯誤訊息。
參考:Timed out while waiting for the machine to boot when vagrant up