I have seen that they asked about this in the Stack Overflow in English and I ask it here, because there I did not get a solution, at the moment of starting vagrant with vagrant up
, it does not start and I receive the following message:
== > homestead-7: Forcing shutdown of VM ...
== > homestead-7: Checking if box 'laravel / homestead' is up to date ...
== > homestead-7: Clearing any previous set forwarded ports ...
== > homestead-7: Clearing any previous set network interfaces ...
== > homestead-7: Preparing network interfaces based on configuration ...
homestead-7: Adapter 1: nat
homestead-7: Adapter 2: hostonly
== > homestead-7: Forwarding ports ...
homestead-7: 80 (guest) = > 8000 (host) (adapter 1)
homestead-7: 443 (guest) = > 44300 (host) (adapter 1)
homestead-7: 3306 (guest) = > 33060 (host) (adapter 1)
homestead-7: 4040 (guest) = > 4040 (host) (adapter 1)
homestead-7: 5432 (guest) = > 54320 (host) (adapter 1)
homestead-7: 8025 (guest) = > 8025 (host) (adapter 1)
homestead-7: 27017 (guest) = > 27017 (host) (adapter 1)
homestead-7: 22 (guest) = > 2222 (host) (adapter 1)
== > homestead-7: Running 'pre-boot' VM customizations ...
== > homestead-7: Booting VM ...
== > homestead-7: Waiting for machine to boot. This may take a few minutes ...
homestead-7: SSH address: 127.0.0.1:2222
homestead-7: SSH username: vagrant
homestead-7: SSH auth method: private key
The guest machine entered an invalid state while waiting for it boot Valid states are 'starting, running'. The machine is in the 'gurumeditation' state. Please verify everything is configured properly and try again.
If the provider you're using has a GUI that comes with it, it's often helpful to open that and watch the machine, since the GUI has often more helpful error messages than Vagrant can retrieve. For example, if you're using VirtualBox, run
vagrant up
while the VirtualBox GUI is open.The primary issue for this error is that the provider you're using is not properly configured. This is very rarely a Vagrant issue.
I tried what they said, about getting into the bios and activating intel virtualization tech
and nothing, I got into program features and I do not see l Vt-x
, does anyone know how to solve this problem? Since without this I can not start running with Laravel.