where to find config.vm.boot_timeout?

jemz picture jemz · Sep 23, 2015 · Viewed 32.9k times · Source

Hi I want to edit the config.vm.boot_timeout in vagrant because I am having problem in booting up the vagrant. where i can find the config.vm.boot_timeout ?and what value should i put ? I am in windows8.1 x86

enter image description here Thank you in advance.

Answer

Techidiot picture Techidiot · Sep 23, 2015

You need to run vagrant command to get the location of the vagrant file. And then make changes to the variable config.vm.boot_timeout (Reference)

  1. The default value of the variable is 300. You can try changing the default values.
  2. Check if you have the latest version and it is compatible with your OS.

Follow the steps given here

Also, a whole bunch of solution's are provided here