MattHodge / PackerTemplates

Packer Templates for building Windows Operating Systems
https://hodgkins.io/best-practices-with-packer-and-windows
164 stars 62 forks source link

Error: hyperv-iso: Error shutting down VM: PowerShell error: Hyper-V\Stop-VM : Failed to stop. #18

Open muthurd opened 6 years ago

muthurd commented 6 years ago

I am trying to generate the Hyper-V vhdx file, however getting the below error message, Would you please check and advise.

Environment:- Windows 2016 Datacentre Server, installed with Hyper-V Packer Version:- tried with 1.3.2-dev, & 1.2.5 ISO: Windows 2012R2

Error: ==> hyperv-iso: Provisioning with Powershell... ==> hyperv-iso: Provisioning with powershell script: scripts/install_windows_updates.ps1 ==> hyperv-iso: Disconnecting from vmconnect... ==> hyperv-iso: Error shutting down VM: PowerShell error: Hyper-V\Stop-VM : Failed to stop. ==> hyperv-iso: At C:\Users\Administrator\AppData\Local\Temp\2\ps015687669.ps1:5 char:5 ==> hyperv-iso: + Hyper-V\Stop-VM -VM $vm -Force -Confirm:$false ==> hyperv-iso: + ~~~~~~~~~~ ==> hyperv-iso: + CategoryInfo : NotSpecified: (:) [Stop-VM], VirtualizationException ==> hyperv-iso: + FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.StopVM

vniklas commented 5 years ago

I get the same error when trying to build a win 2019 std server with gui..