Mega: Your post looks very interesting. I will work on this, likely the coming weekend. Today I tried the following idea from Macrium Reflect tech:
I am posting the result so that you, SIW2 and other experts can see where I stand.
Boot into Macrium Reflect Windows PE. Open a Windows command window. To open a command window click the icon on the taskbar.
Type: diskpart
Type: list disk
Select the disk number that you want to restore to. For example:select disk 0
Clean the selected disk: cleanBy default, "clean" creates an empty MBR disk.
Convert it to GPT:convert gpt
Create the EFI partition: create partition efi size=200Format the EFI partition:
format fs=fat32
Create the MSR partition:
create partition msr size=128
Exit Diskpart: 2/28/23
I did up to here successfully. Since I don't have the restore files anymore, I again tried Windows 10 install from usb stick to no avail. I still boot into EFI Shell.
There is clearly some kind of disconnect between the BIOS and the internal HDs, since Windows Boot Mgr never shows up in BIOS.