Description:Theme based on grub2-deadpool-theme with a background designed to look seamlesss with your motherboard boot logo.
--== Installation/Update ==--
Install GRUB theme:
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
(Optional) enable custom EFI firmware icon:
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
Done!!!Last changelog:
Version 2.0.1
- Fall back to convert if magick command is not found in PATH
Ratings & Comments
1 Comment
simple, straightforward and decent, good one!!!