From 51d0abf7c8c7a11152ff6cc1eebca6acb8a291cc Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:23:16 -0500 Subject: [PATCH] cross fingers that this works --- etc/config/bootloaders/grub-pc/grub.cfg | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/etc/config/bootloaders/grub-pc/grub.cfg b/etc/config/bootloaders/grub-pc/grub.cfg index c64a048c..01678658 100644 --- a/etc/config/bootloaders/grub-pc/grub.cfg +++ b/etc/config/bootloaders/grub-pc/grub.cfg @@ -4,10 +4,15 @@ if loadfont /boot/grub/font.pf2 ; then insmod efi_uga insmod gfxterm terminal_output gfxterm -fi + set menu_color_normal=white/black + set menu_color_highlight=black/light-gray -set menu_color_normal=white/black -set menu_color_highlight=black/light-gray + insmod all_video + insmod png + set theme=/boot/grub/themes/rhino/theme.txt + export theme + set gfxpayload=keep +fi set timeout=5 menuentry "Try or Install Rhino Linux OS" {