Plymouth: Difference between revisions

Httpdev (talk | contribs)
Added section on initrd-systemd.
"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)
 
(One intermediate revision by one other user not shown)
Line 30: Line 30:
     kernelParams = [
     kernelParams = [
       "quiet"
       "quiet"
      "splash"
       "udev.log_level=3"
      "boot.shell_on_fail"
       "systemd.show_status=auto"
       "udev.log_priority=3"
       "rd.systemd.show_status=auto"
     ];
     ];
     # Hide the OS choice for bootloaders.
     # Hide the OS choice for bootloaders.
Line 45: Line 43:


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"></translate><syntaxhighlight lang="nix">
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"></translate><syntaxhighlight lang="nix">
boot.initrd.systemd.enable = true
boot.initrd.systemd.enable = true;
</syntaxhighlight><translate><span lang="en" dir="ltr">While the default <code>bgrt</code> theme supports graphical password entry, this may not be supported by all themes.</span lang="en" dir="ltr"></translate>
</syntaxhighlight><translate><span lang="en" dir="ltr">While the default <code>bgrt</code> theme supports graphical password entry, this may not be supported by all themes.</span lang="en" dir="ltr"></translate>
[[Category:Booting{{#translation:}}]]
[[Category:Booting{{#translation:}}]]