IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
6 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> [GUIDE] Creating WIM images of Windows XP for system deployment using, Windows PE, Downloadable tutorial
IcemanND
post Jul 19 2007, 12:29 PM
Post #1


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2707
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Vista Enterprise x86
Country Flag


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  web_Creating_WIM_images_of_Windows_XP_for_system_deployment_using_Windows_PE.pdf ( 805.48K ) Number of downloads: 6660

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
Go to the top of the page
 
+Quote Post
aviv00
post Jul 19 2007, 12:33 PM
Post #2


Vlited Server 2008 R2 x64 Workstation User
****

Group: Members
Posts: 598
Joined: 2-April 07
From: Cyberspace
Member No.: 133794
OS: none
Country Flag


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

faster ?
Go to the top of the page
 
+Quote Post
IcemanND
post Jul 19 2007, 12:38 PM
Post #3


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2707
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Vista Enterprise x86
Country Flag


No, this is not an install method but an imaging method.
Go to the top of the page
 
+Quote Post
JuMz
post Jul 20 2007, 08:54 AM
Post #4


Senior Member
****

Group: Members
Posts: 520
Joined: 9-August 04
From: Edmonton, Alberta
Member No.: 26786
OS: XP Pro x86
Country Flag


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?
Go to the top of the page
 
+Quote Post
tap52384
post Jul 20 2007, 09:21 AM
Post #5


nLite Lover
***

Group: Members
Posts: 380
Joined: 11-August 04
From: Rocky Mount, NC
Member No.: 27069
OS: XP Pro x86
Country Flag


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?
Go to the top of the page
 
+Quote Post
IcemanND
post Jul 20 2007, 09:36 AM
Post #6


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2707
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Vista Enterprise x86
Country Flag


@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"
Go to the top of the page
 
+Quote Post
chiners_68
post Jul 26 2007, 05:03 AM
Post #7


Advanced Member
***

Group: Members
Posts: 317
Joined: 2-March 05
Member No.: 45939
Country Flag


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..?
Go to the top of the page
 
+Quote Post
IcemanND
post Jul 26 2007, 07:45 AM
Post #8


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2707
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Vista Enterprise x86
Country Flag


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
Go to the top of the page
 
+Quote Post
Jazkal
post Jul 26 2007, 06:27 PM
Post #9


Senior Member
****

Group: Members
Posts: 532
Joined: 16-January 04
From: Texas
Member No.: 12605
Country Flag


Could I make one suggestion?

Page 7, item A:
Note: WinPE-SRT-Package currently does not work, Microsoft to fix at a later date.
Go to the top of the page
 
+Quote Post
Tripredacus
post Jul 27 2007, 10:59 AM
Post #10


K-Mart-ian Legend
******

Group: Members
Posts: 1155
Joined: 28-April 06
From: Buffalo, NY
Member No.: 94953
OS: Server 2008 x64
Country Flag


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.
Go to the top of the page
 
+Quote Post
IcemanND
post Jul 27 2007, 02:20 PM
Post #11


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2707
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Vista Enterprise x86
Country Flag


@jazkal - I will add it to the next published version. Thanks
Go to the top of the page
 
+Quote Post
kyor
post Jul 28 2007, 05:41 AM
Post #12


Junior
*

Group: Members
Posts: 85
Joined: 11-October 04
From: NRW
Member No.: 33407
OS: XP Pro x86
Country Flag


Thanks for the nice guide

thumbup.gif
Go to the top of the page
 
+Quote Post
TheSickman
post Jul 28 2007, 06:28 AM
Post #13


Newbie


Group: Members
Posts: 45
Joined: 16-July 06
Member No.: 101527
Country Flag


tanks a lot for this

tried it and wurks like a charm

This post has been edited by TheSickman: Jul 31 2007, 12:34 AM
Go to the top of the page
 
+Quote Post
p4ntb0y
post Jul 30 2007, 06:03 PM
Post #14


Member
**

Group: Members
Posts: 240
Joined: 14-February 06
Member No.: 87996
Country Flag


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
Go to the top of the page
 
+Quote Post
IcemanND
post Jul 30 2007, 06:21 PM
Post #15


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2707
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Vista Enterprise x86
Country Flag


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.
Go to the top of the page
 
+Quote Post
A1dan
post Jul 31 2007, 03:16 PM
Post #16





Group: Members
Posts: 1
Joined: 31-July 07
Member No.: 148723
OS: none
Country Flag


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

This post has been edited by A1dan: Jul 31 2007, 03:18 PM
Go to the top of the page
 
+Quote Post
IcemanND
post Jul 31 2007, 04:45 PM
Post #17


MSFN Master
Group Icon

Group: Super Moderator
Posts: 2707
Joined: 24-September 03
From: Indiana
Member No.: 7346
OS: Vista Enterprise x86
Country Flag


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).
Go to the top of the page
 
+Quote Post
Tripredacus
post Aug 2 2007, 09:30 AM
Post #18


K-Mart-ian Legend
******

Group: Members
Posts: 1155
Joined: 28-April 06
From: Buffalo, NY
Member No.: 94953
OS: Server 2008 x64
Country Flag


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.
Go to the top of the page
 
+Quote Post
ANELSON1914
post Aug 3 2007, 01:22 PM
Post #19





Group: Members
Posts: 1
Joined: 3-August 07
Member No.: 149244
OS: Vista Business x86
Country Flag


Mannn you don't know how much time and money you saved me with tutorial. Thanks a bunch thumbup.gif
Go to the top of the page