Changing grub menu theme on Fedora 40 Workstation

Hi @ronovague

I did this last week with the Lenovo theme from: Preview / Wiki - Adrian Środoń :slightly_smiling_face:

  • put the theme in a directory under /boot/grub2/themes/, in my case /boot/grub2/themes/lenovo/
  • in /etc/default/grub add the line GRUB_THEME="/boot/grub2/themes/lenovo/theme.txt" (substitute folder if you use a different theme)
  • I believe you need to change the terminal to: GRUB_TERMINAL_OUTPUT="gfxterm" (also in /etc/default/grub)
  • run sudo grub2-mkconfig -o /boot/grub2/grub.cfg and reboot

Hope it works for you :+1:

/Jaybe

5 Likes