RPi4 icon indicating copy to clipboard operation
RPi4 copied to clipboard

How to modify boot screen?

Open yyds-yyds-yyds opened this issue 2 years ago • 5 comments

Hello, I want to ask a question, how to modify the boot screen? I want to change the boot screen, but I don't know how to change it. Can you tell me how to change it?

yyds-yyds-yyds avatar Mar 12 '22 04:03 yyds-yyds-yyds

What exactly do you mean by boot screen. Is it the raspberry pi logo with the progress bar at the bottom.

sharpenedblade avatar Mar 14 '22 01:03 sharpenedblade

Yes, it's the logo. How to change it! Sorry, my English is poor and difficult to describe clearly. Thank you for reading patiently.

yyds-yyds-yyds avatar Apr 08 '22 11:04 yyds-yyds-yyds

https://github.com/tianocore/edk2-non-osi/blob/master/Platform/RaspberryPi/Drivers/LogoDxe/Logo.bmp

TheMindVirus avatar Apr 08 '22 12:04 TheMindVirus

So the boot image cannot be changed?

yyds-yyds-yyds avatar May 02 '22 05:05 yyds-yyds-yyds

It can be changed but UEFI in its current state needs recompiling after you change it in the repository. I have changed mine in this way.

In the RPI_EFI.fd archive itself it seems to have been turned into a binary stream which is mangled with other data inside LogoDxe.efi instead of being an editable .bmp file.

TheMindVirus avatar May 02 '22 14:05 TheMindVirus

Changing the boot logo requires editing https://github.com/tianocore/edk2-non-osi/blob/master/Platform/RaspberryPi/Drivers/LogoDxe/Logo.bmp as @TheMindVirus pointed out and recompiling your own UEFI Firmware. We do not support trying to edit the logo in the RPI_EFI.fd that is provided from this repository.

pbatard avatar Jun 29 '23 13:06 pbatard