engert100 Posted July 24, 2008 Posted July 24, 2008 (edited) I have another topic here: http://www.msfn.org/board/Windows-Deployme...es-t120835.html but i think no one visits that category.I now have a unattended dvd of Windows Xp. How do i covert this into a .wim file for Windows Deployment.Can someone point me into the right direction?Thanks. Edited July 24, 2008 by engert100
Altruist Posted July 24, 2008 Posted July 24, 2008 Is this what you're looking for?http://technet.microsoft.com/en-us/windows/aa905070.aspx
engert100 Posted July 24, 2008 Author Posted July 24, 2008 Yes, that is helpful but i can't convert my c:\xpcd directory structure to a .wim file using imagex /capture command.What would you suggesst i try next? Or if you could give me a hand with some of the imagex commands.Does this actually work though? Using imagex to convert a dir structure to a .wim file?
IcemanND Posted July 24, 2008 Posted July 24, 2008 What exactly are you trying to do? WIM is not an installation method, it is an imaging technology. So if you were to create a WIM containing your UA and deploy it to a system all the system would have on it is an exact copy of your UA.
engert100 Posted July 24, 2008 Author Posted July 24, 2008 I think i've figured it out but i've got to test it.Here's the scenario.I have a customized copy of Windows XP sitting in C:\xpcd .This copy has all the updates and some applications.I can convert this to .iso and boot a pc, and it will work fine.What i wanted to do is convert this Directory into a .wim format so i can deploy it with WDS.By using this command from the WAIK tool: imagex /capture c:\xpcd c:\xpsp3.wim "Windows XP" it has converted the dir structure to a .wim file.Now, i just have to upload this file into my WDS and see if it actually works.Will keep you updated.
engert100 Posted July 24, 2008 Author Posted July 24, 2008 No dice.When i try to add this .wim image to WDS i get: This file does not contain a valid install image.What does it mean by valid? Are there any special switches in WAIK to make this a 'valid' image?
Innocent Devil Posted July 25, 2008 Posted July 25, 2008 (edited) u might need to provide /NOPREFIX switch to imagex Edited July 25, 2008 by Innocent Devil
engert100 Posted July 25, 2008 Author Posted July 25, 2008 I tried it and it didn't work. This is driving me insane for the past week. Are there any WinPe experts here?What's a valid .wim image? Are there any special files or directories that .wim is looking for?If there are, i can manually create these files or folders into my c:\xpcd folder and capture it again.If my supervisor approves it, then i'll call microsoft for $150 an hour.Don't know if that's going to happen though.
Innocent Devil Posted July 26, 2008 Posted July 26, 2008 usually the wim technology needs a system directory in th root of drive in order to consider it as a system image (AFAIK) like C:\windows etc.or u need another switch /BOOT ?? dunnoor try following IcemanND's XP WIM deployment guideonly syspreped images are used for deploying through wim technology.doing from the install DVD/CD require winPE to copy the files and start install wia WDSin RIS i dunno the procedure how to do that.by converting a install source dir to wim might not going to help or work with wim
engert100 Posted July 27, 2008 Author Posted July 27, 2008 I've tried all the switches of /capture command even tried /flag which is not listed in help /?There is another way around this (theoreticaly) which i'm going to test this week.Here it goes.1. Capture the directory with imagex and create a .wim file2. Store this file somewhere in the network3. Create a WinPe cd/dvd/flash drive4. Boot PC with this cd/dvd/flash drive and automate the mapping of the network drive with a script, automate disk partitioning with the DISKPART command.5. The script will create two partitions both active. Formats them both in NTFS. One is named INSTALL the other one WINDOWS6. The script then unmounts the .wim file and lays it down in the INSTALL partiton, then the script reboots machine7. When PC starts it will start installing Windows from the INSTALL partiotion just like if you were to install it from the CD/DVDAnd all this work because i want an HAL independed Windows Xp image.PHEW!Like i said, this is all theoretical don't know if it'll actually work. First i got to check that after copying windows files into a NTFS volume will setup.exe work or will i386/winnt32.exe work?I'm getting tired with this.
gotenks98 Posted July 31, 2008 Posted July 31, 2008 This isnt going to work because are not understaning how wim works. Wim is not an install method. Basically during an vista install it extracts the wim to the harddrive. It is just a faster complete vista install. In a sense a wim is a zip file. You simply cant do this with a naked xp discs. Now if you were to install xp, sysprep it and then capture the image you might have something you can distribute easily. As for it being hal independent I dont see the point in that unless you got some real old stuff that shouldnt be running xp anyways.
Tripredacus Posted August 6, 2008 Posted August 6, 2008 Actually, there IS a way to create a WIM of the XP install, but its tricky. This is just a crazy idea I just had, and I have no clue if this will work but you can try it out.OK so we know that when you install XP, it goes into the blue setup screen, wants you to press buttons like R and L and F8 and stuff. Then it shoots that red bar across the screen to reboot. What happens here is that the XP CD copies the install structure of the CD onto the Hard Disk. When the computer reboots, it runs the install from the Hard Disk and not the CD. It may be possible to capture Drive C between the reboot prompt and the start of installation.However, I do not know if the installer makes any reference to the CD during install, but it may be possible to create a RAMDRIVE with applicable files to fool the installer if this is at all possible.
daniel1908 Posted March 16, 2010 Posted March 16, 2010 I have an idea that may work.If you are running Server 2003 SP1, you will have the option to install RIS. During the RIS installation you will be asked for the media with the Operating System Setup Files. Insert your XP CD and allow RIS to copy the Files.Now upgrade your Server 2003 to SP2 and Install WDS. After Installing WDS, run it and it should find all RIS OS Installation files. These would be located in the Legacy Images Folder in WDS. If you right click the XP setup file in the Legacy Images folder, there should be an option to Convert to WIM. Use this to convert the XP image to WIM. Now you should have a hardware independent XP image. You can now copy the XP Wim image to keep as a backup copy.This is just an idea I had. I am yet to test it. If it works can someone please post here?
Matt A. Tobin Posted January 25, 2011 Posted January 25, 2011 BUMPEasy WinXP CD Install to WIM ConversionThis basically encapsulates the standard windows xp install method inside a wim file.Because it will install completely from the hard drive the installation time is decreased significantly.Step 1- Boot to WinPE 2 or higherStep 2- Setup a regular drive or partition using diskpartStep 3- Use Standard Windows XP CD- Run winnt32.exe /syspart:c: /makelocalsource (where c is the letter of the drive)- enter product key etcStep 4- use imagex to capture the driveStep 5 - DEPLOYMENT- boot to WinPE 2 or higher- set up partition or drive using diskpart (be sure to assign a drive letter and make it active.. etc)- bootsect /nt52 /force /mbr- imagex /apply xpinst.wim 1 c:Step 6- reboot and run though text mode and gui setup as normalBrought to you by Binary Outcast- http://binaryoutcast.com/
Kelsenellenelvian Posted January 26, 2011 Posted January 26, 2011 One MAJOR drawback!!XP images are proccesor dependant...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now