How to get a background image in the LICK boot menu.

Download this file: unicode.pf2 and put it in C:
Now edit lickgrub.cfg so that the top looks like this:

-------
## start header
insmod part_gpt
insmod part_msdos
insmod ntfs
set color_normal=green/black
set color_highlight=yellow/black
set timeout=5
set default=0

insmod all_video
if loadfont /unicode.pf2 ; then
set gfxmode=auto
set gfxpayload=keep
terminal_output gfxterm
insmod png
background_image /yeah.png
fi
-------
Change colors on text if u want.
Change "/yeah.png" to YOUR image (/whatever.png) and make sure its in C:

Reboot and enjoy your cool looking LICK boot menu.

If youre doing this from windows10 you might get an access denied error when saving the file, if so:
copy lickgrub.cfg to somewhere else - edit/save, and copy it back - overwriting the original

Oh, and LICK is mirrored here