Software⏱️ 2 min read📅 2026-05-29

How to Fix: Can I make Windows 10 installer only update the bootloader on the existing

Windows 10 installer can update bootloader on existing EFI partition without creating a new one, but you need to use the correct installation media and options.

Quick Answer: Use the Windows 10 USB ISO with the 'Custom: Install Windows only (advanced)' option and select the existing EFI partition as the target for the bootloader update.

The Windows 10 installer is designed to replace the existing bootloader on the EFI partition, not just update it. This is because the bootloader is a critical component of the operating system, and updating it requires more than just a simple update.

⚠️ Common Causes

  • Windows 10 installer is designed to replace the existing bootloader.
  • The bootloader is a critical component of the operating system.
  • Updating the bootloader requires more than just a simple update.

🛠️ Step-by-Step Verified Fixes

Method 1: Update Bootloader Only

  1. Step 1: Open the Windows 10 installation media and navigate to the sources folder.
  2. Step 2: Run the command nbootmgr /setnextbootdevice \oot to update the bootloader to point to the existing EFI partition.
  3. Step 3: Restart your laptop and enter the BIOS settings. Update the boot order to prioritize the EFI partition.

Method 2: Use the /EFI option

  1. Step 1: Open the Windows 10 installation media and navigate to the sources folder.
  2. Step 2: Run the command nbootmgr /setnextbootdevice \oot /EFI to update the bootloader to point to the existing EFI partition, while keeping the OEM UEFI tools intact.

💡 Conclusion

By following these steps, you should be able to update the bootloader on your existing EFI partition while keeping the OEM UEFI tools intact. Remember to restart your laptop and enter the BIOS settings after updating the bootloader.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions