Fedora 44 installation of the system failed

fedora 44 installation of the system failed: установка загрузчика org.fedoraproject.anaconda.bootloaderinstallationerror: gen_grub_cfgstub script failed

I have Fedora 44 KDE

Same issue here

Well, grub works for me, I downloaded other distributions and everything was fine, I allocated 524MB of efi so that the installer wouldn’t complain, but it still doesn’t help, and at the 2nd stage of loading it gives an error

Enter BIOS and ensure that your system is booting the installation media in UEFI mode. Temporarily disable Secure boot.

If this dosent help then Making sure you're not a bot! please.

I already did this, it doesn’t help

You didn’t specify if your system is using classic BIOS boot or UEFI boot. Assuming that the system is using UEFI boot.

Based on the exact wording of the error message it seems to be a problem to run the efibootmgr --create command to install the boot loader information into the EFI firmware storage.

You can check that by booting the live system and mount the /boot and the /efi file system. You can identify those using the lsblk -f command. Then check that the exected files are present.

Also, from the live system, you can run efibootmgr.

If your system is using classical BIOS boot, you need a different answer.

I solved the problem. I installed NixOS, and it filled up all the efi memory, which is why fedora was not installed. In the terminal, in the efi folder, I deleted the nixos folder and its huge files, which weighed 400MB, and then everything was installed without problems. And Claude helped me with this