"Unable to acquire ownership of TPM 2.0 device. Please clear TPM through the BIOS" appears in vSphere Client.
book
Article ID: 391377
calendar_today
Updated On:
Products
VMware vSphere ESXi
Issue/Introduction
"Unable to acquire ownership of TPM 2.0 device. Please clear TPM through the BIOS" appears in vSphere Client.

It is confirmed that no vTPM is required by VM and no TPM is required by ESXi.
Resolution
Disable TPM from bios/UEFI layer.
- Check TPM isn't required by ESXi boot up. "Mode" is expected to be "NONE". "Require Secure Boot" is expected to be "false".
esxcli system settings encryption get
- If "Mode" is set "TPM", switch it to "NONE".
esxcli system settings encryption set --mode=NONE
- If "Require Secure Boot" is set "true", switch it to "false".
esxcli system settings encryption set -s 0
- Check TPM visibility with esxcli. "Tpm Present" is expected to be set to "false".
esxcli hardware trustedboot get
- If it shows "true", please check bios/UEFI setting and disable TPM hardware.
- Reboot ESXi server. Perform step 2 to verify it has been set to "false".
- Verify the info no longer exists in vSphere Client.
Feedback
thumb_up
Yes
thumb_down
No