windows bootmanager is loading ubuntu

Anonymous
2024-11-16T15:47:24+00:00

i was using ubuntu for a while , now when i try to reinstall windows using windows bootmanager it is loading ubuntu

***moved from Windows / Windows 11 / Recovery and backup***

Windows for business | Windows Client for IT Pros | Performance | System performance

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.

0 comments No comments

Answer accepted by question author

Anonymous
2024-11-18T15:03:42+00:00

Hello

Thank you for posting in Microsoft Community forum.

This can happen if the boot configuration data (BCD) is still pointing to the Ubuntu boot loader. You can try two methods:

1.Command Prompt: In the recovery options, select "Troubleshoot" > "Advanced options" > "Command Prompt". In the Command Prompt, type the following commands to rebuild the BCD:

bootrec /fixmbr

bootrec /fixboot

bootrec /scanos

bootrec /rebuildbcd

These commands will fix the Master Boot Record (MBR), write a new boot sector, scan for Windows installations, and rebuild the BCD.

2.Remove Ubuntu Entries: If the above steps don't work, you might need to manually remove the Ubuntu boot entries. In the Command Prompt, type:

bcdedit /enum all

Look for entries related to Ubuntu and note their identifiers. Then, use the following command to delete them:

bcdedit /delete {identifier}

Replace {identifier} with the actual identifier of the Ubuntu entry.

Restart: After performing these steps, restart your computer and see if it boots into Windows.

Best Regards,

Wesley Li

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful