Theme based on grub2-deadpool-theme with a background designed to look seamlesss with your motherboard boot logo.
git clone https://github.com/logonoff/bgrt-grub-theme.git
cd bgrt-grub-theme
chmod 755 install.sh
sudo ./install.sh
cd ..
rm -r bgrt-grub-theme
Tested on Fedora 40. Apply the following diff to /etc/grub.d/30_uefi-firmware
:
< menuentry '$LABEL' \$menuentry_id_option 'uefi-firmware' {
---
> menuentry '$LABEL' --class efi \$menuentry_id_option 'uefi-firmware' {
Then update GRUB:
sudo grub2-mkconfig -o /boot/grub2/grub.cfg