This pops up for some people, and adds a delay on boot.
The proper fix is in #38701, but technically it is a new feature. So
let's just silence the message in v258-stable.
/* GetActivePcrBanks() was added only in version 1.1 of the spec */
if (version.Major < 1 || (version.Major == 1 && version.Minor < 1)) {
- log_debug("TCG protocol too old for GetActivePcrBanks(), claiming no active banks.");
+ /* log_debug("TCG protocol too old for GetActivePcrBanks(), claiming no active banks."); */
return 0;
}