Cloning Tips
When cloning GPT with Minitool. Recovery partition is not automatically cloned. Make sure you set the first partition to 100mb, then move all partitions over to leave 508mb at the end. Then clone partition into it after initial clone. After, you have to set the paremeters. Here is how:
Run diskpart
Make sure of the correct disk number by running list disk command.
Run select disk X where X is the number of cloned disk.
Make sure of the correct WinRE partition(s) number by running list partition command.
select partition Y where Y is the number of WinRE partition.
Run set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac" to set Recovery Flag on the partition.
(Optional): to provide more protection on partition Run gpt attributes=0x8000000000000001. This attribute is cumulative and the sum of 0x0000000000000001 (set as required partition by system) and 0x8000000000000000 (prevent assigning drive letter automatically on new machines).