Skip to content

PROxZIMA/boo-grub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published