Disable TPM2 to fix 90s boot delay
Crosshair VI Hero has no TPM module. systemd waits 90s for /dev/tpm0 and /dev/tpmrm0 before timing out on every boot. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
25feb2fb1e
commit
7548fda5d7
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# No TPM module on this board
|
||||
systemd.tpm2.enable = false;
|
||||
|
||||
# Networking
|
||||
networking.hostName = "ringtail";
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue