TPM issue when installing - Lenovo E14 AMD
I get “Unknown TPM issue” when trying to launch the installer. However I have TPM enabled in the bios, see pictures.
7 Replies
Well I disabled the TPM module and now it works, I thought TPM would work in Linux.
might be it just does not like the installer. i dont have tpm on my system so i cant really test it
Yeah might be, because I have used both Fedora nad Kinoite before on this very system without changing any BIOS settings
yeah our installer is our biggest problem
so wouldnt surprise me if its an "installer tempremental about it"
The tpm module for grub doesn't like heavily nested grub menus.
This is because every action in the grub is measured into a tpm register.
If you have that error, on the grub command line you can
rmmod tpm
. Grub won't measure things into the tpm any more and you can select your menu item.
Disabling the tpm in the bios side steps the problem which is grubs tpm module needing some changes.huh, that would explain it
Exactly the problem is with GRUB, not Linux in general 🤭
I also had to disable the TPM in the UEFI tobe able to use the uBlue network installer, but I will definitly try that
rmmod tpm
command next time in the grub loader... 👍