Would you like to check to your bios on part boot list. If your bios using UEFI, there should be Windows/Microsoft boot list available there. Make it as first boot.
I have no way to move the Windows boot around. It just isn’t there to begin with. Everything is on my C Drive which isn’t there. Everything is Fedora related.
I think it’s too risky anyway and I don’t want to move anything around.
typed those two commands in and got these results:
[overanyerrain@fedora ~]$ echo $PATH
/home/overanyerrain/.local/bin:/home/overanyerrain/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin
[overanyerrain@fedora ~]$ sudo /usr/sbin/fdisk -l
[sudo] password for overanyerrain:
Disk /dev/sda: 298.09 GiB, 320072933376 bytes, 625142448 sectors
Disk model: Hitachi HTS54503
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x99540982
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 522737663 522530816 249.2G 7 HPFS/NTFS/exFAT
/dev/sda3 * 522737664 523786239 1048576 512M 6 FAT16
/dev/sda4 523786240 625141759 101355520 48.3G 5 Extended
/dev/sda5 523788288 625141759 101353472 48.3G 83 Linux
Disk /dev/sdb: 117.38 GiB, 126035288064 bytes, 246162672 sectors
Disk model: SanDisk SDSSDP12
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x87179d9a
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 245092060 245090013 116.9G 7 HPFS/NTFS/exFAT
/dev/sdb2 245092352 246157311 1064960 520M 27 Hidden NTFS WinRE
Disk /dev/sdc: 28.91 GiB, 31042043904 bytes, 60628992 sectors
Disk model: USB DISK 3.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xcd92d406
Device Boot Start End Sectors Size Id Type
/dev/sdc1 2048 60628991 60626944 28.9G c W95 FAT32 (LBA)
Disk /dev/sdd: 3.77 GiB, 4051697664 bytes, 7913472 sectors
Disk model: Rocketfish
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: E566A87E-FB73-4276-8E51-A8FA65E3F3F3
Device Start End Sectors Size Type
/dev/sdd1 2048 7913438 7911391 3.8G Microsoft basic data
Disk /dev/zram0: 7.69 GiB, 8259633152 bytes, 2016512 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/sde: 3.64 TiB, 4000752599040 bytes, 7813969920 sectors
Disk model: My Passport 25E2
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 2D8E040F-B200-4E07-8177-CC54B20AF258
Device Start End Sectors Size Type
/dev/sde1 2048 7813967871 7813965824 3.6T Microsoft basic data
Yeah it’s weird how many of these commands are not working for me. I’m not sure what the reason is exactly but I’m speculating here on how it could be the way I installed F35.
Initially I wanted it to go on one USB stick but I overwrote another one by accident, which is where I backed up my files from the old one. Because of this, the commands may not be working as they should be. It could also be from the partitioning of my hard drive too. For some reason I have two hard drives that are partitioned. which are both internal hard drives.
You said that /dev/sda (HDD) and /dev/sdb (SSD) are internal plus that info tells me that /dev/sde is an external 4TB drive. Process of elimination then says /dev/sdc is a microsoft partitioned drive so /dev/sdd seems to be a linux install live device.
However, it is fairly easy to see the problem.
/dev/sda is dos (MBR) partitioned, so windows was installed in legacy boot mode. It seems you installed fedora in uefi mode as seen by the fat 16 boot partition /dev/sda3, and by the fact that /dev/sdd and /dev/sde are both GPT partitioned.
Since fedora is booting uefi it is not possible for grub to boot windows in MBR. The only way for both to reside and function together is if both were installed the same way, either both uefi or both mbr boot.
Complicating the fix is the fact that windows will only boot uefi on a GPT partitioned disk and both the internal drives are MBR partitioned…
Would it be possible to move all the data from /dev/sdb to /dev/sda in the microsoft area? Even moving all your personal data from the microsoft drives C:, D:, (the internal drives) to the passport drive would make things a lot easier. Then a reinstall/repair of windows to convert windows from MBR boot to UEFI boot would work, followed by a reinstall of linux in the same mode.
EDIT:
Note that at present the only way you can select windows or linux would be through the bios boot menu, if that will even work for you.
I looked into this a bit but it seems like it is impossible to convert mbr to gpt if you have a partitioned drive, which I do have. This is only on my D Drive though and not my C drive. I have 2 internal hard drives.