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 Xu4w ago
First check in Linux if the windows partition is still there
Facejif
FacejifOP4w ago
Isn't it the one on the screenshot?
No description
Linus Xu
Linus Xu4w ago
Yes So Windows itself looks good… Try mounting the second partition and see if it makes sense as a windows drive
Facejif
FacejifOP4w ago
I did that, I can access the files now What now?
Linus Xu
Linus Xu4w ago
Is it your C drive in windows?
Facejif
FacejifOP4w ago
You mean based on the files? Yes, it is
Linus Xu
Linus Xu4w 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
FacejifOP4w ago
Isn't it the one on the screenshot?
Linus Xu
Linus Xu4w ago
Does not seem to be ESPs are usually of FAT32
Facejif
FacejifOP4w ago
one of those maybe? the windows disk is nvme
No description
Linus Xu
Linus Xu4w ago
Looks like /dev/sdc1 Try accessing /boot/efi May need admin from the gui
Facejif
FacejifOP4w ago
how do i do that? sorry
Linus Xu
Linus Xu4w ago
Gnome’s files app I presume
Facejif
FacejifOP4w ago
ok found it
Linus Xu
Linus Xu4w ago
Navigate to /boot/efi
Facejif
FacejifOP4w ago
yes done
Linus Xu
Linus Xu4w ago
Then EFI in there There should be at least boot and fedora
Facejif
FacejifOP4w ago
yes. both
Linus Xu
Linus Xu4w ago
Is there Microsoft?
Facejif
FacejifOP4w ago
no
Linus Xu
Linus Xu4w ago
Hmmmm I would believe the ESP created by windows is wiped by bazzite’s installer Create a Microsoft folder in EFI first
Facejif
FacejifOP4w ago
done
Linus Xu
Linus Xu4w 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
FacejifOP4w ago
done
Linus Xu
Linus Xu4w ago
Wait you have a working windows installer drive it seems?
Facejif
FacejifOP4w ago
yeah, i did it when i was already stuck on Bazzite in case i'd need to reinstall
Linus Xu
Linus Xu4w ago
Ok that will actually make things easier Reboot into the windows installer
Facejif
FacejifOP4w ago
oh yeah there's a boot folder in there oh, ok
Linus Xu
Linus Xu4w 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
FacejifOP4w ago
Ok, I have the cmd
Linus Xu
Linus Xu4w ago
diskpart
Facejif
FacejifOP4w ago
done
Linus Xu
Linus Xu4w ago
list disk Or list disks I can’t remember One of them should give you a list
Facejif
FacejifOP4w ago
This worked
Linus Xu
Linus Xu4w ago
One of them should be the 400-ish GB drive select disk (the number of the drive)
Facejif
FacejifOP4w ago
It's the one with Bazzite tho, no?
Linus Xu
Linus Xu4w ago
It should be It’s also the one with the current ESP so
Facejif
FacejifOP4w ago
Ok selected it
Linus Xu
Linus Xu4w ago
select partition 1 assign letter f
Facejif
FacejifOP4w ago
done
Linus Xu
Linus Xu4w ago
exit cd /d F:\EFI\Microsoft\Boot
Facejif
FacejifOP4w ago
got it
Linus Xu
Linus Xu4w ago
bootrec /FixBoot
Facejif
FacejifOP4w ago
Says access denied
Linus Xu
Linus Xu4w ago
Hmmmm dir Does it report a bootmgfw.efi?
Facejif
FacejifOP4w ago
No
Linus Xu
Linus Xu4w ago
A BCD?
Facejif
FacejifOP4w ago
Just says this
No description
Linus Xu
Linus Xu4w ago
Anyways try bcdboot C:\Windows /s F:
Facejif
FacejifOP4w ago
Says failure when attempting to copy boot files
Linus Xu
Linus Xu4w ago
Hmmmmmm try chkdsk F:
Facejif
FacejifOP4w ago
No description
Linus Xu
Linus Xu4w ago
dir C:
Facejif
FacejifOP4w ago
Huh It actually shows not the windows drive
Linus Xu
Linus Xu4w ago
Then you will need to find the real windows drive Try dir-ing each letter ig
Facejif
FacejifOP4w ago
Is there a way to see all the available letters?
Linus Xu
Linus Xu4w ago
Try wmic logicaldisk
Facejif
FacejifOP4w ago
Could it not have a letter assigned?
Linus Xu
Linus Xu4w ago
Not impossible ig diskpart list vol
Facejif
FacejifOP4w ago
So I select volume and assign letter?
Linus Xu
Linus Xu4w ago
Should work that way
Facejif
FacejifOP4w ago
Dude That actually worked Found it So what do I do now? I got the letter
Linus Xu
Linus Xu4w ago
chkdsk on that letter just in case
Facejif
FacejifOP4w ago
all good
Solution
Linus Xu
Linus Xu4w ago
Then bcdboot C:\Windows /s F: but replace C with the letter for your windows drive
Facejif
FacejifOP4w ago
It worked Do I reboot now?
Linus Xu
Linus Xu4w ago
You are still in F:\EFI\Microsoft\Boot I think? dir just in case
Facejif
FacejifOP4w ago
Yes I see a bunch of files
Linus Xu
Linus Xu4w ago
Both BCD and bootmgfw.efi?
Facejif
FacejifOP4w ago
Yes
Linus Xu
Linus Xu4w 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
FacejifOP4w ago
Default is still linux
Linus Xu
Linus Xu4w ago
That's the best actually Now ujust regenerate-grub It should mention Found Windows Boot Manager on ... bootmgfw.efi
Facejif
FacejifOP4w ago
It did
Linus Xu
Linus Xu4w ago
And how do you plan to dual boot? With grub or some other bootloader?
Facejif
FacejifOP4w ago
Can't I just choose it in bios?
Linus Xu
Linus Xu4w 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
FacejifOP4w ago
I successfully booted windows Thank you so much
Linus Xu
Linus Xu4w ago
Np
Want results from more Discord servers?
Add your server