If you used the expiremtal feauture from deploying a vm from a template and editing the hardware before deployment you can have the scsi0 first disk point to the template disk
This is a known issue !
take a look at:
Knowledgebase article ( to be publicly available. It’s not quite out yet, so here’s the scoop.
Deployed VM’s base disk will point to the original template’s vmdk if Edit Virtual Hardware is used to modify it.
A cloned VM’s base disk will point to the original VM’s vmdk if Edit Virtual Hardware is used to modify it.
The problem is caused by a bug in hostd. When reconfiguring of the
vmdk happens, hostd sets the vmdk path in the vmx to the backing disk
in the config specification.
VMware is aware of the problem and expects a future release to
address it. The current recommendation is to not use this (currently
experimental) feature.
In the case that you already used the feature:
After deploying the VM, review the VM properties, specifically the virtual disk location.
Change the virtual disk settings manually to point to the correct file by right-clicking the VM and selecting Edit Settings…
In the Hardware tab, select Hard Disk 1
Verify the Disk File box points to the intended vmdk file. If it does not remove the Hard Disk.
Click Add… and use the Hardware Wizard to select the correct vmdk file.