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.
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.