I can\'t seem to get Homestead running. It hangs at SSH auth method: private key.
The Homestead VM starts. I can go to VirtualBox and open the terminal window and lo
I had to do a fsck. (disclaimer, I typed the commands from memory)
Go back to your normal terminal and try a:
vagrant halt
vagrant up
For me, things were back to normal from here.
If you are on Windows, you have done everything here and still have trouble, maybe this is the solution you need.
Open the Command Prompt as an administrator. Type the bcdedit
command. You may find hypervisorlaunchtype Auto
. If that is the case, type bcdedit /set hypervisorlaunchtype off
to turn it off. Reboot and try again.
Hope this helps.
I had the same problem on macOS 10.12 today, and lost 6 hours trying to find a fix. Finally, after several reinstallations, reboots, and trial and error, I somehow got it to work by following these steps...
homestead-7
box is shut down within the VirtualBox UIhomestead-7
box, and choose Settingsvagrant up --provision
vagrant reload --provision
to reprovision the machineThat should be it! I was able to SSH in after this, but not able to view Homestead sites through the browser (even though I'd configured the /etc/hosts
file), but a simple reboot of the Mac seemed to fix this.
Given I don't know what exactly caused this in the first place, this might just be a bit of luck for my case, but let me know how you get on.