On 02.04.2024 16:54, Sotir Danailov wrote:
My grub.cfg: https://privatebin.net/?fa99fa6e4e327c83#BBSgN7uToXF7KsmxNcCCDwE9u1e9aSe9q74S1NfdpLQq
cryptomount -u 62bbeda8-8b36-4bd0-a789-4bfb3d0c3d99 set root='cryptouuid/62bbeda88b364bd0a7894bfb3d0c3d99' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='cryptouuid/62bbeda88b364bd0a7894bfb3d0c3d99' b3b0d03a-d2d9-42d0-8a46-45490ab1fc97 else search --no-floppy --fs-uuid --set=root b3b0d03a-d2d9-42d0-8a46-45490ab1fc97 fi insmod png if background_image /usr/share/desktop-base/emerald-theme/grub/grub-4x3.png; then set color_normal=white/black set color_highlight=black/white else set menu_color_normal=cyan/blue set menu_color_highlight=white/blue fi
So if grub cannot access background image file, it is simply using different colors, that's all.