I problly can give some help. (I was struggling exact the same thing as your situation.)
My bios always looking up /EFT/Microsoft/boot/bootmgfw.efi. no matter what I setup any extra thing.
If I manually point to fedora bootloader, my laptop fails to boot up. it simply did not boot or it sometimes force to boot to Windows 10 still.
so here is what I did.
I renamed shimx64.efi to bootmgfw.efi (of course I backed up all of windows bootloader files, just in case something fails)
anyways,
after I installed fedora through EFI, I see the file structor as /boot/efi/EFI/fedora/
1. copied all of files to /boot/efi/EFI/Microsoft/boot/
2. rename bootmgfw.efi to bootmgfw_w10.efi under /boot/efi/EFI/Microsoft/boot/
3. rename shimx64.efi to bootmgfw.efi
4. reboot --> this should boot fedora bootloader
* don't forget to disable secure boot (this will failed to boot)
after booting to fedora, you need a couple of more things to modify because the windows bootloader filename is changed.
on Fedora, open terminal and open a file where grub.cfg is
it should be the same place where the files were copied to /boot/efi/EFI/Microsoft/Boot/grub.cfg
in the file, you need to replace bootmgfw.efi to bootmgfw_w10.efi (just like the name I changed earlier)
that's it. now you should be able to boot Windows again now.
I am not sure this is the case you are having but try it if you cannot boot to fedora from your bios.
I think this should work as far as your bios doesn't give you much options to boot something else.
hope this helps!
You install it from a live image - There is a detailed guide here - https://docs.fedoraproject.org/en-US/... . With uefi and secure boot you need to select which OS to boot from your BIOS. In the BIOS there should be a boot menu in the UEFI section. You may or may not need to disable secure boot.
I disabled secure boot and in BIOS is just only option - Windows Boot Manager.
Did you boot and install Fedora with UEFI enabled ? Did you make a efi partition ?
Yes, I booted Fedora with UEFI enabled (checked it) and it created efi partition automaticaly (if it is that 500MB for /boot).
The most important thing when it comes to BIOS vs. (U)EFI firmware is that all OS' will be installed in the same mode. So, if you have Windows installed in BIOS mode (with secure boot disabled, and it's working fine), don't change any of these settings and install Fedora from a LiveCD. You will have to recreate the partition layout if you have created an efi partition layout).
Fedora installation is taking care of a new bootloader that will include your MS Win OS.