UP | HOME

Date: [2020-05-26 Tue]

Plymouth

Table of Contents

1. Installation in Arch Linux

Upgrade your system

< Collapse code block> Expand code block
pacman -Syu 
yay -Syu 

Then install plymouth

< Collapse code block> Expand code block
yay -S plymouth-git

Then in /etc/mkinitcpio.conf file add `plymouth' in `HOOKS' after `base' and `udev' Also add graphics drivers in MODULES : i915.

  • Nvidia DRM drivers wasn't required.

Now edit the GRUB config and add following Kernel Parameters:

/splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0/

Disable lightdm and enable lightdm-plymouth,

Regenerate the initramfs

< Collapse code block> Expand code block
sudo mkinitcpio -p linux

and you may also have to grub-update


You can send your feedback, queries here