Deploying Recovery Partition

Joined
Apr 7, 2017
Messages
1
Reaction score
0
Hi ...

There are couple of PCs with two partitions. The First partition (C:\) is the OS Windows 10.

The second partition (P:\) is a recovery partition and this is how it is configured:
Windows Boot Loader
-------------------
identifier {3f728a8d-356a-11e4-bd5c-df000198dfeb}
device ramdisk=[P:]\OS2\sources\bootOS2.wim,{3f728a8e-356a-11e4-bd5c-df000198dfeb}
path \Windows\System32\Boot\winload.exe
description Win Restore
locale en-US
osdevice ramdisk=[P:]\OS2\sources\boot.wim,{3f728a8e-356a-11e4-bd5c-df000198dfeb}
systemroot \Windows
detecthal Yes
winpe Yes

I need to create a bootable ISO image to be able to deploy on the production PCs.
To do this, I am planning to run the Sysprep, run imagex to capture and then on the production PC boot to WindowPE environment partition the new Disk, and then apply the image using Dism.

I would like to know what is the best way to capture the disk partitions using imagex, and deploy using Dism on the Production PC. Do I have to capture each partition or capture one and append the second partition,
I am mostly concern about not corrupting the boot process.

Your Quick Prompts highly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top