854
edits
m (added languages and translate tags) |
(Marked this version for translation) |
||
Line 3: | Line 3: | ||
<translate> | <translate> | ||
<!--T:1--> | |||
{{note|Although BootSplash has replaced Plymouth in common use, Plymouth is still available in the repos for those who prefer it}} | {{note|Although BootSplash has replaced Plymouth in common use, Plymouth is still available in the repos for those who prefer it}} | ||
<!--T:2--> | |||
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. | ||
== Installation == | == Installation == <!--T:3--> | ||
<!--T:4--> | |||
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:5--> | |||
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:6--> | |||
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:7--> | ||
sudo mkinitcpio -p linux<version> | |||
<!--T:8--> | |||
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 linux419 | <!--T:9--> | ||
sudo mkinitcpio -p linux419 | |||
<!--T:10--> | |||
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:11--> | ||
GRUB_CMDLINE_LINUX_DEFAULT="quiet" | |||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" | <!--T:12--> | ||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" | |||
<!--T:13--> | |||
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:14--> | ||
<!--T:15--> | |||
See https://wiki.archlinux.org/index.php/Plymouth#Configuration | See https://wiki.archlinux.org/index.php/Plymouth#Configuration | ||
== Removal == | == Removal == <!--T:16--> | ||
<!--T:17--> | |||
4 or 5 steps are needed to remove Plymouth. They are: | 4 or 5 steps are needed to remove Plymouth. They are: | ||
<!--T:18--> | |||
* Remove plymouth hook from ''/etc/mkinitcpio.conf'' (For disk encryption users should plymouth-encrypt to encrypt) | * Remove plymouth hook from ''/etc/mkinitcpio.conf'' (For disk encryption users should plymouth-encrypt to encrypt) | ||
<!--T:19--> | |||
* 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:20--> | |||
* 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'' | ||
<!--T:21--> | |||
* Update Grub config file with '''sudo update-grub''' | * Update Grub config file with '''sudo update-grub''' | ||
<!--T:22--> | |||
* Configure display manager: | * Configure display manager: | ||
** [https://classicforum.manjaro.org/index.php?topic=14213.msg128429#msg128429 For Xfce] | ** [https://classicforum.manjaro.org/index.php?topic=14213.msg128429#msg128429 For Xfce] | ||
** [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]. | ** [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:23--> | |||
* After that the plymouth package and its themes can be removed. For example: | * After that the plymouth package and its themes can be removed. For example: | ||
sudo pacman -Rsn plymouth plymouth-theme-manjaro-elegant | sudo pacman -Rsn plymouth plymouth-theme-manjaro-elegant | ||
==See Also== | ==See Also== <!--T:24--> | ||
* https://wiki.archlinux.org/index.php/Plymouth | * https://wiki.archlinux.org/index.php/Plymouth | ||
</translate> | </translate> | ||
[[Category:Contents Page{{#translation:}}]] | [[Category:Contents Page{{#translation:}}]] |