How to install Plymouth [SOLVED]

Archived topics about LMDE 1 and LMDE 2
Locked
luis.nando

How to install Plymouth [SOLVED]

Post by luis.nando »

Hello community,


I managed to get my LMDE pretty ready for my production purposes, it is stable, functional and beautiful. The problem is I couldn`t find a way to make Plymouth work. I installed it using the repos, than i followed instructions to set the default theme. But nothing worked. Funny is that, some months ago I was using a Mint Debian 64bits using the Vincent tutorial on the community website and back then I managed to get plymouth working... But for this original installation of LMDE i couldn`t.

Some ideas?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
vincent

Re: How to install Plymouth

Post by vincent »

Just to double check: you've already installed the "plymouth-themes-all" package, right?
luis.nando

Re: How to install Plymouth

Post by luis.nando »

Hello Vincent,

after I mintyfied my debian, following your tutorial. I decided to give a try on the normal release. I followed the same steps of your tutorial, but no success!!! Yeap, i've already installed the "plymouth-themes-all".
vincent

Re: How to install Plymouth

Post by vincent »

Code: Select all

cat /etc/default/grub
luis.nando

Re: How to install Plymouth

Post by luis.nando »

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="rootflags=commit=100"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
vincent

Re: How to install Plymouth

Post by vincent »

luis.nando wrote:GRUB_CMDLINE_LINUX_DEFAULT="quiet"
Should be something like this:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Don't forget to run the following command afterwards:

Code: Select all

sudo update-grub
luis.nando

Re: How to install Plymouth

Post by luis.nando »

Still Nothing...
vincent

Re: How to install Plymouth

Post by vincent »

Well...I'm out of ideas at the moment. Strange...any LMDE users with Plymouth installed want to chime in?
luis.nando

Re: How to install Plymouth [SOLVED]

Post by luis.nando »

After I reinstalled the package plymouth started working... thanks.
vincent

Re: How to install Plymouth [SOLVED]

Post by vincent »

Even more strange...oh well, if it's working now, I guess everything's fine. :P
Locked

Return to “LMDE Archive”