Restoring one partition at a time
In macrium if I run this script:
select disk 0
clean
convert gptcreate partition efi size=260
format quick fs=fat32 label="SYSTEM"create partition primary size=16
create partition primary
shrink minimum=1008
format quick fs=ntfs label="Windows"create partition primary size=1000
format quick fs=ntfs label="WinRE_DRV"list vol
exit
Then restore one partition at a time (restoring all but one at a time), the computer boots fine afterwards.
However with Acronis (any of the latest 3 versions) if I restore only one partition at a time the computer does not boot. I even restore track 0.
I end up having to run:
bcdboot C:\windows /s G: /f UEFI
// Of course changing these letters as needed.
Of course if I do all partitions and select the whole disk it does boot.
But why won't it boot when restoring one partition at a time?
And this applies to Linux, Winpe, and Winre boot media.

- Log in to post comments

See this post also https://forum.acronis.com/forum/acronis-cyber-protect-home-office-forum…
I cannot understand why Acronis will restore a whole drive, but yet not restore the single efi partition correctly.
I think I solved it, see:
https://forum.acronis.com/forum/acronis-cyber-protect-home-office-forum…
- Log in to post comments