Same error Uploading from VMWare workstation to ESXi v6.5 server
"Upload failed: Invalid configuration fro device '0'."
Windows 2016 Std server built on VMWare Workstation 15.5.7
ESXi 6.5
Cloned the Server
Changed nic from Bridged to NAT - Upload to ESXi fails
Removed all hidden nics as suggested below - Upload to ESXi fails
Changed Compatibility mode to ESXi 6.5, Workstation 15.x, Workstation 12.x (Trying Altered Current clone & create new clone) - Upload to ESXi fails
Even cloned the device w/o any nics specified - Upload to ESXi fails
Tried the VMware vCenter Converter Standalone Client 6.2.0 build-8466193
Sending the P2V to the ESXi Server and Diagnostic log returned
2021-08-11T10:57:48.803-06:00 error vmware-converter-worker[10204] [Originator@6876 sub=Default] CreateVm task failed: Invalid configuration for device '2'.
2021-08-11T10:57:48.803-06:00 error vmware-converter-worker[10204] [Originator@6876 sub=Default] TargetVmManagerImpl::CreateVM: Vm creation failed with fault 'vim.fault.InvalidDeviceSpec'/'Invalid configuration for device '2'.'
I then used https://kb.vmware.com/s/article/65205 fix modifying the vmx file
svga.vramSize = "268435456"
to
svga.vramSize = "134217728" > Saved vmx file
That was successful in the Converter
I then went to my original (non cloned version) in VMWare workstation
Still has bridged nic.
modified the svga.vramSize = "134217728" > Saved vmx file
With the vm powered down I went to Manage . Upload > to my ESXi and it was successful.
Error misleading?