Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Get rid of TPM message?

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
rayandrews
Posts: 117
Joined: 2014-01-31 21:32
Has thanked: 6 times
Been thanked: 1 time

Get rid of TPM message?

#1 Post by rayandrews »

Upgrade to bookworm gives me a new message on booting that I never saw with bullseye:

"Error communicating with TPM chip"

I don't think my ancient machine even has a TPM chip. There's no problems, bookworm boots just fine, but if possible I'd like to disable even the attempt to look for the TPM chip -- it will save some pointless journal entries and maybe save a microsecond.

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Get rid of TPM message?

#2 Post by Aki »

Can you report a complete excerpt about the message from your system logs ?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

rayandrews
Posts: 117
Joined: 2014-01-31 21:32
Has thanked: 6 times
Been thanked: 1 time

Re: Get rid of TPM message?

#3 Post by rayandrews »

log:

Mar 16 09:17:24 b5-12-Deb11a kernel: ima: Error Communicating to TPM chip
Mar 16 09:17:24 b5-12-Deb11a kernel: ima: Error Communicating to TPM chip
Mar 16 09:17:24 b5-12-Deb11a kernel: ima: Error Communicating to TPM chip
Mar 16 09:17:24 b5-12-Deb11a kernel: ima: Error Communicating to TPM chip
Mar 16 09:17:24 b5-12-Deb11a kernel: ima: Error Communicating to TPM chip
Mar 16 09:17:24 b5-12-Deb11a kernel: ima: Error Communicating to TPM chip
Mar 16 09:17:24 b5-12-Deb11a kernel: ima: Error Communicating to TPM chip
Mar 16 09:17:24 b5-12-Deb11a kernel: ima: Error Communicating to TPM chip

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Get rid of TPM message?

#4 Post by Aki »

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

rayandrews
Posts: 117
Joined: 2014-01-31 21:32
Has thanked: 6 times
Been thanked: 1 time

Re: Get rid of TPM message?

#5 Post by rayandrews »

Yeah, I found that one too. Alas my BIOS has nothing like that. So that's why I'm hoping I can just convince the kernel to not bother looking. Pretty trivial issue tho, I'm not going to loose sleep over it.

User avatar
oZu
Posts: 3
Joined: 2024-03-19 18:55
Been thanked: 1 time

Re: Get rid of TPM message?

#6 Post by oZu »

edit /etc/default/grub

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet ima_appraise=off"

Post Reply