Questions tagged [tpm]

Questions about TPM utilities or TPM chip (iTPM). Ubuntu has two versions of TPM tools in the Universe repository: TPM 1.2 (tpm-tools) and TPM 2.0 (tpm2-tools).

Trusted Platform Module (TPM) is a cryptoprocessor - a dedicated microprocessor/chipset designed to securely integrate cryptographic keys, and their handling, into devices or platforms.

The TPM specification was developed by industry consortium: Trusted Computing Group (TCG), and was recognized as International Standard: ISO/IEC 11889:2009.

The Linux kernel has had driver support for TPM chips since 2.6.12. TPM 1.2 support was added in Ubuntu 7.10. TPM 2.0 tools' package is available from Ubuntu 16.04 onwards.

More information:

96 questions
5
votes
1 answer

How can I determine if I have TPM support with currently supported versions of Ubuntu?

I want to know how to enable TPM. I found the TPM settings in the BIOS, but I am not able to click. How can I determine if I have TPM support with currently supported versions of Ubuntu?
Ubuntu
  • 51
4
votes
1 answer

How can I turn TPM off or disable it in Ubuntu?

How can I disable or turn off my TPM chip in Ubuntu ? I have the choice in my BIOS , but as I dual boot and use TPM on my Windows side this is not a viable option. [ 1.751260] ima: Error communicating to TPM chip ( x8 with different numbers ) this…
Dink
  • 41
1
vote
0 answers

TPM error while installing ubuntu 14.04 | hardware HP mini 400 g3 PC

error occur while installing ubuntu 14.04. also disabled TPM setting in BIOS but same error
user717476
  • 11
  • 2
1
vote
1 answer

TPM interrupt not working, polling inst

after I installed Ubuntu 22.04.2 and rolled out the MOK this message appears on every boot. How can I fix this? $ sudo mokutil --sb-state SecureBoot enabled $ sudo dmesg | grep -i tpm [ 0.000000] efi: ACPI=0x40a17000 ACPI 2.0=0x40a17014…
Jake
  • 11
  • 4
1
vote
1 answer

tpm2-tools on ubuntu 16.04

I am trying to use tpm2-tools on ubuntu 16.04 (I have this kernel version 4.15.0-54-generic) To install tpm2-tools i did apt-get install tpm2-tools I have TPM2.0 hardware and i can see that on my machine $ ls -l /dev/tpm* crw------- 1 root root …
Bad_Coder
  • 121
0
votes
1 answer

TPM tools show incorrect size

I have installed tpm tools from Ubuntu. the version is 1.3.7 using tpm_nvinfo. root@test-hardware-1:/home/tseng/trousers-0.3.13# tpm_nvinfo NVRAM index : 0x10000001 (268435457) PCR read selection: PCR write selection: Permissions : 0x00000000…
0
votes
1 answer

TPM-Backed FDE not available for Dell XPS 13 9370 in the ubuntu-desktop-installer for Ubuntu 23.10

During the installation process, using ubuntu-desktop-installer, in the new Ubuntu 23.10 the Experimental TPM-Backed FDE is not available for my Dell XPS 13 9370. I think my bios is configured correctly, the TPM is visible here for instance: # dmesg…
0
votes
2 answers

What is the TPM 2.0 update?

Every time I start my computer and/or the package updater, I get a message about a TPM 2.0 update going from version 1.3.0.1 to 1.3.1.0. However when I apply the update and reboot, the computer has fails to boot and breaks. When I finally get the…