Para mudar o tema de início do sistema (boot) é necessário, obviamente, ter outros temas instalados, para tanto faça uma busca por novos temas usando o comando dnf da seguinte forma,
que deverá retornar o seguinte resultado,
Para simplificar aqui escolherei o tema
Após a instalação, confirme os temas disponíveis com o comando,
Verifique o tema atual,
Para mudar o tema use o comando:
Por fim, para efetivar as mudanças execute o comando
$ dnf search plymouth
que deverá retornar o seguinte resultado,
====== N/S Matched: plymouth =======================
plymouth.x86_64 : Graphical Boot Animation and Logger
plymouth-scripts.x86_64 : Plymouth related scripts
plymouth-core-libs.x86_64 : Plymouth core libraries
plymouth-core-libs.i686 : Plymouth core libraries
plymouth-plugin-label.x86_64 : Plymouth label plugin
plymouth-theme-solar.x86_64 : Plymouth "Solar" theme
plymouth-system-theme.x86_64 : Plymouth default theme
plymouth-theme-charge.x86_64 : Plymouth "Charge" plugin
plymouth-theme-script.x86_64 : Plymouth "Script" plugin
plymouth-plugin-script.x86_64 : Plymouth "script" plugin
plymouth-theme-fade-in.x86_64 : Plymouth "Fade-In" theme
plymouth-theme-spinner.x86_64 : Plymouth "Spinner" theme
plymouth-graphics-libs.x86_64 : Plymouth graphics libraries
plymouth-graphics-libs.i686 : Plymouth graphics libraries
plymouth-plugin-two-step.x86_64 : Plymouth "two-step" plugin
plymouth-theme-hot-dog.noarch : Plymouth Happy Hot Dog Theme
plymouth-theme-spinfinity.x86_64 : Plymouth "Spinfinity" theme
plymouth-plugin-throbgress.x86_64 : Plymouth "Throbgress" plugin
plymouth-plugin-space-flares.x86_64 : Plymouth "space-flares" plugin
plymouth-plugin-fade-throbber.x86_64 : Plymouth "Fade-Throbber" plugin
fedup-dracut-plymouth.noarch : plymouth theme for system upgrade progress
plymouth-devel.i686 : Libraries and heade
Para simplificar aqui escolherei o tema
plymouth-theme-spinfinity
. Para instalar o tema escolhido use o comando dnf
assim,
$ sudo dnf install plymouth-theme-spinfinity
Após a instalação, confirme os temas disponíveis com o comando,
$ plymount-set-default-theme -l
charge
details
spinfinity
text
Verifique o tema atual,
$ cat /etc/plymouth/plymouthd.conf
# Administrator customizations go in this file
#[Daemon]
#Theme=fade-in
[Daemon]
Theme=charge
Para mudar o tema use o comando:
$ sudo plymouth-set-default-theme -R spinfinity
Creating: target|kernel|dracut args|basicmodules
Por fim, para efetivar as mudanças execute o comando
dracut
e reinicie o sistema,
$ sudo dracut -f