Just got my Desktop with two nvme drives. Nice machine! But getting dual boot set up is driving me crazy.
I can install Windows 11 Pro on the first drive just fine. I then turn off bit locker and install Fedora on the second drive. But I can’t figure out how to get a boot entry into grub for Windows. The system always boots directly into Fedora with no choices. Lots of Googling leads to lots of suggestions that don’t work.
The better option usually is to just use the BIOS boot menu to either select the Windows or Linux boot entry. That would work even with Bitlocker enabled.
Otherwise, have you tried sudo grub2-editenv - unset menu_auto_hide? This should make the grub menu show up every boot.
The problem is that after installing Fedora there are no entries for Windows … either in the Grub menu OR in the BIOS boot list! Fedora install wiped them all out.
Everything online says to install Windows first and then Linux, because Linux knows how to co-exist … but that seems like it’s not the case.
Yes, I did that. Doesn’t add anything. Fedora install on disk 2 seems to have vanished the Windows install on disk 1 completely. I’ve done it twice (install Windows then install Fedora) with the same results.
Does your Windows disk still boot with the Fedora disk removed? If it does not you could try installing Fedora with the Windows disk removed first. You can then boot them with the Bios boot manager. Its probably safer this way as Windows update’s has a habit of removing your grub bootloader.
Thanks, that worked. I started with Windows on disk 1 and Fedora on disk 2 … but installing Fedora had wiped out the Windows boot entry in BIOS and so it wasn’t usable.
So I then removed the Fedora disk (disk 2) from the computer and installed Windows again on disk 1. I then put the Fedora disk back in as disk 2. At that point I could boot both Windows and Fedora from the BIOS by repeatedly jamming the F2 key.
So despite everything online saying that Windows doesn’t play well with others, the reality seems to be that Fedora is the evil-doer … wiping out Windows if it’s on the machine.
Others trying to install both on Framework Desktop need to know this, since the obvious Google searches will cause you to waste a day and a lot of brain cells otherwise.
Glad you got it running together which is relief for my own soon to arrive Desktop.
I have Fedora dual boot with Windows 11 on my laptop and I did not have the issue you ran into with the Desktop. If I were to guess its a EFI issue with Grub unable add the windows entry in the EFI partition and corrupting it. I may run into this issue myself when I get my Desktop If I want to install Windows on it to test this.