have you already done same test with:
- hardware v9?
You can upgrade VM HW of your machine from ver8 to 9 directly from ESXi shell:
First find vmid:
# vim-cmd vmsvc/getallvms | grep <your vm name>
Next upgrade:
# vim-cmd vmsvc/upgrade vmid vmx-09
- older VMtools packages... latest build for 5.5U1 is 9.4.5.1598834
Try to install build from 5.5GA release 9.4.0.1280544 you can download them here:
- Index of /45848/tools/esx/5.5/windows/x64
Have a look at customization log (guestcust.log) located in C:\Windows\TEMP\vmware-imc\ on guest machine if it contains some useful info...
Also look if you have any errors in System/Application logs ... in the past there was some issues with MSDTC service and VMTools...
Try as workaround
What happens if you disable vmxnet3 NIC in device manager before converting VM to template and VM deployment with customization specs....
Last question:
Because full C# VI client its not fully compatible with virtual machines on HW version 10 (it cannot edit settings of those VMs) from what client are you trying to deploy your server?
Have you tried to deploy and customize the VM from both VI client and Web client ...with same results? just asking because it can be some incompatibility/bug issue in VI client....
Regards,
P.