https://github.com/logonoff/bgrt-grub-theme
GRUB theme using the logo from your computer's BGRT
https://github.com/logonoff/bgrt-grub-theme
bgrt framework-laptop grub-theme grub2 grub2-theme
Last synced: 8 months ago
JSON representation
GRUB theme using the logo from your computer's BGRT
- Host: GitHub
- URL: https://github.com/logonoff/bgrt-grub-theme
- Owner: logonoff
- License: gpl-3.0
- Created: 2024-06-28T18:14:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T23:07:59.000Z (over 1 year ago)
- Last Synced: 2025-05-08T01:16:17.781Z (about 1 year ago)
- Topics: bgrt, framework-laptop, grub-theme, grub2, grub2-theme
- Language: Shell
- Homepage: https://pling.com/p/2170197/
- Size: 154 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
## BGRT GRUB2 Theme
Theme based on [grub2-deadpool-theme](https://github.com/bishwassagar/grub2-deadpool-theme) with a background designed to look seamlesss with your motherboard boot logo.
### Screenshots

### Installation/Update
#### Install GRUB theme
```sh
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`:
```diff
< menuentry '$LABEL' \$menuentry_id_option 'uefi-firmware' {
---
> menuentry '$LABEL' --class efi \$menuentry_id_option 'uefi-firmware' {
```
Then update GRUB:
```sh
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
```
#### Done!!!