Fix grub not using the proper color and splash meh

This commit is contained in:
Alexandre Aubin
2024-12-19 21:41:59 +01:00
parent 999396eb6a
commit f4ac8e457e

View File

@@ -1,4 +1,10 @@
if loadfont $prefix/font.pf2 ; then
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
font=$prefix/font.pf2
fi
if loadfont $font ; then
set gfxmode=800x600
set gfxpayload=keep
insmod efi_gop
@@ -13,6 +19,9 @@ fi
if background_image /isolinux/splash.png; then
set color_normal=light-gray/black
set color_highlight=white/black
elif background_image /splash.png; then
set color_normal=light-gray/black
set color_highlight=white/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue