Difference between revisions of "TPM2"

From Funtoo
Jump to navigation Jump to search
(initial commit explaining what tpm 2.0 is, pre requisites, and needing enabled in bios)
 
(populate as far as possible)
Line 1: Line 1:
{{warning|this document is under construction and may be incomplete.}}
TPM-2.0 is a system that has hardware random number generation, key storage outside of ram, and can decrypt LUKS encrypted drives automatically.  You may need to buy an external TPM module for your motherboard, or it may have it onboard on newer laptops.  TPM modules come in several varieties, some have 12 pins, some have 14, some have 20, and must be matched to your motherboard.  You need to have TPM 2.0 computing enabled in BIOS.
TPM-2.0 is a system that has hardware random number generation, key storage outside of ram, and can decrypt LUKS encrypted drives automatically.  You may need to buy an external TPM module for your motherboard, or it may have it onboard on newer laptops.  TPM modules come in several varieties, some have 12 pins, some have 14, some have 20, and must be matched to your motherboard.  You need to have TPM 2.0 computing enabled in BIOS.
*check tpm is found, and populates udev devices
{{console|body=
###i## dmesg | grep -i tpm && ls /dev/tpm*
}}
*fetch interesting packages
{{console|body=
###i## emerge tpm2-tss
}}
*when available merge these
{{console|body=
###i## emerge rng-tools tpm2-abrmd tpm2-pkcs11 tpm2-tools tpm2-totp tpm2-pytss
}}
*load kernel module
{{console|body=
###i## modprobe -a tpm_{atmel,infineon,nsc,tis,crb}
}}

Revision as of 21:24, January 5, 2023

   Warning

this document is under construction and may be incomplete.

TPM-2.0 is a system that has hardware random number generation, key storage outside of ram, and can decrypt LUKS encrypted drives automatically. You may need to buy an external TPM module for your motherboard, or it may have it onboard on newer laptops. TPM modules come in several varieties, some have 12 pins, some have 14, some have 20, and must be matched to your motherboard. You need to have TPM 2.0 computing enabled in BIOS.

  • check tpm is found, and populates udev devices
root # dmesg
  • fetch interesting packages
root # emerge tpm2-tss
  • when available merge these
root # emerge rng-tools tpm2-abrmd tpm2-pkcs11 tpm2-tools tpm2-totp tpm2-pytss
  • load kernel module
root # modprobe -a tpm_{atmel,infineon,nsc,tis,crb}