Did you read my post #8?
- Use the MiniTool to convert the drive from MBR to GPT
- To make your drive 0 boot able, boot from a Win 10 or Win 11 installation drive and at the Windows Setup screen, press Shift+F10 simultaneously to open a command line prompt. Type:
Diskpart
list vol (take note of the windows partition letter)
sel select disk 0
select part 1
del part override
create part EFI size=100
format fs=FAT32 quick
assign letter=W
create part msr size=16
exit
bcdboot E:\Windows /s W: /f UEFI (replace E: with the windows partition letter)
exit
diskpart
select vol W
remove letter=W
exit
exit
Wanted to say... thanks.
Yes, I know, old thread, but still a lot of W10 to W11 going on, as we attempt to migrate "working and happy OS setups" into new hardware, to be newer, faster, better - and also then upgrade them to Windows 11.
In my case - original setup was at least 10 years old, or more, running on an old Lenovo workhorse workstation, w10pro, with a lot of special apps setup just the way they like them.
Used Macrium to clone to external USB with the new m.2 SSD, because the drive was part of a mirror set in the old machine, so needed a "visible" drive in the OS. (rather than my usual boot to ghost usb stick)
Win10 - did not want to let me use the mbr2gpt that has always worked before, gave errors, "could not locate windows installation".
Tried a few things to fix that, all else seems well, carried on digging.
Used DiskGenius free version to force a switch to GPT, which worked.
(yes, had to use bcdboot several times now, to keep telling the boot system where windows was)
But w11 upgrade_v2 iso, still didn't want to run - fails during the "checking your PC" phase with a long error, that seems to be around the checking for a properly working GPT disk.
Bottom line - appreciate the steps above. Done lots of patches, fixes, etc, but your steps reminded me clearly of exactly what it needs to see in the way of EFI and MSR partitions.... now the setup runs.
(it's not DONE yet, but its begun, so I had time to say thanks)
Andrew