Merge pull request #1697 from mdrobnak/issue_1692

1692 Update text for TPM Primary Handle error with correct remediation steps.
This commit is contained in:
Thierry Laurion 2024-06-07 09:28:31 -04:00 committed by GitHub
commit 868abb75ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,8 +69,8 @@ if [ "$CONFIG_TPM2_TOOLS" = "y" ]; then
}
else
warn "Hash of TPM2 primary key handle does not exist"
warn "Please rebuild the boot hash tree"
warn "Select Options-> Update checksums and sign all files in /boot"
warn "Please rebuild the TPM2 primary key handle by settings a default OS to boot."
warn "Select Options-> Boot Options -> Show OS Boot Menu -> <Pick OS> -> Make default"
#TODO: Simplify/Automatize TPM2 firmware upgrade process. Today: upgrade, reboot, reseal(type TPM owner pass), resign, boot
default_failed="y"
DEBUG "Hash of TPM2 primary key handle does not exist under $PRIMHASH_FILE"