-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Windows could not apply the unattend answer file's <DiskConfiguration> setting #259
Comments
I'm experiencing the exact error message on the server 2016. |
pvscsi drivers are not included by default during the Windows installation, you need to load the drivers from VMware tools in the Autounattend.xml file. Something like:
And make sure the VMware tools ISO is mounted to the VM. |
Hi, |
Have you tried loading the pvscsi drivers like I suggested above? |
I would simply change the driver in the answerfile like: "scsi0.virtualDev": "lsisas1068" |
In my case, the issue was due to missing files and read permissions in the metasplotable3/resources path. In the end, the fix was quite simple: |
Autounattend.log
packerlog-Prod.txt
Hi,
We are facing issue while trying to build windows2012 r2 "Windows could not apply the unattend answer file's setting" if we try to use "pvscsi" as "scsi0.virtualDev" . Build works fine if we use lsisas1068 as "scsi0.virtualDev". Has any one faced this problem? could you please help me to fix this. Find vmx_data setting below from json file also attached answerfile and packer log
"vmx_data": {
"RemoteDisplay.vnc.enabled": "false",
"RemoteDisplay.vnc.port": "5900",
"memsize": "4096",
"numvcpus": "1",
"scsi0.virtualDev": "pvscsi",
"ethernet0.networkName": "VM Network",
"virtualhw.version" : "10",
"ethernet0.startConnected": "TRUE"
}
The text was updated successfully, but these errors were encountered: