The Grub Boot Menu (list of operating systems) is not always so easy to obtain. When installing from flash drive, I found there were three entries in the BIOS related to my one flash drive. I had to choose the entry with ‘EFI’ or ‘Partition1’ to finally obtain a Boot Menu from installation.
Later, Fedora updates itself and so another entry goes into the boot menu. The old entry will probably never be used again, so how you do you remove an old entry (reduce clutter) ? Some take this to be a system complex with involved commands to reconfigure Grub (usually involving the grub.cfg file). But you may not even find a grub.cfg file this time (or grub2.cfg for that matter).
After looking around a bit, it simplifies by going to the directory /boot/loader/entries (root user) and moving the unwanted entry file to some other folder, such as your Home folder. It will no longer show in the Grub Boot Menu. You don’t have to remove the old kernel, which is best in case it is ever needed; you simply move the file back to /boot/loader/entries. Simple.
This “Grub business” seems to change with every version of Fedora. Not so simple.