Grub doesn't error with background-image module

I’m using grub customizer and it has worked by far but now I’m trying to set a background image and it’s giving an error, error: …/…/grub-core/script/function.c:109:can’t find command ‘background-image’.

grub conf

GRUB_TIMEOUT="0"
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT="saved"
GRUB_DISABLE_SUBMENU="true"
#GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.ppfeaturemask=0xffffffff"
GRUB_CMDLINE_LINUX="resume=UUID=90416566-7972-4322-96dc-722d764f06cb rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG="true"
GRUB_SAVEDEFAULT="true"
export GRUB_COLOR_NORMAL="light-gray/black"
export GRUB_COLOR_HIGHLIGHT="red/black"
GRUB_BACKGROUND="/boot/grub2/themes/system/background.png"
GRUB_GFXMODE="1920x1080"
GRUB_HIDDEN_TIMEOUT="10"
1 Like
  1. https://discussion.fedoraproject.org/t/grub-customizer-doesnt-show-all-systems/77742
  2. I have read about gub-customizer and its problems in: fedora: I also know that Ubuntu works perfectly, this does not guarantee that I will do it here …

I installed it and also the same thing happened, I only have :fedora:, I think the main problem against the grub-customizer package, because it doesn’t work on :fedora: 30 and 31 is that some changes were made in the GRUB since it is hidden by default if you only have one OS on your device and this is only from fedora.

As explained here:

The best thing you can do, since you have an account :fedora: FAS is to report this problem in Fedora’s error tracking system in BUGZILLA, here they explain how to do it:

https://docs.fedoraproject.org/en-US/quick-docs/howto-file-a-bug/

NOTE:

It has already been reported and you have “one dirty solution” until the package is fixed, but you will not have some functionality, BootLoaderSpecByDefault, to know what this link is about BLSCFG:

https://bugzilla.redhat.com/show_bug.cgi?id=1711516

Regards.,

1 Like

TY for the tips will do!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.