Skip to content

Commit 4a93ea6

Browse files
committed
machines: fixes to show LUKS unlock screen with Plymouth
1 parent 2f0b8c2 commit 4a93ea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

machines/yokohama.nix

+3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414

1515
# Use the systemd-boot EFI boot loader.
1616
boot.loader.systemd-boot.enable = true;
17+
boot.loader.systemd-boot.consoleMode = "max";
1718
boot.loader.efi.canTouchEfiVariables = false;
1819
boot.loader.efi.efiSysMountPoint = "/boot/efi";
1920

2021
# Enable splash screen on boot
2122
boot.plymouth.enable = true;
2223
boot.plymouth.theme = "spinner";
24+
boot.kernelParams = [ "quiet" ];
25+
boot.initrd.systemd.enable = true; # Necessary to enable the LUKS unlock screen
2326

2427
# Update CPU microcode
2528
hardware.cpu.amd.updateMicrocode = true;

0 commit comments

Comments
 (0)