Vagrant up prend beaucoup de temps après "Attendre que la machine démarre. Cela peut prendre quelques minutes ... "pour terminer le démarrage

J'ai une ubuntu virtualbox. Tout fonctionne bien, sauf qu'au démarrage, il faut environ 5 minutes ou plus après le message

Waiting for machine to boot. This may take a few minutes...

avant la fin de l'amorçage:

➜  my_box  vagrant reload
/Users/pinouchon/.vagrant.d/boxes/my_box/virtualbox/include/_Vagrantfile:5: warning: already initialized constant VAGRANTFILE_API_VERSION
[default] Attempting graceful shutdown of VM...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
# More port forwards 
[default] Booting VM...
[default] Waiting for machine to boot. This may take a few minutes...
# waits about 5 minutes at this point, then:

[default] Machine booted and ready!
[default] The guest additions on this VM do not match the installed version of
VirtualBox! In most cases this is fine, but in rare cases it can
cause things such as shared folders to not work properly. If you see
shared folder errors, please update the guest additions within the
virtual machine and reload your VM.

Guest Additions Version: 4.3.0
VirtualBox Version: 4.2
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /vagrant

Cette case utilisé pour être beaucoup plus rapide (environ 30s pour le démarrage). Donc je pense que c'est une config réseau qui provoque un dépassement de délai ou quelque chose comme ça.

Il a essayé les corrections proposées:
https://github.com/mitchellh/vagrant/wiki/%60vagrant-up%60-hangs-at-%22Waiting-for-VM-to-boot.-This-can-take-a-few-minutes%22

mais sans succès. (J'ai essayé le fix Resolve it et la workaround 2.).

J'ai aussi essayé de supprimer toute 127.0.0.1 entrées dans mon /etc/hosts fichiers. Sans succès.

Tout soupçon ?

OS /Versions:

Host: OSX 10.8.5
Guest: Ubuntu 12.05
Virtualbox: 4.2

source d'informationauteur Benjamin Crouzier