Forum Discussion

DylanDavis's avatar
DylanDavis
Iron Contributor
Aug 22, 2025
Solved

Dual Windows Boot winload.efi error on every restart

Hi. I have dual boot windows 11. One of them always fails to boot after sucessfully booting and then i restart the pc. I get winload.efi error. So i rebuild bcd and all that fixmbr and so on and it w...
  • Lenasob's avatar
    Aug 22, 2025

    To fix the winload.efi error permanently, try the following:

    Repair the Boot Configuration: Open Command Prompt as Administrator and run:

    bootrec /rebuildbcd

    bootrec /fixmbr

    bootrec /fixboot

    Set the Correct Boot Partition: Use bcdedit to set the correct boot loader for the problematic Windows installation:

    Type bcdedit to list the boot entries, then use bcdedit /default {ID} to set the correct boot entry.

    Disable Fast Startup: Go to Control Panel > Power Options > Choose what the power buttons do > Change settings that are currently unavailable, and uncheck Turn on fast startup.

    This should help the changes stick after restarts.

Resources