MSFN Forum: [GUIDE] Creating WIM images of Windows XP for system deployment using - MSFN Forum

Jump to content


  • 8 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

[GUIDE] Creating WIM images of Windows XP for system deployment using Windows PE, Downloadable tutorial Rate Topic: -----

#1 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2007 - 12:29 PM

I wrote up this tutorial for my coworkers but my boss is reluctant to let me give it out. He's afraid i will create too much additional support work for me. So rather than let it collect dust on my hard drive I thought I would at least post it here for everyone else's reading pleasure. If you have additions, changes, find errors, etc. let me know and I'll update as appropriate and give credit where due. Also, this does not have anything to do with WDS directly; though I'm sure that some of the processes described in the document may apply.

Attached File  Creating WIM Images for System Deployment Using Windows Vista PE 2.pdf (901.19K)
Number of downloads: 1469

6/25/2010 - fixed some typos and other minor corrections, renamed - 16450 prior downloads
1/14 - added export command to build_all.cmd script and removed erroneous spaces. Updated information on adding Mass storage drivers for current Mass Storage Driverpack version - Thanks DigeratiPrime. 1439 prior downloads
8/25 - updated added method for adding drivers to running PE and shrinking image using export command. Thanks to p4ntb0y for the suggestions. 896 prior downloads 7/26 - Updated PDF to reflect comments from JuMz and chiners_68. Thanks guys. 140 prior downloads


A new version using Windows 7 based PE 3.0 is here: http://www.msfn.org/...post__p__929349


#2 User is offline   aviv00 

  • Windowaizer
  • PipPipPipPipPip
  • Group: Members
  • Posts: 937
  • Joined: 02-April 07

Posted 19 July 2007 - 12:33 PM

what this mean i could make the installation if xp like vista ?

faster ?

#3 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2007 - 12:38 PM

No, this is not an install method but an imaging method.

#4 User is offline   JuMz 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 466
  • Joined: 09-August 04

Posted 20 July 2007 - 08:54 AM

Nice guide. In the appendix, you mention the use of BTS Driver packs in WinPE but in the guide, you did not mention how to use them...How did you get them to work? I thought the DriverPacks were not compatible in WinPE installations....Did you just end up extracting the packs and then using a script to drill down to each folder and inject them?

#5 User is offline   tap52384 

  • nLite Lover
  • PipPipPip
  • Group: Members
  • Posts: 331
  • Joined: 11-August 04

Posted 20 July 2007 - 09:21 AM

You didn't mention Sysprep in the manual; that might be important to note, since you also mention the fact that the destination system may be a compatible system, and doesn't have to be the exact same machine. Also, is there a way to install WinPE 2.0 to the hard drive?

#6 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 July 2007 - 09:36 AM

@jumz - I only used the network and Massstorage packs for the drivers and installed them using the install_drivers.cmd on page 17. I'll try and clarify that in the guide.

@tap52384 - I didn't mention Sysprep because I didn't want to go into how to create your base image. There are many different methods to create the base image, some will use sysprep some will not it all depends upon what you want to do. that is why in the requirements we have "system configured as desired and ready for image capture"

#7 User is offline   chiners_68 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 310
  • Joined: 02-March 05

Posted 26 July 2007 - 05:03 AM

I was following your guide which is very good but cannot get any of your scripts with PEIMG to work.
Where are you running this exe from..? I presume c:\program files\Windows AIK\tools\petools as its not copied down to c:\WinPE_x86 or subdirectories with the mount script.

all I keep getting is " The Image directory sp[ecified is not valid windows PE image"


Also is your build all another script to run or all of the above scripts in one..?
in this all build.cmd you have msd & network.cmd install scripts of which you do not mention in your document. these are obviously adding drivers from the bts packs but what do these scripts contain..?

#8 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 July 2007 - 07:45 AM

Yes build_all.cmd is all of the scripts combined together.

install_msd.cmd and install_network.cmd are the install_drivers.cmd which was modified to point to those directory folders. I will edit the document to clarify this.

I also noticed that the paths at the beginning of build_all.cmd are what I use on my machine and not the defaults that other people might use.

PDF edited and replaced (7/26)

@chiners_68 - it sounds like your PE image is not mounting correctly to c:\winpe_x86\mount

#9 User is offline   Jazkal 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 592
  • Joined: 16-January 04

Posted 26 July 2007 - 06:27 PM

Could I make one suggestion?

Page 7, item A:
Note: WinPE-SRT-Package currently does not work, Microsoft to fix at a later date.

#10 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,690
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 27 July 2007 - 10:59 AM

This looks really cool. I will look at it on Monday to see if we can implement it into the Deployment Server I am working on.

#11 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 July 2007 - 02:20 PM

@jazkal - I will add it to the next published version. Thanks

#12 User is offline   kyor 

  • Member
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 11-October 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 July 2007 - 05:41 AM

Thanks for the nice guide

:thumbup

#13 User is offline   TheSickman 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 16-July 06

Posted 28 July 2007 - 06:28 AM

tanks a lot for this

tried it and wurks like a charm

This post has been edited by TheSickman: 31 July 2007 - 12:34 AM


#14 User is offline   p4ntb0y 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 14-February 06

Posted 30 July 2007 - 06:03 PM

Iceman very nice would you mind if I used parts of your doc for my documentation? I don't beleive in recreating the wheel :-)

By the way do you have any info on the Multicast option in Windows 2008?
I heard that the new version of SMS will do wim deltas which also ties into 2008 intresting times ahead.

Regards

#15 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 July 2007 - 06:21 PM

No, I've only read that there will be multicast ability as part of Server 2008 and whatever they are calling WDS in that version.

#16 User is offline   A1dan 

  • Group: Members
  • Posts: 1
  • Joined: 31-July 07

Posted 31 July 2007 - 03:16 PM

Thanks nice guide, im getting an error when PE boots on my reference machine "imagex is not a recogised internal or external command" I'm thinking it has not made it onto my disk but I got no errors before this so some words of wisdom would be great, any ideas where i have gone wrong?

P.S. Longhorn indeed has multicast ability but unless you have gigabit your not goging to make full use of it I think and its still called wds ;).

This post has been edited by A1dan: 31 July 2007 - 03:18 PM


#17 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,266
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 July 2007 - 04:45 PM

That would be Page 6 step 6, the second xcopy command copies imagex to the mounted image, then you have to commit the changes when you unmount it (step 10).

#18 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,690
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 02 August 2007 - 09:30 AM

This worked out very well for me. We got an order in for a machine that we could not get Ghost to recognise the drivers in DOS. So I imaged the machine using the PE. All said and done, I was able to load a 1.5GB XP Pro image on a computer in 100 seconds (it was about 1% per second). Now if I could only get it so my WDS doesn't take down the network I would be using it for everything.

#19 User is offline   ANELSON1914 

  • Group: Members
  • Posts: 1
  • Joined: 03-August 07

Posted 03 August 2007 - 01:22 PM

Mannn you don't know how much time and money you saved me with tutorial. Thanks a bunch :thumbup

#20 User is offline   Kingskawn 

  • Kingskawn
  • PipPip
  • Group: Members
  • Posts: 134
  • Joined: 17-April 06

Posted 10 August 2007 - 03:10 AM

Cool tutorial! ;)

I've got a question: Can I use this tutorial to deploy an image to several pcs at a time? Which programs let me deploy this image? Can I use it with BDD or later on SCCM (newest SMS2003)?

Share this topic:


  • 8 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy