O Vagrant Hyper-V falha ao iniciar com “Não é possível alterar as configurações do processador de uma máquina virtual agora.”

0

No prompt de comando do Windows, eu corro vagrant up debian --provider hyperv

E falha com um erro críptico

An error occurred while executing a PowerShell script. This error
is shown below. Please read the error message and see if this is
a configuration error with your system. If it is not, then please
report a bug.

Script: import_vm_vmcx.ps1
Error:

Hyper-V\Set-VM : Failed to modify device 'Processor'.
Cannot change the processor settings of a virtual machine now.
'XenialXerus' failed to modify device 'Processor'. (Virtual machine ID
E275A02F-D1A0-460D-830E-0709B4A4E829)
Cannot change the processor settings of virtual machine 'XenialXerus' while it is in a saved state.

O Vagrantfile é:

config.vm.define "debian" do |debian|
  debian.vm.box = "nikel/xerus64"
  # ...
end
    
por Jonathan 28.03.2018 / 06:08

0 respostas