Page 1 of 1

clean boot

Posted: Fri May 01, 2026 8:22 am
by ElmodiLatta
Hi, these days I updated Hudiy to the latest version and I also updated Trixie, now at startup I see the raspberry image and then the correct startup of Hudiy, before the update of Trixie after a few seconds of black screen Hudiy started, I tried to modify some parameters on the cmdline.txt and on config.txt but I was not able to solve the problem at most I can remove the image but then the operating system loading messages appear, I would need some help thanks

this is the cmdline.txt
console=tty1 root=PARTUUID=bedb249a-02 rootfstype=ext4 fsck.repair=yes quiet splash rootwait cfg80211.ieee80211_regdom=IT systemd.show_status=false rd.udev.log_level=3 logo.nologo vt.global_cursor_default=0 consoleblank=0

Re: clean boot

Posted: Fri May 01, 2026 8:39 am
by hudiy
Hello,

The graphic visible on the screen is displayed by Plymouth. It is likely that after a system update, Raspberry Pi OS restored the default logo. You can change it using the command:

Code: Select all

sudo plymouth-set-default-theme -R spinner
https://github.com/wiboma/hudiy/blob/ma ... .md#splash

Re: clean boot

Posted: Fri May 01, 2026 8:56 am
by ElmodiLatta
Thanks a lot, it worked