I can't change the grub theme

I correctly installed grub theme on Fedora 31, but when I restart the screen is still black

Try commenting out the following line:

GRUB_TERMINAL_OUTPUT=“console”

should become

#GRUB_TERMINAL_OUTPUT=“console”

Reboot to see if this works.

I tried here, but it didn’t work

@rafanear

could you please see this post and check your grub config…

https://discussion.fedoraproject.org/t/amdgpu-overdrive-not-working-on-fedora-31-64-bit/75264/4

also disable

GRUB_ENABLE_BLSCFG="false"

also check this post, to know why you need this change:

https://discussion.fedoraproject.org/t/hidden-grub-menu-in-fedora-30/680

Regards.,

1 Like

try my script .

example :

sudo ./ar-change-grub2-theme.py --link Downloads/megano-grub-fedora.tar.gz

sudo ./ar-change-grub2-theme.py --link https://…/megano-grub-fedora.tar.gz

script need python3-requests package.

sudo dnf install python3-requests