O Vagrant não consegue iniciar a VM após o Windows Update

2

De repente, não consigo mais inicializar VMs do Vagrant. Aqui está o erro:

    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
    default: Warning: Connection timeout. Retrying...
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

A única alteração que eu sei que fiz em minha máquina é a atualização para a atualização de queda do Windows 10 (também conhecida como Limite 2, atualização 1511 a.k.a).

O que está fazendo com que máquinas virtuais não funcionem?

    
por Moshe Katz 23.11.2015 / 23:45

1 resposta

1

Acontece que a atualização do Windows 10 ativa o Hyper-V quando ele é executado (vi uma fonte para isso, que não consigo encontrar agora). Indo para "Programas e Recursos", escolhendo "Ativar ou desativar recursos do Windows", desmarcando "Hyper-V" e a reinicialização resolve o problema.

    
por 23.11.2015 / 23:45