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?

  • ILikeBoobies
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    4 hours ago

    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

    list disk

    Select desired disk with

    sel disk #

    Create the boot partition

    create partition efi size=100

    Select Boot

    sel partition 1

    Format Boot

    format fs=FAT32 quick

    Assign Boot partition

    assign letter=g:

    Copy the boot files to the partition

    bcdboot c:\Windows /s G: /f ALL