Plymouth
It is possible to install the plymouth package called Bootsplash and load the image you want when you start your operating system. However, for an archive-based distribution you can change and customize the installation theme:
First you need to install the plymouth package.
There are several ways to install this package
https://aur.archlinux.org/packages/plymouth/
$ sudo wget https://aur.archlinux.org/packages/pl/plymouth/plymouth.tar.gz
$ tar -xvzf plymouth.tar.gz
$ cd plymouth
$ makepkg -s
$ sudo pacman -U * .pkg.tar.xz
or by typing ccr plymouth on the command line
you need to add plymouth to the hook line and enter the following command
sudo nano /etc/mkinitcpio.conf
HOOKS = "base systemd keymap"
Hooks should be as above and
If you're using Intel, you must have your Intel driver installed (unless it's "pacman-xf86-video-intel").
MODULES = "i915"
"pacman -S xf86-video-ati" if you are using ati/amd
MODULES = "radeon"
If you are using Nvidia.
pacman -S nvidia nvidia-utils
and open source nvidia drivers must be installed.
pacman -S libgl xf86-video-nouveau
nvidia proprietary installed
pacman -Rds nvidia nvidia-utils
pacman -S --asdeps libgl
To enable 3D image
pacman -S nouveau-dri
for 64bit
pacman -S nouveau-dri lib32-noveau-dri
and finally the mkinitcpio.conf file
MODULES = "nouveau"
should be.
After editing according to the brand you use, you can save with control + o and exit control + x with the nano editor.
You need to make a setting in the group.
sudo nano /etc/default/grub
Add the word jump next to silent in the line named GRUB_CMDLINE_LINUX_DEFAULT.
GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash". Then update it with the following command
sudo grub-mkconfig -o /boot/grub/grub.cfg
Issue the following command to see available boot themes
plymouth-set-default-theme -l
Give the following command to select the one you want
sudo plymouth-set-default-theme -R solar
Finally, issue the following command to update the installation steps:
mkinitcpio -p linux
When you turn on your computer, the installation images you selected appear on your screen.
For images you can't find, see the link below:
http://kde-look.org/index.php?xcontentmode=61x66x67x68x79
To open a folder, select and use enough of the chakra or belt files.
For boot themes if you tell me where to open
/usr/share/plymouth/themes/
You can use the command below to check the themes you have here out of the box.
plymouth-set-default-theme -l
We chose the selection above.
So there's no reason why you shouldn't use your operating system both fast and private.
No comments