A theme for GRUB2 which uses your system's UEFI logo (aka BGRT).
sudo ./install.sh # Fetches your BGRT, adjusts the theme to suit and installs it.
echo GRUB_THEME=grub-bgrt | sudo tee -a /etc/default/grub
sudo update-grub
To change the font in the theme, try something like:
grub-mkfont -o dejavu_12.pf2 -a -s 12 /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
(-a adds antialiasing, -s 12 sets the size to 12). Don't forget to update the theme.txt.in
as well.
You may also want to pair this with my plymouth theme.
All the files in this project are distributed under the GNU General Public License.
Paul Saunders