<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vaker</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vaker"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/Vaker"/>
	<updated>2026-04-08T23:57:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Plymouth&amp;diff=36108</id>
		<title>Plymouth</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Plymouth&amp;diff=36108"/>
		<updated>2022-08-12T09:52:24Z</updated>

		<summary type="html">&lt;p&gt;Vaker: Removed outdated note about BootSplash&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted) that provides a graphical boot animation while the boot process happens in the background.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
Plymouth is available from the Manjaro repositories. However, some steps need to be followed to set it up properly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
The steps from https://wiki.archlinux.org/index.php/Plymouth#Installation apply, except the last step.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
When rebuilding the initrd image, the &amp;quot;linux&amp;quot; preset does not exist. Use the one that corresponds to you kernel version:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
sudo mkinitcpio -p linux&amp;lt;version&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
If you do not know what value to use, look in the {{ic|/etc/mkinitcpio.d}} directory. It contains all available presets (files with the .preset extension). For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo mkinitcpio -p linux419}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
Note that in order to enable Plymouth on boot you must edit {{ic|/etc/default/grub}} and add the word &amp;quot;''splash''&amp;quot; to the list of arguments for the following line, as shown:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
GRUB_CMDLINE_LINUX_DEFAULT=&amp;quot;quiet&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
GRUB_CMDLINE_LINUX_DEFAULT=&amp;quot;quiet splash&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Make sure not to remove anything else that may already be there.&lt;br /&gt;
&lt;br /&gt;
== Configuration == &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
See https://wiki.archlinux.org/index.php/Plymouth#Configuration&lt;br /&gt;
&lt;br /&gt;
== Removal == &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
4 or 5 steps are needed to remove Plymouth. They are:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* Remove plymouth hook from ''/etc/mkinitcpio.conf''   (For disk encryption users should plymouth-encrypt to encrypt)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
* Regenerate the initramfs for your kernel with '''sudo mkinitcpio -p linux&amp;lt;version&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
* Remove the word splash &amp;amp; quiet from the Grub command line options via editing ''/etc/default/grub''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
* Update Grub config file with '''{{UserCmd|command=sudo update-grub}}'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
* Configure display manager:&lt;br /&gt;
** [https://classicforum.manjaro.org/index.php?topic=14213.msg128429#msg128429 For Xfce]&lt;br /&gt;
** [https://classicforum.manjaro.org/index.php?topic=14213.msg139844#msg139844 For KDE, replacing kdm with sddm for most newer installs, and systemctl can generally be successful without sudo].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
* After that the plymouth package and its themes can be removed. For example:&lt;br /&gt;
 {{UserCmd|command=sudo pacman -Rsn plymouth plymouth-theme-manjaro-elegant}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
* https://wiki.archlinux.org/index.php/Plymouth&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Vaker</name></author>
	</entry>
</feed>