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:

118 questions
28
votes
7 answers

How to solve "ima: error communicating to tpm chip" messages during boot

I am getting the following error message as a list of 4 or 5 lines with differing numbers at the beginning of each line during boot for a long while: ima: error communicating to tpm chip I am using Ubuntu 19.04 (though this error was existing for a…
alpakyuz
  • 437
17
votes
1 answer

Does Ubuntu use TPM 2.0 chip?

My Intel motherboard has a TPM 2.0 chip. Ubuntu 13.04 seems to have a driver for it, but what does it do with it, anything? Can it be switched off/disabled?
11
votes
2 answers

TPM error 6 when booting thinkpad

When booting or restarting a ThinkPad running 16.04 with 4.4.0-23-generic. I see a brief error or warning that states TPM error (6) Looking at the system, I see a bit of chatter in dmesg $ dmesg | grep -i tpm [ ] tpm_tis 00:05: 1.2 TPM…
Rick
  • 2,957
11
votes
1 answer

How do I set up TPM 2.0 on Ubuntu 18.04?

I just can't seem to find enough information on Trusted Platform Module (TPM). I did find a few threads but they're only about TPM 1.2 setup. The setup I want: the whole disk is encrypted (including free space) and the key is saved in TPM so it's…
brewdog
  • 111
8
votes
1 answer

qemu failed to passthrough a tpm device

Hi i'd like to install windows 11 on kvm. I have tpm enabled on my system. ubuntu 21.04 (qemu 5.2+dfsg-9ubuntu3.1) ls -ls /dev/tpm* 0 crw-rw-rw- 1 root root 10, 224 Sep 25 18:18 /dev/tpm0 0 crw-rw-rw- 1 tss tss 253, 65536 Sep 25 18:18…
user63726
  • 764
8
votes
1 answer

What is "Platform is in setup mode" mean? SecureBoot disabled although TPM is enabled

I had to wipe my HDD clean and re-installed both Windows 10 and Ubuntu in dual boot setup. I have three main partitions, one of windows (plus three Microsoft related partitions, EFI and linux swap) and one as ubuntu root partition and last one as…
Hiro
  • 123
8
votes
3 answers

Which TPM version?

What Terminal command I should make in Ubuntu in order to find out which TPM version I have, i.e TPM version 1.2 or 2.0 ?
Kapel
  • 337
  • 2
  • 7
  • 18
7
votes
4 answers

LUKS + TPM2 + auto unlock at boot (systemd-cryptenroll)

Please, help me to finish setup LUKS + TPM2 + auto unlock at boot. I have installed clean Ubuntu 22.04.2 I have encrypted partition in GUI while installing OS. I have installed all updates. Ubuntu 22.04.2 LTS 5.19.0-43-generic systemd 249…
Vasiliy
  • 71
7
votes
1 answer

Enabling Trusted Platform Module in a dual boot system

I have a dual boot system with Microsoft Windows 10 and Ubuntu 21.10 . Recently, Windows has been asking me to upgrade to Windows 11. However, it says that my computer doesn't meet system requirements. The only problem that has been identified by…
Ray
  • 2,200
6
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
  • 61
5
votes
1 answer

TPM 2.0 on Debian/Ubuntu

We are running one of the newest Intel NUCs with TPM 2.0 chip (what the vendor is, I haven't been able to figure out). At the moment I am just trying to load the drivers to get it visible to the system, but no dice so far I have tried Linux Kernels…
5
votes
2 answers

Desktop 14.04 stuck during installation

Screenshot: Both from USB and CD, it gets stuck at this screen. It briefly responds to keyboard input before not responding at all. I've run it selecting acpi=off and nomodeset with the same results. I'm using a HP Compaq Elite 8100.
Anastasia
  • 209
  • 1
  • 2
  • 12
5
votes
4 answers

tpm_tis Operation Timed out when booting 14.04 LTS

Since upgrading from 13.10 to 14.04 (with do-release-upgrade) my computer (Sony vgn-sz1vp) hangs for 4 minutes when booting. [ 1.015598] tpm_tis 00:06: 1.2 TPM (device-id 0xB, rev-id 16) [ 1.019920] ACPI: Battery Slot [BAT1] (battery…
Mark
  • 53
5
votes
1 answer

Dual Boot Ubuntu (with LUKS, TPM) and Windows 10 (with BitLocker)

I'm looking for a way to dual-boot Ubuntu and Windows 10 on a single hard drive with: LUKS + TPM on Ubuntu, with a pre-boot password BitLocker + TPM on Windows 10, with a pre-boot PIN/password Is this possible?
malku
  • 51
  • 1
  • 1
  • 3
5
votes
2 answers

How to install Ubuntu alongside BitLocker encrypted Windows 10?

How to install Ubuntu alongside BitLocker encrypted Windows 10? If it's impossible to rely on TPM, I don't mind switching to password. My first question is can I install Ubuntu second, on a computer with already installed Windows 10 with BitLocker,…
Naizdup
  • 301
1
2 3 4 5 6 7 8