Background and Setup:
- I have installed a fresh copy of Ubuntu 21.10 on my laptop.
- Before install I cleared the TPM2.0 module from BIOS and during install I enabled SecureBoot.
- I selected full disk encryption with LVM.
- At the first bootup after install I enrolled the MOK with the password I selected during the install procedure.
The problem:
I want to unlock the LUKS2 encrypted system drive with the TPM2.0 module.
This should be supported by the command systemd-cryptenroll from the systemd 248.3 package.
However when running the command systemd-cryptenroll --tpm2-device=list the command returns "TPM2 not supported on this build".
Question:
Why do I get this return message and what can I do to enable the TPM2 support.