Difference between revisions of "Plymouth/ru"
Views
Actions
Namespaces
Variants
Tools
Tags: Mobile web edit Mobile edit |
(Created page with "При пересборке образа initrd, пресета "linux" не существует. Используйте тот, который соответствует в...") Tags: Mobile web edit Mobile edit |
||
Line 11: | Line 11: | ||
Применяются шаги с [https://wiki.archlinux.org/index.php/Plymouth_(Русский)#Установка Wiki Arch], за исключением последнего шага. | Применяются шаги с [https://wiki.archlinux.org/index.php/Plymouth_(Русский)#Установка Wiki Arch], за исключением последнего шага. | ||
При пересборке образа initrd, пресета "linux" не существует. Используйте тот, который соответствует вашей версии ядра: | |||
sudo mkinitcpio -p linux<version> | sudo mkinitcpio -p linux<version> |
Revision as of 05:42, 27 January 2023
Plymouth - это приложение, запускаемое в самом начале процесса загрузки (еще до монтирования корневой файловой системы) и обеспечивающее графическую анимацию загрузки, пока процесс загрузки происходит в фоновом режиме.
Установка
Plymouth доступен из репозиториев Manjaro. Однако для его правильной установки необходимо выполнить некоторые шаги.
Применяются шаги с Wiki Arch, за исключением последнего шага.
При пересборке образа initrd, пресета "linux" не существует. Используйте тот, который соответствует вашей версии ядра:
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:
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.
Конфигурация
See https://wiki.archlinux.org/index.php/Plymouth#Configuration
Устранение
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)
- 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 update-grub
- Configure display manager:
- After that the plymouth package and its themes can be removed. For example: