Skip to content

Commit

Permalink
1692 Update text for TPM Primary Handle error with correct remediatio…
Browse files Browse the repository at this point in the history
…n steps.

Signed-off-by: Matthew Drobnak <[email protected]>
  • Loading branch information
mdrobnak authored and macpijan committed Jun 21, 2024
1 parent f49ec86 commit a9395ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion initrd/bin/kexec-select-boot
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ 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 "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"
fi
Expand Down

0 comments on commit a9395ca

Please sign in to comment.