1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-01 14:37:46 +02:00

systemd: added tpm troubleshooting

This commit is contained in:
tiyn 2025-03-11 04:51:35 +01:00
parent f50c9d991b
commit 0f550650f6

View File

@ -63,3 +63,17 @@ This can be achieved by running the following command.
```sh
journalctl -b-1
```
## Troubleshooting
This section focusses on errors that correspond to the SystemD software.
### Timed Out Waiting for Device `/dev/tpmrm0`
This error signals problems with the trusted platform module.
This however usually can be fixed easily by masking the service and is done like the following
command shows.
```sh
systemctl mark dev-tpmrm0.device
```