Plymouth: Difference between revisions
Added section on initrd-systemd. |
Marked this version for translation |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 30: | Line 30: | ||
kernelParams = [ | kernelParams = [ | ||
"quiet" | "quiet" | ||
"udev.log_level=3" | |||
"systemd.show_status=auto" | |||
"udev. | |||
" | |||
]; | ]; | ||
# Hide the OS choice for bootloaders. | # Hide the OS choice for bootloaders. | ||
| Line 42: | Line 40: | ||
}; | }; | ||
} | } | ||
</nowiki>}} | </nowiki>}} | ||
<span lang="en" dir="ltr"><translate><!--T:4--> | |||
During the graphical boot process, it is possible to switch to text mode and back by pressing the escape key. | |||
<!--T:5--> | |||
If you are using LUKS encryption and the password prompt falls back to text mode, it may help to switch to initrd-systemd mode:</translate></span lang="en" dir="ltr"> | |||
<syntaxhighlight lang="nix"> | |||
boot.initrd.systemd.enable = true; | |||
</syntaxhighlight> | |||
<span lang="en" dir="ltr"><translate><!--T:6--> While the default <code>bgrt</code> theme supports graphical password entry, this may not be supported by all themes.</translate></span lang="en" dir="ltr"> | |||
[[Category:Booting{{#translation:}}]] | [[Category:Booting{{#translation:}}]] | ||