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!
For a boot splash install Plymouth:
apt install plymouth plymouth-themes
More Details here: https://wiki.debian.org/plymouth
https://github.com/hhl/plymouth-hhl
This is a blackisch siduction plymouth theme.
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?
@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.
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
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
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
it won't let me edit so don't forget to
update-grub; reboot