On 24/10/22 09:13, Stephen Morris wrote:
On 24/10/22 05:17, Joe Wulf via users wrote:
Steve,

Move the png file somewhere under /boot; as likely /usr isn't mounted during initial grub boot processing.
I'll try that and see what happens, thankyou.
I tried putting the image in /boot/grub2/backgrounds but even though grub2-mkconfig picked it up and placed and entry for it in /boot/grub2/grub.cfg it still did not display at boot. Has Fedora actually disabled that functionality?

regards,
Steve


As a side note, in GRUB_CMDLINE_LINUX, your 'nouveau' and 'nvidia' entries are duplicated.
Yeah, I noticed that but I'm not sure why. It's happened as a result of installing the rpmfusion nvidia drivers. At F36 install time I got the installer to activate 3rd party repositories, but it only activated the nvidia and steam rpmfusion repositories, so after install I activated the rpmfusion_nonfree and rpmfusion_free repositories by installing them, and then installing akmod_nvidia and kmod_nvidia packages. Given the structure of that line I'm assuming the first set of nvidia definitions were supplied at install time after the 3rd party repository activation, and the 2nd set is as a result of the install of the akmod and kmod packages, but I don't know.

regards,
Steve


R,
-Joe



On Saturday, October 22, 2022 at 11:44:25 PM EDT, Stephen Morris <samorris@netspace.net.au> wrote:


Hi,
    I have the following default config file in /etc/default/grub, and I have issued the grub2-mkconfig command to update /boot/grub2/grub.cfg which confirms that it found the background image, and when I look at /boot/grub2/grub.cfg it contains the necessary command to load png support and contains the background-image command to load the referenced image file, but the background does not display when the grub menu does, what am I missing? I've had used the grub-customizer app, without doing any config changes, and it successfully load the image from the specifications in /etc/default/grub.

GRUB_TIMEOUT=100
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=false
GRUB_TERMINAL_OUTPUT="gfxterm"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
nvidia-drm.modeset=1"
GRUB_DISABLE_RECOVERY="false"
GRUB_ENABLE_BLSCFG=false
GRUB_BACKGROUND=/usr/share/sddm/themes/Galaxy-SDDM_3hu72/Galaxy-SDDM_3hu72.png

regards,
Steve


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue