Context
I'm using Vagrant 1.6.3
and VirtualBox 4.3.14
on a Windows 7
box.
- Homestead.yaml except:
--- ip: "192.xxx.xxx.xxx" memory: 2048 cpus: 1 authorize: C:/Users/me/.ssh/id_rsa.pub keys: - C:/Users/me/.ssh/id_rsa folders: - map: D:/MyVagrant/Code to: /home/vagrant/Code sites: - map: homestead.app to: /home/vagrant/Code/Laravel/public variables: - key: APP_ENV value: local
Issue
I can't get Laravel Homestead
up and running.
Excerpt of the console output:
==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Warning: Connection timeout. Retrying... ... Idem - many times... default: Warning: Connection timeout. Retrying...
Question
How could it be fixed provided that Laravel Homestead is Windows 7 32-bit ready?
Nota bene
This post is similar to "Timeout while trying to vagrant up" but nevertheless it calls for the following observations:
- The latter didn't receive enough attention, no satistactory answer so far (as the time of the post)
- This one provides more (relevant) details.
Updtate
My bad: I didn't provide sufficient details as I pretended: My computer has not a VT-x capable cpu!