Today I am going to show you how to fix GRUB2 bootloader theme. After a fresh install of fedora you are missing grub themes it's a known issue and a simple fix.
NOTE: This is from fedora 19 onwards.
NOTE: Update for DNF. There is very little difference between fedora 20 and 22, The one real difference is that fedora 22 has switched from YUM to DNF as it's default package manager. More about DNF
Grub after install.
Launch the terminal and switch to root user.
Then type
For Fedora 22
Previous versions of Fedora
Hit y to continue.
Then type
Hit Enter!
Now type
Make sure you have nano installed. If you don't have it installed type
For Fedora 22
Previous versions of Fedora
Now you need to comment out the line GRUB_TERMINAL_OUTPUT="console"
To comment out a line just place a # in front of the line you are looking to comment out.
Now type
Now type reboot in the terminal and hit enter. This will reboot the computer.
GRUB2 on Fedora 22
If you have a nice fancy grub menu then you are done! Thank you for reading.