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:
parent
f50c9d991b
commit
0f550650f6
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user