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
clean boot
-
ElmodiLatta
- Posts: 24
- Joined: Mon Sep 15, 2025 10:11 am
- Location: Italy
Re: clean boot
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:
https://github.com/wiboma/hudiy/blob/ma ... .md#splash
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 spinnerHudiy Team
-
ElmodiLatta
- Posts: 24
- Joined: Mon Sep 15, 2025 10:11 am
- Location: Italy