intel_rapl: no valid rapl domains found in package 0
echo ‘blacklist intel_rapl’ >> /etc/modprobe.d/modprobe.confthen reboot https://gist.github.com/zhenkyle/897e59e1479eee8b6c66be45805ea14d
echo ‘blacklist intel_rapl’ >> /etc/modprobe.d/modprobe.confthen reboot https://gist.github.com/zhenkyle/897e59e1479eee8b6c66be45805ea14d
you can ignore the TPM feature through the Ubuntu settings. Just type this command:echo “blacklist tpm_tis” | sudo tee -a /etc/modprobe.d/tpm_tis.confWhere the command tee -a will append the echoed line (blacklist tpm_tis) into the end of /etc/modprobe.d/tpm_tis.conf or will create the file if it’s doesn’t exists. https://askubuntu.com/questions/851975/a-tpm-error-7-occurred-attempting-to-read-a-pcr-value