How to create Prestaged Media for WES 7.1, PosReady7 and ThinPC in ConfigMgr 2007 R3
Published Oct 16 2018 04:12 PM 540 Views
Microsoft
First published on CLOUDBLOGS on Jul 26, 2011

[Today’s post comes from Chaohao Xu ]


This blog post introduces how to create prestaged media for Windows Embedded Standard 7.1, PosReady7 and ThinPC with ConfigMgr 2007 R3.


First, you need to setup a reference machine that runs the operating system you plan to deploy. Then, you need to capture the reference machine into an image file. Finally, create a prestaged media based on that image file in create prestaged media wizard. You can either do the first step by using a task sequence or manually. With either method, it is important to create a single partition disk layout for the reference operating system (OS).


If you install the reference machine manually, then during the setup wizard of WES 7.1, PosReady7 and ThinPC, a 100 MB system partition to hold the boot system files is created by default and the operating system itself is installed  on the other partition.  When creating prestaged media, Configuration Manager 2007 R3 will try to back up the boot system files in the captured reference image. Because prestaged media only supports single partition image. It is important to have the boot system files on the same partition with the OS partition.


If the following symptom is seen in CreateTsMedia.log when creating a prestaged media for WES 7.1, PosReady7 or ThinPC, it is likely that the reference image captured doesn’t have a single partition disk layout:


Back up OS bootsystem files from D:UsersADMINI~1AppDataLocalTemp1_tsmedia_2108stage to a subfolder D:UsersADMINI~1AppDataLocalTemp1_tsmedia_2108stageOEMMedia

Closing image file \EDRSSMSPKGD$EDR0001FPOSReady7X86.wim

Failed to create media (0x80070002)

When manually installing WES 7.1, PosReady7 and ThinPC setup wizard will create additional partitions for system files automatically, as seen in the following screen capture. But you may open the command shell with Shift+F10, and run the following diskpart commands to partition the disk yourself. The following diskpart command will create a single NTFS partition on disk x. If you do not, the installation process might create a separate partition for boot system files automatically.


Select Disk x

Clean

Create Partition Primary

Select Partition 1

Format FS=NTFS Quick

Active

Assign

After the partition is successfully created, exit the command shell and continue with the installation of WES 7.1, PosReady7, or ThinPC.



Once the operating system setup is finished, use a task sequence to capture the image or perform a manual capture. After the image capture completes, create an operation system image package based on that image in site server, and use the task sequence media wizard to create a prestaged media.



-- Chaohao Xu



This posting is provided "AS IS" with no warranties, and confers no rights.

Version history
Last update:
‎Oct 16 2018 04:12 PM
Updated by: