armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
3.95k stars 2.22k forks source link

boot logo cannot be customized #5089

Closed croscar closed 1 year ago

croscar commented 1 year ago

What happened?

A few months ago, I replaced build/packages/blobs/splash/logo.png and it worked well; After upgrading the build framework recently, the default boot logo is always displayed during startup.

Then I put the new bootsplash.armbian file into the old system,and run "upgrade-initramfs -u", the customized logo appeared。

It seems that the new version of uboot reads the logo from elsewhere.

How to reproduce?

modify build/packages/blobs/splash/logo.png and compile

Branch

main (main development branch)

On which host OS are you observing this problem?

Jammy

Relevant log output

No response

Code of Conduct

github-actions[bot] commented 1 year ago

Jira ticket: AR-1668

hzyitc commented 1 year ago

What we use now is plymouth.

croscar commented 1 year ago

I update the images in /usr/share/plymouth/themes/armbian It works on the shutdown screen, but the startup screen has not changed

What we use now is plymouth.

croscar commented 1 year ago

It works now.

https://github.com/adi1090x/plymouth-themes

Jibun-no-Kage commented 6 months ago

@croscar, Update images how? Mind providing some details on what you did?

Saketeas commented 3 months ago

@Jibun-no-Kage If you haven't changed the theme, it will default to armbian. In /usr/share/plymouth/themes/armbian, change bgrt-fallback.png to the logo you want to replace and run upgrading-initramfs -u At least I succeeded