So, I blindly installed F32 from USB expecting a dual boot option to automatically appear at power-up. I have Windows 10 with UEFI (I think). The only partitioning I did, all during install from USB, was reduce the size of the W10 data partition and create new a fedora partition, sda7. Now I can’t seem to boot W10. When I power on, the computer goes straight to the fedora logins screen. I would think this is an easy fix but the topics I looked at don’t seem to apply to me given
My original boot partition created by W10, sda1, is not mounted
I have no option in BIOS to select a boot file.
After mounting sda1 to /temp/hoho I suspect the boot file is /temp/hoho/EFI/Boot/bootx64.efi
I did
%sudo dnf reinstall grub2-efi grub2-efi-modules shim
and also
%sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
The file /boot/efi/EFI/fedora/grub.cfg exists for me.
% efibootmgr
Returns
EFI variables are not supported on this system.
I decided to post this topic when another thread said to create a new sda1 partition. I really don’t want to irreversibly damage my W10 - if I haven’t already. Any help would be greatly appreciated. I don’t mind nuking my F32 install as long as I can get my W10 back. Thanks in advance.
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, and sda7 (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.