Duplicate Boot Entries After Windows 11 24H2 Update

Anonymous
2024-11-11T17:20:54+00:00

Hello,

After updating to Windows 11 24H2, I now see two entries for Windows 11 in the boot menu. Both entries say "Windows 11 on volume 3." I only have one installation of Windows 11, so I believe this is a duplicate caused by the update.

Here’s what I’ve tried so far:

  1. Checked System Configuration (msconfig) and saw both entries listed.
  2. Attempted to delete the duplicate entry, but I received a BitLocker warning about needing a recovery key.

My questions:

  1. How can I safely remove the duplicate entry without causing boot issues?
  2. Is there a way to do this without triggering BitLocker recovery?

***moved from Windows / Windows 11 / Install and upgrade***

Windows for business | Windows Client for IT Pros | Devices and deployment | Recovery key

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-11-12T09:48:29+00:00

    Hello mahendranath mp,

    thank you for posting on the Microsoft Community Forums.

    It sounds like your boot configuration data (BCD) has a duplicate entry. Here are some steps you can follow to safely remove the duplicate entry and avoid triggering BitLocker recovery:

    Step 1: Backup the Current BCD

    Before making any changes, it's always a good idea to backup your current BCD configuration.

    1. Open a Command Prompt with administrative privileges (right-click and select "Run as administrator").
    2. Run the following command to backup the BCD: bcdedit /export C:\bcdbackup This will create a backup file named bcdbackup on your C: drive.

    Step 2: Identify the Duplicate Entry

    1. Still in the Command Prompt, type the following command to view the current boot entries: bcdedit /enum /v
    2. Look for entries that match the description you provided ("Windows 11 on volume 3"). Note down the identifier (a long alphanumeric string) for the duplicate entry you want to remove.

    Step 3: Remove the Duplicate Entry

    1. Once you have identified the duplicate entry, use the following command to delete it: bcdedit /delete {identifier} Replace {identifier} with the actual identifier you noted earlier.

    Step 4: Check for Issues

    1. To ensure everything is working, restart your computer and see if it boots correctly.
    2. If you encounter any issues, you can restore the BCD from the backup you created. Boot into the recovery environment, open Command Prompt and run: bcdedit /import C:\bcdbackup

    BitLocker Considerations

    To avoid triggering BitLocker recovery:

    • Ensure that you are performing these steps from within an administrative Command Prompt.
    • Avoid changing the UEFI/BIOS settings or the boot order.
    • If your system still prompts for a BitLocker recovery key, make sure you have it handy: Find your BitLocker recovery key - Microsoft Support.

    Hope it helps.

    Best regards,

    Lei

    5 people found this answer helpful.
    0 comments No comments

8 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-11-13T07:07:47+00:00

    Hello Lei,

    Thank you for your guidance. After updating to Windows 11 24H2 and restarting, I’m now seeing a screen that asks me to choose between two identical entries for Windows 11 on "volume 3." It looks like there’s a duplicate boot entry.

    I followed your instructions and tried to delete the duplicate entry using bcdedit, but I encountered an error.

    Could you please advise on how to proceed? Additionally, I’d like to confirm if there are any extra steps I should take to avoid BitLocker recovery issues while performing this.

    Thank you for your assistance.

    Best regards,
    Mahendranath

    0 comments No comments
  2. Anonymous
    2024-11-13T08:52:56+00:00

    Hello,

    which error did you encounter?

    0 comments No comments
  3. Anonymous
    2024-11-13T13:50:22+00:00
    • Which duplicate entry should remove
    0 comments No comments
  4. Anonymous
    2024-11-13T14:54:32+00:00

    Remove the one on top, as this is in the $Windows.~BT folder. It might be good to create a backup just in case something goes wrong.

    Let me know how this goes.

    2 people found this answer helpful.
    0 comments No comments