clean boot

Post Reply
ElmodiLatta
Posts: 24
Joined: Mon Sep 15, 2025 10:11 am
Location: Italy

clean boot

Post 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
Attachments
IMG_20260501_003924954_HDR.jpg
IMG_20260501_003924954_HDR.jpg (1.49 MiB) Viewed 358 times
hudiy
Site Admin
Posts: 560
Joined: Mon Jul 14, 2025 7:42 pm

Re: clean boot

Post 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
Hudiy Team
ElmodiLatta
Posts: 24
Joined: Mon Sep 15, 2025 10:11 am
Location: Italy

Re: clean boot

Post by ElmodiLatta »

Thanks a lot, it worked
Post Reply