Your outputs support the hypothesis (quoted). So you need to reinstall Fedora (don’t worry about Windows, its safe in there waiting). Whatever you do, make sure you do not format sda1, sda2, sda3 and sda4
. DON’T … those partitions affect Windows and how your system boots.
- Go to BIOS and make sure your PC boots in
UEFI
mode first. - Insert a Fedora installation media (CD/DVD/USB) and boot in
UEFI
mode - Choose
sda
drive in the Graphical Installation environment (Anaconda) – usually the first drive - You may want to use
blivet
for configuring the partitions - Delete partitions
sda5
,sda6
, andsda7
(assuming you have not saved anything in your previous Fedora installation) - Repartition as follows =
sda5 (1Gb), sda6 (whatever is left)
- Set mount point for
sda1
to/boot/efi
… DO NOT FORMAT THIS PARTITION – Only set the mount point - Set mount point for
sda5
to/boot
- You can split
sda6
the way you did before (LVM). - Accept the partitioning scheme and confirm that the installer does not complain about any missing/required mount points.
- Run the installation
If everything goes well … you should see a GRUB when you reboot the system. You should be able to select Windows or Fedora there.
How did it go?