5

I know HP, Lenovo, Dell, etc. change the Windows 8 boot logo to match their logo. I would like to do that for a custom-made computer that I built running Windows 8. I'm not refering to the BIOS screen since that can't be changed easily. I'm talking about the logo that appears while Windows 8 is loading. For those of you that don't know, added in Windows 8 was an option for OEMs to customize the boot screen but I don't know where it is.

Windows 8 startup screen

2
  • "... with my own certificate" - And will such a self-signed bootres.dll be accepted by the OS?
    – Karan
    Commented May 27, 2013 at 2:45
  • my certificate is added to the root store, so it should, just like my own drivers are already accepted.
    – user144773
    Commented May 27, 2013 at 2:51

3 Answers 3

3

The Logo is stored inside the UEFI. So you can't change it. You need to disable the GOP support and hack several system files to replace the Logo

2
5

It is possible to create an EFI application which temporarily modifies the ACPI tables (including BGRT) and then proceeds to load the actual Windows boot manager. This application must then be booted instead of the original Windows boot manager (bootmgfw.efi). BGRT uses the common BMP format (Windows 3.x BMP, or BMP3) with 24-bit or 32-bit colors.

I've created HackBGRT, which is a simple EFI application for the purpose. HackBGRT reads its configuration file, loads the specified BMP to BGRT, sets the coordinates appropriately and loads another EFI application (usually the Windows boot manager, bootmgfw.efi).

The Clover EFI bootloader can also modify ACPI tables, but it's far more complicated, and I'm not positive if you can actually change the BGRT image with it.

Intel has released some tools which apparently may be used for modifying the BGRT on some motherboards. I'm not aware of any other tools for specifically modifying BGRT.

For non-UEFI systems (or possibly for UEFI systems without BGRT), you can use the various bootres.dll hacks found on the Internet.

2

I don't know about UEFI logos, since mine is not with that, but I tried 8oot Logo Changer and works perfectly and it seems that it does exactly what the hack mentioned above.

4
  • Does it work with automated deployment somehow? Commented Nov 23, 2013 at 22:30
  • 2
    I get a Chrome warning about malicious software on this link. Anyone else? Commented Apr 28, 2015 at 19:43
  • Yup, chrome warned about malware. Looked into it, it might not be the actual software being malware, but the site it's hosted on. It seems like the server it was hosted was infected, including multiple sites.
    – tommydrum
    Commented Aug 29, 2015 at 17:52
  • The mirror was clean though. Chrome was happy with it. Putting through some more intensive scans. EDIT: Here are the results- metascan-online.com/#!/results/file/… virustotal.com/en/file/… Seems legit..
    – tommydrum
    Commented Aug 29, 2015 at 17:53

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .