I am trying to install a Windows 8.1 from http://modern.ie on an ESXi 5.5 server using the vSphere client. When I try to deploy the OVF template I get the following error message:
Failed to deploy OVF package: Invalid configuration for device '6'
It's unclear what device 6 is, or why it is causing a problem. Looking inside the ovf, it looks like it could be the SCSI controller, assuming I am interpreting the contents correctly.
<Item>
<rasd:Address>0</rasd:Address>
<rasd:Description>SCSI Controller</rasd:Description>
<rasd:ElementName>scsiController0</rasd:ElementName>
<rasd:InstanceID>6</rasd:InstanceID>
<rasd:ResourceSubType>lsilogicsas</rasd:ResourceSubType>
<rasd:ResourceType>6</rasd:ResourceType>
</Item>
As additional data points, I have installed a Windows 7 and Windows 8.0 VM from the same place successfully.
What is causing the error message and what can I do to install the VM?