Unable to update GRUB bootloader after Fedora 42 Beta upgrade

I am trying to follow the following page…

I am stuck on the Update GRUB bootloader on BIOS systems

I am getting the following errors…

tomporter@fedora-2:~$ sudo mount | grep "/boot "
/dev/nvme0n1p2 on /boot type ext4 (rw,relatime,seclabel)
tomporter@fedora-2:~$ sudo grub2-install /dev/nvme
grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist. Please specify --target or --directory.

You can use dnf install to install based on a file name.
To get the missing file installed this should work.

sudo dnf install /usr/lib/grub/x86_64-efi/modinfo.sh

I do wonder why it is not installed by default.

Also seems to be missing on f41 as well.

Guess this is for BIOS boots, not UEFI Secure boots. Do I need to do anything to update GRUB as I’m using Secure Boot?
Grub is still working since the upgrade.. so this whole post was probably my issue.

tomporter@fedora:~$ sudo grub2-install /dev/nvme
Installing for x86_64-efi platform.
grub2-install: error: This utility should not be used for EFI platforms because it does not support UEFI Secure Boot. If you really wish to proceed, invoke the --force option.
Make sure Secure Boot is disabled before proceeding.

No; the updating of the files in /boot/efi/EF/fedoraI is part of installing the RPM. I checked my system after the grub update with the CVE fix was installed to confirm I had the fix live.