The following error will appear when starting vagrant up:
However, vagrant started successfully as follows:
Dear masters, please tell me what is the problem. It is win7. Please solve it!!!
In this case, first try to increase the timeout config.vm.boot_timeout, and then add the following configuration in the configuration file
config.vm.boot_timeout
config.vm.provider :virtualbox do |vb| vb.gui = true end
Then start, you can see that the GUI interface is started in VirtualBox, and you should be prompted with specific error information in the interface.
Reference: Timed out while waiting for the machine to boot when vagrant up
In this case, first try to increase the timeout
config.vm.boot_timeout
, and then add the following configuration in the configuration fileThen start, you can see that the GUI interface is started in VirtualBox, and you should be prompted with specific error information in the interface.
Reference: Timed out while waiting for the machine to boot when vagrant up