Dual Boot of Fedora 34 and Windows 10, Now Windows bootmgr doesn’t show up, not even in BIOS, [URGENT] help needed in adding winbootmgr in Fedora Grub
So , I was trying to add to Fedora 34 alongside(dual boot) Windows 10 , saw many famous videos on youtube and read instructions on Fedora Documentation.
The only difference between my installation and youtuber’s was , While selecting partitioning, It popped up “Error checking filesystem. click to see details.”
I clicked on it … It showed “Create a BOOT BIOS partition of at least 1MiB”
So , I Created as asked by fedora, It went all smooth, Except , now I can’t see my Windows anywhere, I can access windows files, see its partition, even grub folder has Microsoft, But no option for Windows
Output of efibootmgr : EFI variables are not supported on this system.
Please, If I can write manually to the Bootloader of fedora
I tried so , and the usb media is unable to write anywhere, btw can this issue be fixed if I delete the BIOS BOOT partition from Gparted OR Using a Windows Installation disc to Repair my PC >> troubleshoot>> cmd >> bootrec /fixmbr && bootrec /fixboot
??
Once you can boot the Fedora USB in UEFI mode, in Storage, choose custom.
Then proceed to remove sdb5, sdb6 and sdb7.
Create 1GB /boot in ext4 as sdb5
Create remaining space in btrfs as sdb6
(normally we do not need dedicated swap partition. If you want, then you can leave some space and create the swap partition.)
Mount /dev/sdb5 as /boot, format as ext4
Mount /dev/sdb1 as /boot/efi, do NOT format
Add a “root” subvol and mount it as /
Add a “home” subvol and mount it as /home
The Fedora LiveUSB can boot in either BIOS or UEFI mode.
It depends on your computer. Please access your System Firmware, and make sure USB boot in UEFI mode is higher priority than USB boot in BIOS mode.
Or, modern system supports a Boot Menu (in my system, I need to press F12 during POST to invoke the boot menu), then choose booting the USB in UEFI mode.
So, I tried and This time I chose SANDISK CRUZER BLADE : UEFI PARTITION 1
.
But then how? Already Linux is installed and While in Installation setup , there is no option to remove linux and reinstall it. Is there? Can you refer me a Video to help me as a guide for this ?
remove sdb5
expand the Fedora group
remove sdb7
remove sdb6
then click “create automatically” near the top.
verify:
sdb1, mount point /boot/efi, do NOT format
sdb2, sdb3, sdb4 not be touched
likely, sdb5 is 1G, format as ext4, mount as /boot
You will also find a /home subvol, and a
/ subvol
After all the above is OK, then can proceed to install.