Manjaro Plymouth

Plymouth

From Manjaro
Revision as of 20:44, 24 September 2024 by 1m70deter (talk | contribs) (Created page with "Les étapes du [https://wiki.archlinux.org/index.php/Plymouth#Installation Arch wiki] sont applicables, excepté la dernière.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:
English • ‎français • ‎Ελληνικά • ‎русский

Plymouth est une application qui se lance très rapidement dans le processus de démarrage (avant même que le système de fichier ne soit monté). Il fournit une animation graphique à l'initialisation du système, tandis que le cycle de mise en route se poursuit en arrière plan.


Installation

Plymouth est disponible depuis les dépôts de Manjaro. Cependant, certaines étapes nécessitent d'être suivies afin de le mettre en place correctement.

Les étapes du Arch wiki sont applicables, excepté la dernière.

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.