We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6e012 commit a452925Copy full SHA for a452925
1 file changed
initrd/bin/kexec-select-boot
@@ -73,7 +73,7 @@ if [ "$CONFIG_TPM2_TOOLS" = "y" ]; then
73
}
74
else
75
warn "Hash of TPM2 primary key handle does not exist"
76
- warn "Please rebuild the TPM2 primary key handle by settings a default OS to boot."
+ warn "Please rebuild the TPM2 primary key handle hash by setting a default OS to boot."
77
warn "Select Options-> Boot Options -> Show OS Boot Menu -> <Pick OS> -> Make default"
78
#TODO: Simplify/Automatize TPM2 firmware upgrade process. Today: upgrade, reboot, reseal(type TPM owner pass), resign, boot
79
default_failed="y"
0 commit comments