Updated `vagrant up` hangs at "Waiting for VM to boot. This can take a few minutes" (markdown)

brandondrew 2012-08-27 13:29:19 -07:00
parent 3ab611ca71
commit 0022d48e3a
1 changed files with 8 additions and 2 deletions

@ -33,6 +33,12 @@ As long as the issues regarding this topic are not resolved, I intend to sum up
VBoxManage controlvm <vm-id> poweroff
After this the vm can be started again by
You can get the VM id by executing
vagrant up
VBoxManage list runningvms
and finding the name the VM you want to power down in the resulting list.
After this the vm can be started again by entering
vagrant up