search

Home  >  Q&A  >  body text

An error occurred when laravel vagrant up

  1. The following error will appear when starting vagrant up:

  1. However, vagrant started successfully as follows:

Dear masters, please tell me what is the problem. It is win7. Please solve it!!!

滿天的星座滿天的星座2754 days ago603

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-05-16 16:50:46

    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.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

    reply
    0
  • Cancelreply