How to Create a Windows Vista Feb CTP Image - Quick Guide

In this post we are going to walk through the basics of creating a Windows Vista 5308 - Feb CTP image.  This will be a single partition image, but the concept here can be used for creating any type of image. Before you begin make sure you have downloaded the WAIK for the FEB CTP and the Windows Vista Feb CTP build.

Preparing the tools necessary:

  1. Install WAIK (available on connect) on a Windows Vista or Windows XP machine.
  2. Create Unattend.XML using the Windows System Image Manager. Note:   We will cover this in more detail in a future post, but for now see help file included in the WAIK.
  3. Copy appropriate imaging tools to c:\vistawim.
    1. For an x86 image copy c:\program files\Windows AIK\Tools\x86\
    2. For an x64 image copy c:\program files\Windows AIK\Tools\amd64\
    3. For an ia64 image copy c:\program files\Windows AIK\Tools\ia64\
  4. Copy c:\windows\system32\XmlRW.dll to c:\vistawim.
  5. Create c:\vistawim\wimscript.ini that contains the following.  This is an exclusion list of things not to capture in the WIM you add any additional files you wish. If you use a name other than wimscript.ini you would need to pass the file name on the command line with /config.

[ExclusionList]

Hiberfil.sys

Pagefile.sys

Boot.ini

"System Volume Information"

C:\RECYCLER

Copy c:\vistawim to your WinPE CD or another location accessible from WinPE.

Creating an image:

  1. Install Feb CTP.
  2. Install and configure any software you would like in the image.
  3. Install Unattend.XML to sysprep folder.
  4. Right click c:\windows\system32\sysprep\sysprep.exe and select Run elevated.
  5. Click Allow on the Consent Dialog.
  6. Select Generalize and Select Shutdown in the dropdown and click Okay.
  7. Reboot machine into WinPE
  8. Create a C:\Image folder if one does not exist
  9. ximage /capture c: c:\image\image.wim “My 5308 Image”

Optionally, split the WIM (4000 is under 4GB and fits comfortably on a DVD):

·         ximage /split c:\image\image.wim c:\image\split.swm 4000

Note: you will need about half as much free space as the amount of data on the drive.

  1. Reboot into OS. This completes the mini-setup
  2. Burn the image to a DVD.

Deploying an image:

  1. Boot into WinPE.
  2. Partition drive as desired with diskpart.
  3. Format c: /fs:ntfs /q
  1. Browse to vistawim (see above) 

If using a single WIM

·         Ximage /apply c:\image\image.wim 1 c:

If using split WIMs:

·         Copy all SWM files to a local drive – in this example, c:\image\ again.

·         Ximage /ref c:\image\*.swm /apply c:\image\split.swm 1 c:

 

  1. Run bootsect /nt60 SYS
  2. cd c:\windows\system32
  3. bcdedit /set {default} osdevice boot
  4. bcdedit /set {default} device boot
  5. bcdedit /set {default} detecthal 1
  6. Reboot and OOBE completes the image process.

     Your Done!

    You have now successfully created a Windows Vista Feb CTP image. Let me know how your image comes out.


Posted Mar 01 2006, 05:54 PM by Josh Phillips

Follow Me on Twitter

Did you enjoy this article? If yes, then subscribe to our RSS 2.0 feed or

Comments

Windows Vista (Longhorn) News wrote How to Create a Windows Vista Feb CTP Image - Quick Guide
on 03-05-2006 7:40 PM
In this post we are going to walk through the basics of creating a Windows Vista 5308 - Feb CTP image....
Robert wrote re: How to Create a Windows Vista Feb CTP Image - Quick Guide
on 03-19-2006 9:25 AM
This guide is very helpful, although I am unable to get the 4th Step under Prepare tools.  The xmlrw.dll file in c:\windows\system32 doesn't exist.  I am also unable to find this file anywhere on the system, or the DVD for both Vista or the WAIK DVD.

Any help would be greatly appreciated.
Windows is a registered trademark of Microsoft Corporation.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems Themed By nb development