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?

  • @stuner
    link
    6
    edit-2
    4 hours ago

    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 (https://docs.fedoraproject.org/en-US/quick-docs/grub2-bootloader/#_adding_other_operating_systems_to_the_grub2_menu). It uses os-prober to find other operating systems. Can you post the output of sudo os-prober?

    Edit: The output of lsblk -f would also be useful (though you may want to anonymize it first).

    • @[email protected]
      link
      fedilink
      English
      13 hours ago

      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?)