I have an Intel NUC (NUC8i7BEH), which includes Platform Trust Technology instead of a dedicated TPM 2.0 chip.
I was reading this other Ask Ubuntu post about using a TPM 2.0 chip, and am trying to gain access to the TPM features on an Ubuntu 18.04.2 LTS Server installation. I'm unable to find the proper kernel module to load in order to do so, however.
FWIW, Ubuntu is installed in UEFI mode, and it's running in Secure Boot mode.
When booting I see this in the logs:
berto@nuc:~$ dmesg | grep -i tpm
[ 0.000000] ACPI: TPM2 0x000000007B1C10F0 000034 (v04 INTEL NUC8i7BE 00000038 AMI 00000000)
[ 1.214149] tpm tpm0: A TPM error (378) occurred get tpm pcr allocation
[ 2.649754] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
Is Intel PTT supported under Ubuntu? And, if so, how can I enable it?
Thank you!