Install Fedora on a secondary (data) hard drive dual-boot with Windows 10
I tried installing Fedora many times but never suceeded.
I've a SSD running WIN10 and a HDD with a Data Partition used by Windows and 150GB unpartitioned for Fedora.
The problem is when it comes to partitioning. Partitioning automatically does not work, and I tried a lot of tutorials to partition it manually, but it still doesn't work.
Can anyone provide a manual for this case?
I don't know a lot about Bootloaders and Linux, so please ask for every further detail needed!
EDIT:
Following the Issue tutorial (https://bugzilla.redhat.com/show_bug....) to step 11, I get the following error:
Failed to find a suitable stage1 device: sdb1 must have one of the following disklabel types: gpt.; EFI System Partition cannot be of type ntfs.; EFI System Partition must be mounted on one of /boot/efi.; sdb2 must have one of the following disklabel types: gpt.; sdb3 must have one of the following disklabel types: gpt.; EFI System Partition cannot be of type ext4.; EFI System Partition must be mounted on one of /boot/efi. sdb4 must have one of the following disklabel types: gpt.; EFI System Partition annot be of type None. sdb5 must have one of the following disklabel types: gpt.; EFI System Partition annot be of type lvmpv.
No valid boot loader target device found. See below for details.
For a UEFI installation, you must include an EFI System Partition on a GPT-formatted disk, mounted at /boot/efi.
Please keep in mind, my windows partition is on the SSD, and fedora shall be installed on the HDD.
Thanks in advance.
The official guide: https://docs.fedoraproject.org/en-US/.... Yet another guide (you can skip the step about resizing partitions): https://www.tecmint.com/install-fedor...
Will this line
bcdedit /set {bootmgr} path \EFI\fedora\shim.efi
just add fedora to the boot manager or will it set fedora as my standard os?