Plymouth: Difference between revisions

"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)
Ardenet (talk | contribs)
m Adjust the position of page translation tags
Line 40: Line 40:
   };
   };
}
}
</nowiki>}}<translate><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.
</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"></translate><syntaxhighlight lang="nix">
<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><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>
 
<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:}}]]