There is an error showing while starting system,hp - ubuntu
[0.099473] DMARL [firmware bug]: no firmware reserved region can cover this RMRR [0*00000000bd000000-0*00000000bf1fffff], contact BIOS vendor for fixes
[2.371211] ima: Error communicating to TPM chip
[2.374373] ima: Error communicating to TPM chip
[2.377706] ima: Error communicating to TPM chip
[2.381040] ima: Error communicating to TPM chip
[2.384923] ima: Error communicating to TPM chip
[2.388474] ima: Error communicating to TPM chip
[2.391800] ima: Error communicating to TPM chip
[2.395331] ima: Error communicating to TPM chip
/dev/sda2: clean, 267254/14622720 files, 9669470/58476288 blocks
How can I resolve this
sudo nano /etc/default/grub Navigate with the arrow keys on your keyboard to the place where it says:
quiet splash and change it to:
quiet loglevel=0 splash Save the file and run:
sudo update-grub Reboot and you will see that there are no messages anymore of the TPM error. This stopped showing the error message. Can anybody explain the working of above command ?
– Ziya Jan 21 '24 at 12:12