chipset.motherboardLayout is automatically changed to "acpi" in the VMX file when provisioning a virtual machine via Content Library, even if the VM template contains chipset.motherboardLayout = "i440bx"grep chipset *.vmtxOutput:chipset.motherboardLayout = "i440bx"
grep chipset' *.vmx
Output:chipset.motherboardLayout = "acpi"
VMware vCenter 8.0 Update 3f and earlier
Virtual Hardware Version 20 or 21
Windows Server 2019, 2022, 2025 Guest OS
3rd-party replication tools (Zerto, Cohesity)
In Hardware Version 20 and higher, the default motherboard layout for EFI-based VMs is "acpi". When 3rd-party tools use older versions of the vSphere Web Services SDK to construct a CreateVm API call, they may fail to carry over the motherboardLayout property from the source VM.
vSphere then defaults the destination VM to "acpi" instead of the legacy "i440bx" layout. Windows treats this PCI topology change as a physical motherboard swap, triggering Plug-and-Play (PnP) to reconfigure network devices.
This issue has been resolved in VMware vCenter 8.0 Update 3g and later versions. Broadcom recommends upgrading to the latest version. See Download Broadcom Products and Software to download the release.
Note: For issues involving 3rd-party tools, contact the respective vendor (e.g., Zerto, Cohesity) to ensure their software is updated to support the latest vSphere SDK structure.
Workaround#1: Manual .vmx modification
chipset.motherboardLayout = "acpi" to chipset.motherboardLayout = "i440bx"Workaround#2: Proactive template modification