Ciao a tutti...
leggendo qua e là, ho scoperto dove risiedono le directory appartenenti allo splash dell'avvio, esattamente a questo indirizzo:
/etc/bootsplash/themes
Il tema si può cambiare attraverso l'edit di
/etc/sysconfig/bootsplash, tramite terminale o tool grafico.
Nel primo caso, è sufficiente invocare un qualsiasi programma di edit come
nano:
cat bootsplash
## Path: System/Boot
## Description: enables/disables bootup graphics
## Type: yesno
## Default: yes
#
# SPLASH can be set to "no" to turn off the splash-screen on console 1
# at boot time (after kernel load).
#
# SPLASH=no to disable the splash screen
#
# SPLASH=yes to show the splash screen
#
SPLASH="yes"
## Path: System/Boot
## Description: selects bootsplash graphics theme
## Type: string
## Default: ""
#
# Bootsplash theme. Should be based in /etc/bootsplash/themes/.
#
THEME="openSUSE"
ludovico@linux-x4wf:/etc/sysconfig>
La voce interessata è
THEME="openSUSE"
, dove sostituirò la voce
openSUSE con il nome della directory presente in
/etc/bootsplash/themes/nome_boot.
Nel secondo caso invece basta invocare questo tool presente sotto YaST, di cui riporto uno screenshot:

Uploaded with
ImageShack.usRimane solo da capire per quale motivo non riesco a farlo partire... sembra che il sistema ignori la modifica...