After installing Bazzite BIOS can't see my Windows 11 drive

So basically I've 2 system disks, 1 for windows 11 and one that I use to test Linux distros, I previously had fedora on it and it worked just fine. So I installed Bazzite on the second disk, instead of fedora (deleted partitions) and I haven't touched other disks. So my issue is when I go to the boot menu or bios it doesn't show any other disks, besides the one with Bazzite. Any advice on how to fix this?
Solution:
Then bcdboot C:\Windows /s F: but replace C with the letter for your windows drive
Jump to solution
79 Replies
Linus Xu
Linus Xu2mo ago
First check in Linux if the windows partition is still there
Facejif
FacejifOP2mo ago
Isn't it the one on the screenshot?
No description
Linus Xu
Linus Xu2mo ago
Yes So Windows itself looks good… Try mounting the second partition and see if it makes sense as a windows drive
Facejif
FacejifOP2mo ago
I did that, I can access the files now What now?
Linus Xu
Linus Xu2mo ago
Is it your C drive in windows?
Facejif
FacejifOP2mo ago
You mean based on the files? Yes, it is
Linus Xu
Linus Xu2mo ago
Ok now we need to find a drive labeled as something like EFI System Partition It should be the first partition in one of the disks Some hundred ish MBs, FAT32 Or just the drive that Disks reports to be at /boot/efi
Facejif
FacejifOP2mo ago
Isn't it the one on the screenshot?
Linus Xu
Linus Xu2mo ago
Does not seem to be ESPs are usually of FAT32
Facejif
FacejifOP2mo ago
one of those maybe? the windows disk is nvme
No description
Linus Xu
Linus Xu2mo ago
Looks like /dev/sdc1 Try accessing /boot/efi May need admin from the gui
Facejif
FacejifOP2mo ago
how do i do that? sorry
Linus Xu
Linus Xu2mo ago
Gnome’s files app I presume
Facejif
FacejifOP2mo ago
ok found it
Linus Xu
Linus Xu2mo ago
Navigate to /boot/efi
Facejif
FacejifOP2mo ago
yes done
Linus Xu
Linus Xu2mo ago
Then EFI in there There should be at least boot and fedora
Facejif
FacejifOP2mo ago
yes. both
Linus Xu
Linus Xu2mo ago
Is there Microsoft?
Facejif
FacejifOP2mo ago
no
Linus Xu
Linus Xu2mo ago
Hmmmm I would believe the ESP created by windows is wiped by bazzite’s installer Create a Microsoft folder in EFI first
Facejif
FacejifOP2mo ago
done
Linus Xu
Linus Xu2mo ago
Now you will need to copy the EFI files from Windows’ C drive into it One moment as I check my device for exactly which So in the Microsoft folder, create a folder named boot
Facejif
FacejifOP2mo ago
done
Linus Xu
Linus Xu2mo ago
Wait you have a working windows installer drive it seems?
Facejif
FacejifOP2mo ago
yeah, i did it when i was already stuck on Bazzite in case i'd need to reinstall
Linus Xu
Linus Xu2mo ago
Ok that will actually make things easier Reboot into the windows installer
Facejif
FacejifOP2mo ago
oh yeah there's a boot folder in there oh, ok
Linus Xu
Linus Xu2mo ago
Windows installer will be better for fixing windows boot problems for obvious reasons :clueless: Once you are in choose Repair Your Computer Troubleshoot - Command Prompt
Facejif
FacejifOP2mo ago
Ok, I have the cmd
Linus Xu
Linus Xu2mo ago
diskpart
Facejif
FacejifOP2mo ago
done
Linus Xu
Linus Xu2mo ago
list disk Or list disks I can’t remember One of them should give you a list
Facejif
FacejifOP2mo ago
This worked
Linus Xu
Linus Xu2mo ago
One of them should be the 400-ish GB drive select disk (the number of the drive)
Facejif
FacejifOP2mo ago
It's the one with Bazzite tho, no?
Linus Xu
Linus Xu2mo ago
It should be It’s also the one with the current ESP so
Facejif
FacejifOP2mo ago
Ok selected it
Linus Xu
Linus Xu2mo ago
select partition 1 assign letter f
Facejif
FacejifOP2mo ago
done
Linus Xu
Linus Xu2mo ago
exit cd /d F:\EFI\Microsoft\Boot
Facejif
FacejifOP2mo ago
got it
Linus Xu
Linus Xu2mo ago
bootrec /FixBoot
Facejif
FacejifOP2mo ago
Says access denied
Linus Xu
Linus Xu2mo ago
Hmmmm dir Does it report a bootmgfw.efi?
Facejif
FacejifOP2mo ago
No
Linus Xu
Linus Xu2mo ago
A BCD?
Facejif
FacejifOP2mo ago
Just says this
No description
Linus Xu
Linus Xu2mo ago
Anyways try bcdboot C:\Windows /s F:
Facejif
FacejifOP2mo ago
Says failure when attempting to copy boot files
Linus Xu
Linus Xu2mo ago
Hmmmmmm try chkdsk F:
Facejif
FacejifOP2mo ago
No description
Linus Xu
Linus Xu2mo ago
dir C:
Facejif
FacejifOP2mo ago
Huh It actually shows not the windows drive
Linus Xu
Linus Xu2mo ago
Then you will need to find the real windows drive Try dir-ing each letter ig
Facejif
FacejifOP2mo ago
Is there a way to see all the available letters?
Linus Xu
Linus Xu2mo ago
Try wmic logicaldisk
Facejif
FacejifOP2mo ago
Could it not have a letter assigned?
Linus Xu
Linus Xu2mo ago
Not impossible ig diskpart list vol
Facejif
FacejifOP2mo ago
So I select volume and assign letter?
Linus Xu
Linus Xu2mo ago
Should work that way
Facejif
FacejifOP2mo ago
Dude That actually worked Found it So what do I do now? I got the letter
Linus Xu
Linus Xu2mo ago
chkdsk on that letter just in case
Facejif
FacejifOP2mo ago
all good
Solution
Linus Xu
Linus Xu2mo ago
Then bcdboot C:\Windows /s F: but replace C with the letter for your windows drive
Facejif
FacejifOP2mo ago
It worked Do I reboot now?
Linus Xu
Linus Xu2mo ago
You are still in F:\EFI\Microsoft\Boot I think? dir just in case
Facejif
FacejifOP2mo ago
Yes I see a bunch of files
Linus Xu
Linus Xu2mo ago
Both BCD and bootmgfw.efi?
Facejif
FacejifOP2mo ago
Yes
Linus Xu
Linus Xu2mo ago
Ok now should be good to reboot We need to see which boot option is now the default Should either land you in Windows, or in Linux, or maybe a windows error screen
Facejif
FacejifOP2mo ago
Default is still linux
Linus Xu
Linus Xu2mo ago
That's the best actually Now ujust regenerate-grub It should mention Found Windows Boot Manager on ... bootmgfw.efi
Facejif
FacejifOP2mo ago
It did
Linus Xu
Linus Xu2mo ago
And how do you plan to dual boot? With grub or some other bootloader?
Facejif
FacejifOP2mo ago
Can't I just choose it in bios?
Linus Xu
Linus Xu2mo ago
Yeah that can also work Then try rebooting to windows by choosing in bios There is a chance that Windows may override the default boot option every time it boots, but we can deal with that later
Facejif
FacejifOP2mo ago
I successfully booted windows Thank you so much
Linus Xu
Linus Xu2mo ago
Np
Want results from more Discord servers?
Add your server