Re: [vagrant-up] Vagrant VMWare Fusion hangs "Waiting for the VM to finish booting"

2,005 views
Skip to first unread message

Mitchell Hashimoto

unread,
May 20, 2013, 1:33:58 AM5/20/13
to vagra...@googlegroups.com
Matt,

Can you gist the DEBUG log for this? It is not common for this to get stuck for this box here.

Best,
Mitchell


On Sun, May 19, 2013 at 7:21 PM, Matt Black <matt....@jbadigital.com> wrote:
Just (bought,) installed and tested the VMWare support in Vagrant - and failed to get it working. I get this much on the terminal:

$ vagrant up --provider=vmware_fusion
Bringing machine 'default' up with 'vmware_fusion' provider...
[default] Cloning VMware VM: 'precise64'. This can take some time...
[default] Verifying vmnet devices are healthy...
[default] Preparing network adapters...
[default] Starting the VMware VM...
[default] Waiting for the VM to finish booting...

Where it hangs. The VM shows up in the VMWare OSX app, and I can SSH into it - although not actually log in since I don't have a password.

I used the VMWare box from http://files.vagrantup.com/precise64_vmware.box and am on latest versions:
  • VMWare Fusion 5.0.3
  • Vagrant 1.2.2
Any ideas list?

--
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+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Matt Black

unread,
May 20, 2013, 5:56:58 PM5/20/13
to vagra...@googlegroups.com
Hi Mitchell,

Sorry for not checking out the debugging docs first before posting!

Turns out I had left a SSH username in my Vagrant file from some testing, which meant that vagrant up couldn't connect to the box over SSH - and hence seeming to hang.

Looks like a "try SSH five times and spit out an error message" would be a good idea there :)

Cheers
Matt

Atsushi Hondoh

unread,
Jan 20, 2014, 11:43:41 AM1/20/14
to vagra...@googlegroups.com
Hi Matt

I had same problem on [MacOS10.9 + VMWareFusion6 + Vagrant1.4.3 + CentOS6.4 Box] and solved it.
In fact, the vagrant was not hang up, it was waiting for your answer of whether you wish upgrade vm spec or not, may be.

Therefore, it is necessary to enable GUI at first.
Edit Vagrantfile like following 
----------
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

  config.vm.provider :vmware_fusion do |v|
    v.gui = true
  end 
----------
and run "vagrant up --provider=vmware_fusion".

Then you would see the dialog whether you wish upgrade vm spec or not.
When check "never show again" and click "don't upgrade", the vagrant will run smoothly.

Once run vm successfully, you can disable gui.

I will be happy if your problem is solved. 

2013年5月20日月曜日 14時21分25秒 UTC+9 Matt Black:
Reply all
Reply to author
Forward
0 new messages