boo-grub
boo-grub copied to clipboard
A dark GRUB bootloader theme based on Dracula grub
Boo for GRUB
A dark GRUB bootloader theme based on Dracula grub
Compatibility
It should be compatible with all linux distros that use grub.
Installation
AUR
For Arch users, the theme is available from the AUR here.
-
Install it with your favorite AUR helper:
paru boo-grub-git
-
Follow steps 3. and 4. given below.
Manually
- Clone this repo or download the .zip
$ git clone https://github.com/PROxZIMA/boo-grub.git
$ cd boo-grub
- Copy the whole
boo
directory to grub themes
$ sudo cp -r boo /usr/share/grub/themes
- Edit grub config file
$ sudo vim /etc/default/grub
change #GRUB_THEME=
to GRUB_THEME="/usr/share/grub/themes/boo/theme.txt"
- Update grub using
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
- Reboot and voila
Potential problems and solutions
Never had one but still refer to the following article.
https://www.jeremymorgan.com/tutorials/linux/how-to-reinstall-boot-loader-arch-linux/
Credit
License
MIT License