diff --git a/initrd/init b/initrd/init index 24ba5d3c..d7ad9199 100755 --- a/initrd/init +++ b/initrd/init @@ -30,6 +30,11 @@ if [ -r /secret.totp ]; then echo -n "Verify TPM PCR: " unsealtotp /secret.totp echo +else + echo '!!!!!' + echo '!!!!! TPM TOTP secret not found.' + echo '!!!!! This firmware can not be trusted.' + echo '!!!!!' fi