On Sep 9, 2021, at 10:40, Michael D. Setzer II via users <users@lists.fedoraproject.org> wrote:

At that step I end up getting the error message?
grub2-install: error: this utility cannot be used for EFI
platforms because it does not support UEFI Secure Boot.

The basic answer is: Don’t use grub2-install on Fedora UEFI systems.

https://bugzilla.redhat.com/show_bug.cgi?id=1917213

You will have to boot into another OS to create a UEFI boot using grub-install.

However, you can use the files from the Fedora grub2-efi-x64 and shim-x64 packages, and just copy them into the /EFI/BOOT directory of the fat32 partition, which should work for the Secure Boot systems, although the expect to find grub2 EFI executables in /EFI/fedora.

If you can’t disable Secure Boot, that’s what I suggest. 

Jonathan Billings