Vagrant Hyper-Vは、「仮想マシンのプロセッサ設定を今すぐ変更できません」というエラーで起動に失敗します。


0

Windowsのコマンドプロンプトで実行します vagrant up debian --provider hyperv

そしてそれは不可解なエラーで失敗します

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.

Vagrantfileは以下のとおりです。

config.vm.define "debian" do |debian|
  debian.vm.box = "nikel/xerus64"
  # ...
end
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.