You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After the creating a guest VM, attaching Windows iso image with autounattend.xml (via GUI), and starting the VM, during the Windows installation "Windows could not apply the unattend answer file's setting" error appears.
To Reproduce
Steps to reproduce the behavior:
Create a guest VM in TF
Attach Windows iso image with autounattend.xml via GUI
Power on VM
Expected behavior
Windows installation completes successfully
Terraform files main.tf guest.tf VM created manually VM created via TF
Desktop (please complete the following information):
OS: Windows 11
Terraform Version: 1.1.2
Ovftool Version: 4.4.3 (build-18663434)
This Plugin Version 1.10.2
Additional context
VM firmware is BIOS
answer file disk config is set for BIOS (two partitions), not UEFI (four partitions)
the same Windows iso works normally when the VM is created manually via GUI
The text was updated successfully, but these errors were encountered:
Ref: #24
I'll try to make this a priority. In the mean time, there are ways to use pvscsi (which performs better anyways...). I have not tried it, but you can google it to see how it can be done...
Describe the bug
After the creating a guest VM, attaching Windows iso image with autounattend.xml (via GUI), and starting the VM, during the Windows installation "Windows could not apply the unattend answer file's setting" error appears.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Windows installation completes successfully
Terraform files
main.tf
guest.tf
VM created manually
VM created via TF
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: