diff --git "a/`vagrant-up`-hangs-at-\"Waiting-for-VM-to-boot.-This-can-take-a-few-minutes\".md" "b/`vagrant-up`-hangs-at-\"Waiting-for-VM-to-boot.-This-can-take-a-few-minutes\".md" index a8e78e7..3e2638a 100644 --- "a/`vagrant-up`-hangs-at-\"Waiting-for-VM-to-boot.-This-can-take-a-few-minutes\".md" +++ "b/`vagrant-up`-hangs-at-\"Waiting-for-VM-to-boot.-This-can-take-a-few-minutes\".md" @@ -33,6 +33,12 @@ As long as the issues regarding this topic are not resolved, I intend to sum up VBoxManage controlvm 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 \ No newline at end of file