slipstream8125 / LUGOS-grub

Tartarus grub adapted for LUGOS

Home Page:https://lugvitc.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


LUGOS Grub Theme

Preview

preview

Compatibility

This should work on any Linux distribution that uses GRUB, but I have only tested it on EndeavourOS and Kali

Install

git clone https://github.com/lugvitc/LUGOS-grub.git
sudo mkdir -p /usr/share/grub/themes # just in case the directory doesn't exist
sudo cp -r LUGOS-grub /usr/share/grub/themes/
sudo vim /etc/default/grub

Change #GRUB_THEME= to GRUB_THEME="/usr/share/grub/themes/LUGOS-grub/theme.txt"

sudo grub-mkconfig -o /boot/grub/grub.cfg

If all works correctly you should get this line in the out put:

Found theme: /usr/share/grub/themes/LUGOS-grub/theme.txt

NOTE: For Fedora 37

When editing the file /etc/default/grub, you also have to comment the line 'GRUB_TERMINAL_OUTPUT="console"

Credit

License

MIT License

About

Tartarus grub adapted for LUGOS

https://lugvitc.org/

License:MIT License


Languages

Language:Shell 100.0%