Fedora Kinite removed Windows boot loader
I know this is a Linux magazine but I can't really find a lot of resources on this.
I installed fedora kinite on a second hard drive, intending to dual boot with windows, after the install finished it looks like it removed my windows boot loader.
Has anyone run into this and if so how did you correct it?
like this
geoma
in reply to Sandbag • • •If it is a second hard drive... Probably the win bootloader is on the first still? Check bios boot options
Maybe its destiny telling you you can do it without windows
Sandbag
in reply to geoma • • •Lol, I would love to ditch Windows completely but VR gaming still kinda needs it for now.
The BIOS boot options show only Fedora no Windows, grub only shows fedora as well.
Virual
in reply to Sandbag • • •I've actually had a good experience with ALVR lately, specifically the nightly version. WiVRn (Monado) has gotten pretty good too. You might consider testing vr on linux out again if you haven't recently.
lvra.gitlab.io/
Home
Linux VR Adventures Wiki0x0
in reply to Sandbag • • •A_Union_of_Kobolds
in reply to 0x0 • • •Vik
in reply to Sandbag • • •Which index were these disks arranged in? Windows will install its bootloader on 0 regardless of where you physically install the OS.
I like to keep OS disks self contained, and tend to completely remove other connected disks when conducting a new install. This is a must for Windows, I've not had a Linux distro place it's bootloader in anything other than the OS destination.
Sandbag
in reply to Vik • • •visor841
in reply to Sandbag • • •SL3wvmnas
in reply to visor841 • • •yeah disconnecting the fedora drive while doing repairs is important.
Always unplug your Linux drives when doing windows work, makes your life easier.
I once borked my windows install because I left the designated (not yet installed) Linux drive plugged in - then windows decided for some God forsaken reason to install the bootloader on the Linux disk. Had to copy the bootloader from install disk like someone else in this thread already typed out.
ILikeBoobies
2024-12-18 15:38:07
pinguinu [any]
in reply to Sandbag • • •I had the exact same problem with regular Fedora KDE. In my case it turned out that it didn't wipe out the entire Microsoft bootloader because there was a backup
bootx64.efi
. In the end I downloaded a windows installer iso, copied the boot* files and directory to efi/Microsoft/boot and copied that bootx64.efi and added it to the grub menu using the 40_custom file in grub.d and applied grub2-mkconfig -o /boot/grub2/grub.cfgTo boot from grub you use
set root
andchainloader /...
which you then write as a menuentrySorry for the bad reply but I'm working
pinguinu [any]
in reply to pinguinu [any] • • •ILikeBoobies
in reply to Sandbag • • •Windows install will have a back up bootloader that you can copy over or you can use the install media
I’ll give the install media instructions, you can do it from your Linux install if it’s able to see the Windows files
Launch Command Prompt with Shift+F10
List Disks with
Select desired disk with
Create the boot partition
Select Boot
Format Boot
Assign Boot partition
Copy the boot files to the partition
Tiempo
in reply to Sandbag • • •stuner
in reply to Sandbag • • •Given that you installed Linux on a separate drive, it's likely that the Windows bootloader is perfectly fine but your BIOS chooses to prioritize the Linux disk. I would check if you can still select the Windows drive / installation in the BIOS / boot media selection.
Typically, Fedora should also add the Windows installation to its bootloader (docs.fedoraproject.org/en-US/q…). It uses
os-prober
to find other operating systems. Can you post the output ofsudo os-prober
?Edit: The output of
lsblk -f
would also be useful (though you may want to anonymize it first).The GRUB2 Bootloader – Installation and Configuration
Fedora DocsKongar
in reply to stuner • • •This is my thought as well. Why do you believe it was deleted? It’s probably still there, you’re just not booting it. Even easier, pull up your boot menu when you start your computer and see what’s there. I bet you’ll see windows and can select it?
I just can’t imagine Linux doing this. If it’s really gone, I’d seriously question what you did - (did you install to a wrong drive, did you format a partition by mistake, etc?)
ikidd
in reply to Sandbag • • •WasPentalive
in reply to Sandbag • • •Lawn_and_disorder [he/him]
in reply to Sandbag • • •You can also check out github.com/naazimco/grub2win-n…
If you want to fix it from windows.
GitHub - naazimco/grub2win-new: A revised grub2win, with updated icons and newer graphics.
GitHub