Plymouth/el

Revision as of 18:51, 26 September 2022 by Sapiokaravo (talk | contribs) (Created page with "* Ενημερώστε το αρχείο παραμέτρων του Grub με την εντολή: '''{{UserCmd|command=sudo update-grub}}'''")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 plymouth-encrypt to encrypt)
  • Επαναφέρετε το αρχείο initramfs για το kernel του συστήματος σας με την εντολή sudo mkinitcpio -p linux<version>
  • Αφαιρέστε τις λέξεις splash & quiet από τις προτιμήσεις της γραμμής εντολών του Grub, επεξεργάζοντας το αρχείο /etc/default/grub
  • Ενημερώστε το αρχείο παραμέτρων του Grub με την εντολή:
user $ sudo update-grub COPY TO CLIPBOARD


  • Ρυθμίστε τον διαχειριστή οθόνης:

Για το περιβάλλον Xfce

Για το περιβαλλον KDE, αντικαθίσταται το kdm από το sddm για τις περισσότερες νέες εγκαταστάσεις και η χρήση του systemctl μπορεί γενικότερα να πετύχει χωρίς τη χρήση sudo.

  • Στη συνέχεια το πακέτο plymouth και τα themes του μπορούν να αφαιρεθούν. Για παράδειγμα:
user $ sudo pacman -Rsn plymouth plymouth-theme-manjaro-elegant COPY TO CLIPBOARD



Δείτε Επίσης