Plymouth/en: Difference between revisions

FuzzyBot (talk | contribs)
Updating to match new version of source page
 
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
Line 26: Line 26:
     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 39: Line 37:
}
}
</nowiki>}}
</nowiki>}}
<span lang="en" dir="ltr">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:</span lang="en" dir="ltr">
<syntaxhighlight lang="nix">
boot.initrd.systemd.enable = true;
</syntaxhighlight>
<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">
[[Category:Booting{{#translation:}}]]
[[Category:Booting{{#translation:}}]]