Fedora boot screen shows both Fedora logo and Lenovo logo. How-To remove Lenovo Logo? 2025 Edition

Hi

Fedora boot screen shows both Fedora logo and Lenovo logo.

How-To remove Lenovo Logo?

With a web search I find different answers. The ones say it is a BIOS setting (what exactly?) and the others I would say would have to make sudo grubby --update-kernel=ALL --args="bgrt_disable".

I use Silverblue 42

https://unix.stackexchange.com/a/526216 this does not work on current Silverblue.

How do I do?

Supposing the recommendation for adding the above mentioned kernel argument is valid[1], on Silverblue one can modify kernel arguments with the kargs subcommand of the rpm-ostree command. E.g.:

rpm-ostree kargs --append=bgrt_disable

That would create a new deployment, which would have the appended argument included.


  1. I haven’t tested it. ↩︎

1 Like

thanks. This worked.

1 Like

Another thing, how does the kernel read the icon?

1 Like