I am trying to replace the grub splash image with an image I have made, but the splash image I have made doesn't get used.
I've tried doing a very basic image build before I try to do other things to my image. The code I have been using is as follows.
lb config;
lb config --grub-splash "/home/build/Documents/gfx/splash.png";
sudo lb build 2>&1 | tee build.log;
When I check the build file I see that the my image is in there, but the default one is used anyway. So I am a bit lost as to why it's not being used, if anyone is able to shed some light on this, or point me in the right direction to what I need to read up on.
# $LB_GRUB_SPLASH: set custom grub splash
# (Default: empty)
LB_GRUB_SPLASH="/home/build/Documents/gfx/splash.png"
Thanks,
Daniel