PROxZIMA / boo-grub

A dark GRUB bootloader theme based on Dracula grub

Home Page:https://aur.archlinux.org/packages/boo-grub-git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boo for GRUB

LinuxArch

A dark GRUB bootloader theme based on Dracula grub

Screenshot

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.

  1. Install it with your favorite AUR helper: paru boo-grub-git

  2. Follow steps 3. and 4. given below.

Manually

  1. Clone this repo or download the .zip
$ git clone https://github.com/PROxZIMA/boo-grub.git
$ cd boo-grub
  1. Copy the whole boo directory to grub themes
$ sudo cp -r boo /usr/share/grub/themes
  1. Edit grub config file
$ sudo vim /etc/default/grub

change #GRUB_THEME= to GRUB_THEME="/usr/share/grub/themes/boo/theme.txt"

  1. Update grub using
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
  1. 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

About

A dark GRUB bootloader theme based on Dracula grub

https://aur.archlinux.org/packages/boo-grub-git

License:MIT License