[HowTo] Disable or Remove Plymouth (boot splash)

In the year 2024 many Manjaro ISOs provide and enable plymouth by default.

Which is to say it is not a system-critical component.

It also has a nasty habit of breaking boot under various circumstances.

In those cases, or simply to avoid the bloat, you can temporarily disable plymouth, permanently disable it, or remove it entirely.


First an introduction to boot options for Grub

You can tempoarily edit (add, remove, or change) boot options during boot from grub if you hit ‘e’ at selection.
Boot parameters will likely be one of or the final line, and probably include quiet and/or splash.

You can also apply them persistently by editing /etc/default/grub and editing the GRUB_CMDLINE_LINUX line. ex:

GRUB_CMDLINE_LINUX="plymouth.enable=0 disablehooks=plymouth"

Then apply changes by running:

sudo grub-mkconfig -o /boot/grub/grub.cfg

Boot options to temporarily disable plymouth (without further config)

The following boot parameters will disable plymouth:

plymouth.enable=0 disablehooks=plymouth

Plymouth boot option (to remove)

The splash boot option is required for plymouth. Removing it should disable plymouth.


To remove plymouth completely

  • To remove the packages:
sudo pacman -Rns plymouth plymouth-theme-manjaro plymouth-kcm

(The above is the common minimum, but you may have extra packages such as for themes)

  • To remove from initram edit /etc/mkinitcpio.conf and remove plymouth from HOOKS.
    Afterwards to rebuild initram run:
sudo mkinitcpio -P

(after rebuilding initram update grub, as in the following section, even if grub remains unchanged)

  • To remove from grub edit /etc/default/grub and remove the splash option.
    Afterwards to update grub:
sudo grub-mkconfig -o /boot/grub/grub.cfg

And reboot of course.

22 Likes
Black screen after boot after last update
Manjaro KDE hangs during boot after major Feb 2024 update
Problem after updating my system - blackscreen
Display manager doesn't start after newest Manjaro update
One more boot problem
Black Screen with Plymouth - Cause and Solution
Blackscreen on boot after Plasma 6 update
Long Boot Gnome
Cant install NVIDIA drivers - 850m geforce
Locked out by graphical LUKS password prompt
Very Slow Boot(1+ Minute) After Entering LUKS Password?
Einloggen unter xfce missglückt: Login-Fenster erscheint widerholt. Nach System-Update
New Dell tower with tons of juice has constantly lagging screens
Kernel 6.9 & Manjaro upgraded to 24 - Stuck on start screen
AMD Plymouth conflicts ? Black screen with AMD settings
Every update every problems
Manjaro asks me to login twice
Not booting with kernel 6.8, infinite "3-dots manjaro logo animation"
Display manager doesn't start after newest Manjaro update
Blank screen after "welcome to grub"
GRUB reinstallation issue
[Stable Update] 2024-02-21 - Kernels, KDE, VirtualBox, Calamares, ROCm, Firefox, Thunderbird
Boot after update fails
Pantalla negra despues de actualizacion grande
System wont boot with quiet splash after latest updates
Dell G7 7588 freeze when booting
Updated and reset. Now I can only access BIOS menu
Dell does not boot, live USB does not as well
Different Grub Resolution / Theme for Manjaro
After upgrade, right after boot I get a blank screen and no login page
Booting time taking up around 5 mins
Integrated Intel i915/Radeon RX 460/560D / Pro Not Using GPU
Only 1024x768 display res. available. Can't install nvidia driver
Intel+nvidia dual gpu laptop: sddm fails to load without plymouth splash
Integrated Intel i915/Radeon RX 460/560D / Pro Not Using GPU
AMD Lucienne GPU Not Detected on Manjaro – `amdgpu` Driver Not Loading, Falling Back to Software Rendering
X299 Problems Booting live ISO USB
Boot process needs too much time, how do I get more information about this?
Plymouth-quit-wait.service never quits, holds up other units
Display wildly flickering following [Stable Update] 2025-08-30
Xdg-document-portal.service delaying shutdown due to stop job
Live DVD doesn't complete booting
GRUB Slow / Lag Issue
Password prompt hidden by splash screen
Slow, and inconsistent, boot
Unable to load latest stable and unstable ISOs (KDE/Plasma)
Plymouth as an opt-in feature
Stuck at Black Screen After Installation on ROG Asus NUC 14 with NVIDIA RTX 4070 and Intel Arc Graphics
Plymouth as an opt-in feature
[Stable Update] 2024-05-13 - Kernels, Plasma 6, Gnome 46, LxQT 2.0, Nvidia, Pacman
Manjaro fails to boot (Nvidia hybrid)

2 posts were merged into an existing topic: Problem running grub-mkconfig