Hello ABN, I am Henry and I want to share my insight about this issue.
Based on what you've shared, I recommend initializing your new 2TB HDD as GPT.
Since your PC uses UEFI firmware, GPT is the modern partition standard optimized for it. Using MBR on a UEFI system for a bootable drive is a step backward and may introduce complications. The issues you've read about are not caused by GPT itself but rather by how multiple bootable Windows installations interact—something that can be easily avoided.
About your concerns:
- "Can't have 2 GPT bootable systems": This is a misconception. You can have them, but the Windows Boot Manager can get confused, leading to the next problem.
- "Multiple EFI partitions cause corruption": This is absolutely true and is the main reason to avoid your original plan. When Windows Update runs or boot repairs are attempted, the system can write to the wrong EFI partition, potentially corrupting one or both of your bootable drives.
- "Windows uses the EFI from the last boot": This is also correct. Even if you boot from the HDD via the F12 menu, the running OS might still reference or try to update the primary SSD's EFI partition, leading back to the corruption risk.
Given these risks, I recommend create a System Image instead of creating a second bootable drive (a clone)
I do compare for your better and safer:
Feature | Cloned Drive | System Image |
---|---|---|
How it's stored | A fully functional, bootable drive with its own hidden boot partitions (EFI). | A single, large file (like WindowsImageBackup) stored on a normal data partition. No hidden boot partitions. |
Risk of Conflict | High. The computer sees two "master" boot drives. Windows Update can write to the wrong one, corrupting your system. | Zero. The computer sees only one boot drive (your main SSD) and one data drive (your HDD). The backup file is just data; the PC doesn't try to boot from it. |
How you recover | You physically swap the drives or go into the BIOS (F12) to boot from the second drive. | You boot from a separate Windows Recovery USB drive, point it to the image file on your HDD, and it restores the entire system onto a new or repaired SSD. |
Flexibility | Less flexible. The clone is tied to the exact size and state of the original drive at the time of cloning. | More flexible. You can store multiple system images over time on the same partition. |
Hope this helps you.