1
resposta

Guru meditation - Ambiente Windows com Virtual Box 6.1.18 e Vagrant 2.2.16

Olá.

A máquina virtual fica sempre pausada, no estado "Guru meditation". Daí eu não consigo acessar a máquina virtual via SSH. Como eu resolvo isso?

Abaixo a saída da linha de comando:

D:\alura\vagrant\ambiente_dev>vagrant init hashicorp/precise64
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.

D:\alura\vagrant\ambiente_dev>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'hashicorp/precise64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'hashicorp/precise64' version '1.1.0' is up to date...
==> default: Setting the name of the VM: ambiente_dev_default_1621911485678_49403
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> 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
The guest machine entered an invalid state while waiting for it
to 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 is often helpful to open that and watch the machine, since the
GUI often has 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.
1 resposta

Tente iniciar a máquina pelo VirtualBox na versão gráfica para colher novos erros ou resultados. Tem uma aula mais a frente que informa sobre providers também. Pode postar seu vegrant file ?