but first run the command lsblk -f and note the UUID of the first /boot file system.
In the file /boot/efi/EFI/fedora/grub.cfg replace the UUID by the UUID you found in the lblks -f command listing. The UUID is for eample fb95e178-2329-4271-b73b-2377ed871b8c which needs to be replaced.
Double check everything is correct before attempting to reboot, as a wrong UUID value can make the system unbootable. Also have the original Live system ready.
Fedora does not really support multibooting different versions of Fedora, so for testing it is better to do the test in a virtual machine for example Gnome Boxes.
Noted. I was actually past trying, and wanted to start fresh and gradually move over my /home files to the this new installation.
It’s a slight bummer that it’s not properly supported.
Would creating a separate efi partition for the new installation make this work? I saw this suggested in another thread.
It seems the issue is that they are overwriting each other’s grub config and efi files since they use the same “fedora” folder. So if they use different efi partitions entirely, maybe …
You can do it with two separate disk units. Two efi partitions (also known as ESP) on one disk unit would be iffy. Maybe it would work, but that is far from certain.