Mine also does this but after so long it does then boot and connect, I would suggest reboot your machine then give it a few minutes to load everything then try vagrant up again.
Been struggling for hours on this one as well. Eventually got it working by turning off my wifi (WTF!?!). This thread helped http://laravel.io/forum/05-27-2014-laravel-homestead-not-connecting-when-wifi-is-enabled. Seems like a hack though, anyone know if there is going to be a proper fix to homestead/vagrant rather than messing with my network settings?
I had this problem only today on a brand new computer.
I found that I had to enable Virtualization Technology in the bios.
I had the same problem and the solution was to enable Virtualization in the bios like sitesense suggested.
I had exact same issues. Well, I get the same issue time to time even now.
Try enabling GUI mode and see what's going on yourself.
config.vm.provider :virtualbox do |vb|
vb.gui = true
end
mine was somehow staying on the boot loader selection.
I experienced a similar issue. Here is what I did.
ssh-add ~/.vagrant.d/insecure_private_key
config.vm.boot_timeout = 600
to my ~/Homestead/Vagrantfile
It's working fine now.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community