Siduction Forum

Siduction Forum => Installation - Support => Topic started by: pixel24 on 2026/01/13, 20:42:01

Title: [+DE] Making my Siduction look cooler
Post by: pixel24 on 2026/01/13, 20:42:01
Hey,

For German, see below.

I've only been using Siduction for real work stuff for a short while now, and honestly, I'm pretty happy with it. I get that what I'm asking might not make much sense to hardcore Linux nerds though. I'm just not a fan of those boot messages that pop up when I start the system — and that's even ignoring some annoying ACPI errors. I've checked those out, and they all come down to the typical wonky UEFI (BIOS) stuff on HP machines.

So, without going on a crazy hacking spree, is there a way to get a nice bootsplash going? Anyone know of any good guides or docs?

Thanks a bunch in advance!

-----------------

Hey,

ich nutze Siduction erst seit kurzem wirklich produktiv und bin ehrlich gesagt ziemlich zufrieden damit. Ich weiß, dass mein Anliegen für richtige Linux-Nerds vielleicht nicht so viel Sinn macht. Mir gefallen einfach die Bootmeldungen beim Start nicht – und das ganz abgesehen von ein paar nervigen ACPI-Fehlern. Ich habe die überprüft, und die liegen alle an den typischen, fehlerhaften UEFI-(BIOS-)Implementierungen bei HP-Rechnern.

Gibt es also eine Möglichkeit, ohne einen großen Hack-Marathon, einen schönen Bootsplash einzurichten? Kennt jemand gute Anleitungen oder Dokumentationen?

Schon mal vielen Dank im Voraus!
Title: Re: [+DE] Making my Siduction look cooler
Post by: vinzv on 2026/01/14, 13:13:33
For a boot splash install Plymouth:

apt install plymouth plymouth-themes

More Details here: https://wiki.debian.org/plymouth
Title: Re: [+DE] Making my Siduction look cooler
Post by: hendrikL on 2026/01/15, 07:50:14
https://github.com/hhl/plymouth-hhl

This is a blackisch siduction plymouth theme.
Title: Re: [+DE] Making my Siduction look cooler
Post by: pixel24 on 2026/01/18, 21:51:18
Thank you for your help and sorry for the delayed response. I have set the same background image, "Orionids," in Plasma for both the desktop and SDDM. I have chosen the same image for both the boot splash and the Plasma splash (after login) (KDE icon with gear). In addition, I have customized the console so that it also has a font size (I have a laptop with a HiDPI display: 3840x2160). It now looks good throughout (personal impression). What I still need to do is customize Grub so that it fits in visually. Customize is an exaggeration. Basically, I just want to change the background. What is the easiest way to do this? Copy the existing:

/usr/share/grub/themes/shine-on
to:
/usr/share/grub/themes/custom

and just replace the:

background.png

and set the theme?
Title: Re: [+DE] Making my Siduction look cooler
Post by: charlyheinz on 2026/01/19, 10:01:30
@Pixel
Hallo
Have you also customised your Console- Font (tty). I have looked for configuring  a better font-size for my big screen a long time now and could not find an advice to have a better readable font-size in a tty- console when using a UHD- resolution. I still need to use "setfontsize -d" to get this done what is not comfortable.
Thx.
Title: Re: [+DE] Making my Siduction look cooler
Post by: pixel24 on 2026/01/20, 11:20:11
Yes. I have set the following values for my notebook (4k):

nano /etc/default/console-setup

FONTFACE="Terminus"
FONTSIZE="32x16"


so that it is easy to read in TTY
Title: Re: [+DE] Making my Siduction look cooler
Post by: ReinerS on 2026/02/19, 15:06:57
Hallo,
habe versucht wieder mal so ein Plymouth Theme zu installieren.
Scheint auch bei der Installation zu funktionieren, wird aber dann wohl beim Start ignoriert oder angemeckert (?).
Jedenfalls tut sich nix diesbezüglich.

Dachte es liegt daran dass der Laptop verschlüsselt ist. Habe aber jetzt den Effekt auf 2 verchlüsselten Laptops und sowie einem unverschlüsselten Laptop. Ist auch egal welches Theme verwendet wird.
Nach Neustart gibt "plymouth-set-default-theme" das richtige Theme aus.

Nicht wirklich weltbewegend wichtig, aber "früher" ging das mal. Hat jemand eine Idee dazu?

Grüße

Reiner
Title: Re: [+DE] Making my Siduction look cooler
Post by: piper on 2026/03/30, 04:53:35
yes, late to the party, but might help in future or others

Bigger fonts for grub

as root

grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono-Bold.pf2 --size=28 /usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf

or whatever font you use

In 

/etc/default/grub

add

GRUB_FONT=/boot/grub/fonts/DejaVuSansMono-Bold.pf2

using the font you chose

This will copy and resize the font DejaVuSansMono.ttf (whatever font) and put it into a format and location that GRUB will use.

to get rid of the "ACPI errors" messages just add

loglevel=3

in

/etc/default/grub

example

GRUB_CMDLINE_LINUX_DEFAULT="quiet systemd.show_status=1 loglevel=3"

as for splash, I like SimpleTuxSplash-Plasma6

YMMV


Title: Re: [+DE] Making my Siduction look cooler
Post by: piper on 2026/03/30, 05:16:46
it won't let me edit so don't forget to

update-grub; reboot