From 0f550650f647e128a1aec23ff9f8276d2825ad30 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 11 Mar 2025 04:51:35 +0100 Subject: [PATCH] systemd: added tpm troubleshooting --- wiki/linux/systemd.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wiki/linux/systemd.md b/wiki/linux/systemd.md index 9ec857c..2a8afd3 100644 --- a/wiki/linux/systemd.md +++ b/wiki/linux/systemd.md @@ -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 +```