Set background image to grub2 in rhel 9.2
I need to set custom background .png image to
grub2 in rhel 9.2.( UEFI boot)
I did the following steps.
1. vi /etc/default/grub
I added the following lines
GRUB_TERMINAL=gfxterm
GRUB_BACKGROUND=/boot/grub2/splash.png
- grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
But grub2 background image in not displayed.
Please help.