Plymouth: Difference between revisions
Barsikus007 (talk | contribs) "splash" is already set in boot.plymouth.enable; "udev.log_priority" is "udev.log_level" now; "boot.shell_on_fail" isn't needed for secure-boot; remove rd. from systemd.show_status cause it isn't working by default (boot.initrd.systemd.enable is false) |
m Adjust the position of page translation tags |
||
| Line 40: | Line 40: | ||
}; | }; | ||
} | } | ||
</nowiki>}} | </nowiki>}} | ||
If you are using LUKS encryption and the password prompt falls back to text mode, it may help to switch to initrd-systemd mode:</span lang="en" dir="ltr"> | <span lang="en" dir="ltr"><translate>During the graphical boot process, it is possible to switch to text mode and back by pressing the escape key. | ||
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; | boot.initrd.systemd.enable = true; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<span lang="en" dir="ltr"><translate>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:}}]] | ||