Hi @ronovague
I did this last week with the Lenovo theme from: Preview / Wiki - Adrian Środoń
- put the theme in a directory under
/boot/grub2/themes/
, in my case/boot/grub2/themes/lenovo/
- in
/etc/default/grub
add the lineGRUB_THEME="/boot/grub2/themes/lenovo/theme.txt"
(substitute folder if you use a different theme) - I believe you need to change the terminal to:
GRUB_TERMINAL_OUTPUT="gfxterm"
(also in/etc/default/grub
) - run
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
and reboot
Hope it works for you
/Jaybe