Manjaro Difference between revisions of "Plymouth"

Difference between revisions of "Plymouth"

From Manjaro
imported>Maparillo
(broken Links)
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages/>
__TOC__


<translate>
<!--T:1-->
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.
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.


The 0.8.10 Manjaro main editions use Plymouth by default.


== Installation ==
== Installation == <!--T:2-->


<!--T:3-->
Plymouth is available from the Manjaro repositories. However, some steps need to be followed to set it up properly.
Plymouth is available from the Manjaro repositories. However, some steps need to be followed to set it up properly.


<!--T:4-->
The steps from https://wiki.archlinux.org/index.php/Plymouth#Installation apply, except the last step.
The steps from https://wiki.archlinux.org/index.php/Plymouth#Installation apply, except the last step.


<!--T:5-->
When rebuilding the initrd image, the "linux" preset does not exist. Use the one that corresponds to you kernel version:
When rebuilding the initrd image, the "linux" preset does not exist. Use the one that corresponds to you kernel version:


  sudo mkinitcpio -p linux<version>
  <!--T:6-->
sudo mkinitcpio -p linux<version>


<!--T:7-->
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:
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:


  sudo mkinitcpio -p linux49
  <!--T:8-->
{{UserCmd|command=sudo mkinitcpio -p linux419}}


<!--T:9-->
Note that in order to enable Plymouth on boot you must edit {{ic|/etc/default/grub}} and add the word "''splash''" to the list of arguments for the following line, as shown:
Note that in order to enable Plymouth on boot you must edit {{ic|/etc/default/grub}} and add the word "''splash''" to the list of arguments for the following line, as shown:


  GRUB_CMDLINE_LINUX_DEFAULT="quiet"
  <!--T:10-->
GRUB_CMDLINE_LINUX_DEFAULT="quiet"


  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  <!--T:11-->
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


<!--T:12-->
Make sure not to remove anything else that may already be there.
Make sure not to remove anything else that may already be there.


== Configuration ==
== Configuration == <!--T:13-->


<!--T:14-->
See https://wiki.archlinux.org/index.php/Plymouth#Configuration
See https://wiki.archlinux.org/index.php/Plymouth#Configuration


== Removal ==
== Removal == <!--T:15-->


<!--T:16-->
4 or 5 steps are needed to remove Plymouth. They are:
4 or 5 steps are needed to remove Plymouth. They are:


* Remove plymouth hook from ''/etc/mkinitcpio.conf''  (For disk encryption users should plymouth-encrypt to encrypt)
<!--T:17-->
* Remove plymouth hook from ''/etc/mkinitcpio.conf''  (For disk encryption users should encrypt)


<!--T:18-->
* Regenerate the initramfs for your kernel with '''sudo mkinitcpio -p linux<version>'''
* Regenerate the initramfs for your kernel with '''sudo mkinitcpio -p linux<version>'''


<!--T:19-->
* Remove the word splash & quiet from the Grub command line options via editing ''/etc/default/grub''
* Remove the word splash & quiet from the Grub command line options via editing ''/etc/default/grub''


* Update Grub config file with '''sudo update-grub'''
<!--T:20-->
* Update Grub config file with '''{{UserCmd|command=sudo grub-mkconfig -o /boot/grub/grub.cfg}}'''


* Configure display manager: [https://classicforum.manjaro.org/index.php?topic=14213.msg128429#msg128429 For Xfce] or [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].
<!--T:21-->
* <s>Configure display manager</s>:
** <s>[https://classicforum.manjaro.org/index.php?topic=14213.msg128429#msg128429 For Xfce]</s> (broken link)
** <s>[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]</s>.(broken link)


After that the plymouth package and its themes can be removed.
<!--T:22-->
* After that the plymouth package and its themes can be removed. For example:
{{UserCmd|command=sudo pacman -Rsn plymouth plymouth-theme-manjaro}}


== Forum Support ==
==See Also== <!--T:23-->
 
* https://wiki.archlinux.org/index.php/Plymouth
Have a look at the following link: [https://forum.manjaro.org/index.php?topic=14213.0 Plymouth]
</translate>
 
[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page]]

Latest revision as of 10:21, 26 December 2023

Other languages:
English • ‎Ελληνικά • ‎русский

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.


Installation

Plymouth is available from the Manjaro repositories. However, some steps need to be followed to set it up properly.

The steps from https://wiki.archlinux.org/index.php/Plymouth#Installation apply, except the last step.

When rebuilding the initrd image, the "linux" preset does not exist. Use the one that corresponds to you kernel version:

sudo mkinitcpio -p linux<version>

If you do not know what value to use, look in the /etc/mkinitcpio.d directory. It contains all available presets (files with the .preset extension). For example:

user $ sudo mkinitcpio -p linux419 COPY TO CLIPBOARD


Note that in order to enable Plymouth on boot you must edit /etc/default/grub and add the word "splash" to the list of arguments for the following line, as shown:

GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Make sure not to remove anything else that may already be there.

Configuration

See https://wiki.archlinux.org/index.php/Plymouth#Configuration

Removal

4 or 5 steps are needed to remove Plymouth. They are:

  • Remove plymouth hook from /etc/mkinitcpio.conf (For disk encryption users should encrypt)
  • Regenerate the initramfs for your kernel with sudo mkinitcpio -p linux<version>
  • Remove the word splash & quiet from the Grub command line options via editing /etc/default/grub
  • Update Grub config file with
    user $ sudo grub-mkconfig -o /boot/grub/grub.cfg COPY TO CLIPBOARD


  • After that the plymouth package and its themes can be removed. For example:
user $ sudo pacman -Rsn plymouth plymouth-theme-manjaro COPY TO CLIPBOARD


See Also

Cookies help us deliver our services. By using our services, you agree to our use of cookies.