Hello Fedorans,
I recently realized that I cannot enter to BIOS menu after Fedora installation. On Windows 10 fast boot is disabled but always working F2 button to enter BIOS never works. Neither from Windows nor Fedora via command line firmware booting work too.
Found a subreddit solution but could not find any systemd related folder or grub file in my Fedora 41 setup. Then asked some AI tools Gemini told me that according to the subreddit solution;
sudo mv /boot/efi/EFI/Boot/Bootx64.efi /boot/efi/EFI/Boot/Bootx64.efi.bak
However I could not be sure to apply and then opened this topic.
sudo ls /boot/efi
EFI mach_kernel nvme0n1p4 refind-vars System 'System Volume Information'
sudo efibootmgr
BootCurrent: 0006
Timeout: 1 seconds
BootOrder: 0006,0000,0005,0004,0002,2001,2002,2003
Boot0000* rEFInd Boot Manager HD(1,GPT,6f0f3e41-7df7-4a13-b8d7-079df87001f2,0x800,0x200000)/\EFI\refind\refind_x64.efi
Boot0001* USB HDD: SanDisk Cruzer Blade UsbWwid(781,5567,0,4C53000824081111405)/HD(2,MBR,0xca6f797c,0x1dc1800,0x10000)RC
Boot0002* Windows Boot Manager HD(1,GPT,6f0f3e41-7df7-4a13-b8d7-079df87001f2,0x800,0x200000)/\EFI\Microsoft\Boot\bootmgfw.efi
Boot0004* Fedora HD(1,GPT,6f0f3e41-7df7-4a13-b8d7-079df87001f2,0x800,0x200000)/\EFI\fedora\shimx64.efi
Boot0005* UEFI_SHELL HD(1,GPT,6f0f3e41-7df7-4a13-b8d7-079df87001f2,0x800,0x200000)/\EFI\UEFISHELL\bootx64.efiRC
Boot0006* Fedora HD(1,GPT,6f0f3e41-7df7-4a13-b8d7-079df87001f2,0x800,0x200000)/\EFI\fedora\shim.efi
Boot000A* UEFI_SHELL HD(1,GPT,6f0f3e41-7df7-4a13-b8d7-079df87001f2,0x800,0x200000)/\EFI\UEFISHELL\bootx64.efi
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
Also tried with rEFInd but impossible to enter BIOS with it too.
I need help to find a permanent solution.
Thanks