debug luks auto tpm

This commit is contained in:
2026-03-04 19:29:47 +01:00
parent 89dabb2486
commit 076b21777f

View File

@@ -4,12 +4,12 @@
boot.loader.systemd-boot.consoleMode = "max"; boot.loader.systemd-boot.consoleMode = "max";
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 1; boot.loader.timeout = 1;
boot.consoleLogLevel = 0; boot.consoleLogLevel = 5;
boot.initrd.verbose = false; boot.initrd.verbose = false;
boot.initrd.enable = true; boot.initrd.enable = true;
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.plymouth.enable = true; boot.plymouth.enable = false;
boot.plymouth.theme = "bgrt"; #boot.plymouth.theme = "bgrt";
#boot.initrd.luks.devices."cryptroot" = { #boot.initrd.luks.devices."cryptroot" = {
#device = "/dev/disk/by-label/luks"; #device = "/dev/disk/by-label/luks";
#crypttabExtraOpts = [ "tpm2-device=auto" ]; #crypttabExtraOpts = [ "tpm2-device=auto" ];