All Projects → Metabolix → Hackbgrt

Metabolix / Hackbgrt

Licence: mit
Windows boot logo changer for UEFI systems

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Hackbgrt

Debootstick
Generate a bootable live image from any Debian/Ubuntu filesystem tree.
Stars: ✭ 48 (-93.07%)
Mutual labels:  uefi, boot
bootutils
Utilities to create bootable disks, remaster ISO images, make multiboot ISO images
Stars: ✭ 18 (-97.4%)
Mutual labels:  boot, uefi
Multibootusb
Create multiboot live Linux on a USB disk...
Stars: ✭ 1,042 (+50.36%)
Mutual labels:  uefi, boot
Mortar
Framework to join Linux's physical security bricks.
Stars: ✭ 80 (-88.46%)
Mutual labels:  uefi, boot
Arch
These are easy, in-depth instructions on how to install Arch Linux.
Stars: ✭ 16 (-97.69%)
Mutual labels:  boot, uefi
Aio Boot
AIO Boot is an All-in-One bootable software for USB and HDD. Is one of the best Multiboot USB Creator for Windows.
Stars: ✭ 300 (-56.71%)
Mutual labels:  uefi, boot
Rufus
The Reliable USB Formatting Utility
Stars: ✭ 16,917 (+2341.13%)
Mutual labels:  uefi, boot
Secure Boot
UEFI SecureBoot for ArchLinux
Stars: ✭ 48 (-93.07%)
Mutual labels:  uefi, boot
GrubFM-Installer
GrubFM Installer
Stars: ✭ 27 (-96.1%)
Mutual labels:  boot, uefi
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (-84.7%)
Mutual labels:  boot, uefi
Tow-Boot
An opinionated distribution of U-Boot. — https://matrix.to/#/#Tow-Boot:matrix.org?via=matrix.org
Stars: ✭ 338 (-51.23%)
Mutual labels:  boot, uefi
clr-boot-manager
Kernel & Boot Loader Management
Stars: ✭ 101 (-85.43%)
Mutual labels:  boot, uefi
UEFI MULTI
UEFI_MULTI - Make Multi-Boot USB-Drive
Stars: ✭ 33 (-95.24%)
Mutual labels:  boot, uefi
systemboot
SystemBoot is a LinuxBoot distribution that works as a system firmware + bootloader, based on u-root
Stars: ✭ 103 (-85.14%)
Mutual labels:  boot, uefi
Super Uefiinsecureboot Disk
Super UEFIinSecureBoot Disk: Boot any OS or .efi file without disabling UEFI Secure Boot
Stars: ✭ 309 (-55.41%)
Mutual labels:  uefi
Mu
Project mu Documentation
Stars: ✭ 449 (-35.21%)
Mutual labels:  uefi
S6 pcie microblaze
PCI Express DIY hacking toolkit for Xilinx SP605
Stars: ✭ 301 (-56.57%)
Mutual labels:  uefi
Linuxboot
The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.
Stars: ✭ 554 (-20.06%)
Mutual labels:  uefi
Krabs
An x86 bootloader written in Rust.
Stars: ✭ 413 (-40.4%)
Mutual labels:  boot
Lumia950xlpkg
Non-EOL (yes!) AArch64 UEFI firmware for Lumia 950 / Lumia 950 XL
Stars: ✭ 300 (-56.71%)
Mutual labels:  uefi

HackBGRT

HackBGRT is intended as a boot logo changer for UEFI-based Windows systems.

Summary

When booting on a UEFI-based computer, Windows may show a vendor-defined logo which is stored on the UEFI firmware in a section called Boot Graphics Resource Table (BGRT). It's usually very difficult to change the image permanently, but a custom UEFI application may be used to overwrite it during the boot. HackBGRT does exactly that.

Usage

Important: If you mess up the installation, your system may become unbootable! Create a rescue disk before use. This software comes with no warranty. Use at your own risk.

  • Make sure that your computer is booting with UEFI.
  • Make sure that Secure Boot is disabled, unless you know how to sign EFI applications.

Windows installation

  • Get the latest release from the Releases page.
  • Start setup.exe and follow the instructions.
    • You may need to manually disable Secure Boot and then retry.
    • The installer will launch Notepad for modifying the configuration.
      • If you need only one custom image, the defaults are fine.
      • Otherwise, check out the examples in the configuration file.
    • The installer will launch Paint for creating the image(s).
      • You can create multiple images by using Save As.
      • Be sure to always use the 24-bit BMP/DIB format.
    • If Windows later restores the original boot loader, just reinstall.
    • If you wish to change the image or other configuration, just reinstall.

Multi-boot configurations

If you only need HackBGRT for Windows:

  • Extract the latest release to [EFI System Partition]\EFI\HackBGRT\.
  • Set boot=\EFI\Microsoft\Boot\bootmgfw.efi in config.txt.
  • Point your boot loader to \EFI\HackBGRT\bootx64.efi.

If you need it for other systems as well:

  • Extract the latest release to [EFI System Partition]\EFI\HackBGRT\.
  • Set boot=\EFI\your-actual-boot-loader.efi in config.txt.
  • Set \EFI\HackBGRT\bootx64.efi as your default boot loader with efibootmgr or some other EFI boot manager tool.

On 32-bit machines, use bootia32.efi instead of bootx64.efi.

Configuration

The configuration options are described in config.txt, which should be stored in [EFI System Partition]\EFI\HackBGRT\config.txt.

Images

The image path can be changed in the configuration file. The default path is [EFI System Partition]\EFI\HackBGRT\splash.bmp.

The image must be a 24-bit BMP file with a 54-byte header. That's a TrueColor BMP3 in Imagemagick, or 24-bit BMP/DIB in Microsoft Paint.

Multiple images may be specified, in which case one is picked at random.

Recovery

If something breaks and you can't boot to Windows, you have the following options:

  • Windows installation (or recovery) media can fix boot issues.
  • You can copy [EFI System Partition]\EFI\HackBGRT\bootmgfw-original.efi into [EFI System Partition]\EFI\Microsoft\Boot\bootmgfw.efi by some other means such as Linux or Windows command prompt.

Building

  • Compiler: GCC targeting w64-mingw32
  • Compiler flags: see Makefile
  • Libraries: gnu-efi
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].