I installed Fedora Kde spin to an empty space on one of my drives but when trying to boot into fedora it just goes into windows automatically, I’ve disabled secureboot, and still it doesnt boot into fedora, right now im on the live fedora kde from the usb I installed fedora from.
Did you remember how you set up the partitions for Fedora? When installing, did you re-use the existing EFI partition from Windows? That’s what you want, make sure to point /boot/efi to that existing partition without formatting it. There a checkbox for that.
From a live CD, can you show us the outputs of commands below to better understand your partition layout.
fdisk -l
lsblk -f -p
If the problem is grub, the steps are
1.) boot live system
2.) chroot into installed Fedora system
3.) reinstall grub, generate grub config
I imagine I have to change that asterisk on /dev/sda2 to /dev/sda5 because that’s where supposedly the grub bootloader is, right? Correct me if I’m wrong.
I’m going to suggest that the OP look closely through this discussion thread for some additional discussion and strategies for sorting out problems with bootloaders. There’s a huge amount of information in there.
Windows uses “fastboot”, which is just hybernation, to bypass the normal boot process and load Windows. Windows 10 allowed me to disable fastboot. In Windows 11 I don’t see a way to disable fastboot, but hidden in the Settings there is System Rescue that has an option to boot another OS. I can use that to get the grub2 menu, and choose Fedora or UEFI settings where I can set Fedora to make Fedora the first to boot. The last Windows updates left the system hybernating again.