hello

try this

vagrant halt

then go to virtualbox gui, and try to start the vm from there

it may help as will give you more information

>From vagrant side try this

vagrant version
vagrant plugin list
mkdir precise64
cd precise64
vagrant init -m hashicorp/precise64
set VAGRANT_LOG=debug
vagrant up

and share all the generated verbose output

thanks

Alvaro

On Thu, Mar 16, 2017 at 10:48 AM, Tony Toth <tonytoth1...@gmail.com> wrote:

> Hello,
> I recently updated my windows 10, vagrant and virtualbox and my vagrant
> won't boot anymore.
> The warning I get is:
> "Timed out while waiting for the machine to boot. This means that
> Vagrant was unable to communicate with the guest machine within
> the configured ("config.vm.boot_timeout" value) time period.
>
> If you look above, you should be able to see the error(s) that
> Vagrant had when attempting to connect to the machine. These errors
> are usually good hints as to what may be wrong.
>
> If you're using a custom box, make sure that networking is properly
> working and you're able to connect to the machine. It is a common
> problem that networking isn't setup properly in these boxes.
> Verify that authentication configurations are also setup properly,
> as well.
>
> If the box appears to be booting properly, you may want to increase
> the timeout ("config.vm.boot_timeout") value."
> I also tried to increase the boot_timeout but it doesn't work.
> Can anyone help me with this ?
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/157f3159-abfe-4b10-bcec-dec4b92689f4%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/157f3159-abfe-4b10-bcec-dec4b92689f4%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0exW6mq-T04Y7rVN8%3DkO-cLnv_mW0MauuioKC7a79y4%3DeQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to