How to guides on deploying Windows XP WIM Images
#1
Posted 09 March 2009 - 03:19 AM
I just wanted to let you guys know that I have posted 2 howto guides on my blog to share with yas. The first is "How to create a hardware independent sysprepped WIM image of Windows XP for deployment from Windows Deployment Services" and the second being "Setting up Windows Deployment Services for WIM image based network deployment of Windows XP on Windows Server 2003". I have learnt alot from these forums throughout many years of experimenting and working on optimsing a good way to deploy Windows XP. Anyway my blog address is http://ashleystechblog.blogspot.com/ so let me know what you think. I have them availible in word documents also in case you guys want to use/update them yourselves.
#2
Posted 09 March 2009 - 10:50 AM
Just asking just for the people who don't use WDS for offline image deployment. I know the hal could be a problem with offline images for different hardware, which is a difficult subject.
Great write up. I am sure someone will go through it soon enough and provide feedback.
#3
Posted 09 March 2009 - 02:15 PM
The steps were something like this tho.
call diskpart.bat which used diskpart to format and create 20gb partition on the first hardrive and then create a partition for the rest of the drive.
call winpe.bat which basically used imagex to expand the image onto the drive
call reboot.bat which basically rebooted the computer and then it would boot into the sysprepped image we just deployed onto the hard drive.
#4
Posted 09 March 2009 - 02:40 PM
Ashinator, on Mar 9 2009, 08:15 PM, said:
The steps were something like this tho.
call diskpart.bat which used diskpart to format and create 20gb partition on the first hardrive and then create a partition for the rest of the drive.
call winpe.bat which basically used imagex to expand the image onto the drive
call reboot.bat which basically rebooted the computer and then it would boot into the sysprepped image we just deployed onto the hard drive.
Brilliant, the news I wanted to hear. Hopefully you still have the work or some guides maybe the same as how you have in your first post. This would be great if you can deploy .wim's over CD/DVD via sysprep. Nt 100% sure how the hal change would work though from AMD/Intel systems ACPI/UP/MP e.t.c would work via this method though but I am sure some clever people would be able to post about sysprep and hals. Thanks pal.
#5
Posted 09 March 2009 - 05:40 PM
I used MySysprep http://www.tsaysoft.com/mysysprep/. I use MySysprep to Sysprep the PC before reboot and capturing/making an image.
When it boots up MySysprep runs instead of normal Sysprep which changes HAL and installs the drivers before booting into Windows. I have not had any issues with regards to changing the HAL with MySysprep.
I have had issues with having faulty drivers so you need to constantly remove faulty drivers and replace them as you encounter problems. I have found Mass Storage Drivers to be the biggest problem which results in the 0x00000007B blue screen. I have also had alot of issues gettin bluetooth drivers to work. I can say that I have been able to use this method to deploy one image to multiple hardware setups with all drivers installed ready to boot via network and dvd. It requires alot of time, persistance and patience to create but hopefully using my guides it will simplify and streamline the process alot.
Let me know if you have any more questions.
#6
Posted 16 May 2009 - 06:11 PM
#7
Posted 17 May 2009 - 12:51 AM
I believe you maybe refering to someone elses tutorial. If you do have any questions or need any help just let me know.
#8
Posted 26 May 2009 - 12:12 PM
I have used a very similar method to build - capture my image, using virtual pc instead of vmware, the hal is already at acpi pc in virtual pc , used mass drivers from
driverspack and mysysprep.
So my image should work with computers that have acpi multi cpu hal thanks to mysysprep that will change the hal in the mini setup stage,
however when a multi cpu acpi boots from wds (i have used the boot.wim in vista dvd sp1 to make my boot image) my "universal" xp image is not shown in the
list because it shows only the hal compatible images.
I dot know if that hal detection and the filtering of the image list to show only the compatible ones is from the wds or the winpe environment in the boot.wim (from vista dvd).
Has anyone had that problem , can that hal detection be disabled so it can show all available images , even the incobatible ones?
Thank you in advance.
#9
Posted 26 May 2009 - 03:05 PM
#10
Posted 27 May 2009 - 01:19 AM
I should have read both guides before bothering this forumm, thank you.
#11
Posted 02 June 2009 - 08:54 AM
thanks again!
This post has been edited by akajester: 02 June 2009 - 08:54 AM
#12
Posted 03 June 2009 - 07:53 AM
What you can do is open up a command prompt when you boot into WinPE and see if you can browse the C:\ drive and confirm it is the correct drive. The other thing you could do is open diskpart in the command prompt and then type list disk which will bring up a list of disks. If your drive is listed type in select disk 0 (the number which corelates with your disk) then type list partition and your system partition should be listed. For help with the diskpart commands try this link. http://support.microsoft.com/kb/300415.
If your disk is not showing up I am guessing that you will need to inject a mass storage driver into WinPE. I know the Intel SATA drives you need to do this for especially with laptops. You should be able to find out how to do it in my guide at http://ashleystechblog.blogspot.com/2009/0...t-services.html. Try steos 39 to 41. You will need to place your driver files in their before you do those steps tho. You may need to go back a few steps depending on how you did yours.
Anyway let me know how you go.
#13
Posted 04 June 2009 - 06:32 AM
Ashinator, on Jun 3 2009, 08:53 AM, said:
What you can do is open up a command prompt when you boot into WinPE and see if you can browse the C:\ drive and confirm it is the correct drive. The other thing you could do is open diskpart in the command prompt and then type list disk which will bring up a list of disks. If your drive is listed type in select disk 0 (the number which corelates with your disk) then type list partition and your system partition should be listed. For help with the diskpart commands try this link. http://support.microsoft.com/kb/300415.
If your disk is not showing up I am guessing that you will need to inject a mass storage driver into WinPE. I know the Intel SATA drives you need to do this for especially with laptops. You should be able to find out how to do it in my guide at http://ashleystechblog.blogspot.com/2009/0...t-services.html. Try steos 39 to 41. You will need to place your driver files in their before you do those steps tho. You may need to go back a few steps depending on how you did yours.
Anyway let me know how you go.
the original is a vmware machine. Shouldn't the winxp capture boot already have support for the vmware drives or will I still need to inject them? Thanks for the quick response. Again, the guide is excellent and must've taken a ton of time to put together. thanks,
-akajester
#14
Posted 04 June 2009 - 07:22 AM
#15
Posted 23 June 2009 - 03:01 PM
What can I say? *THANK YOU* you just have no idea how long I have been trolling the web for a *SIMPLE* step-by-step guide WITH SCREENSHOTS that just spells out how to create hardware independent sysprepped WIM images. I keep finding bits and pieces of the process but nothing that spells out the ENTIRE process for you completely from cradle to grave. You have no idea how much easier this will make things for me at work. I simply can't thank you enough for this.
YOU ROCK!
#16
Posted 27 July 2009 - 06:21 AM
I'm working for a french Hospital (IT department) and we are happy of this "How To". But we have trouble with "Dual Core" or "Hyper-Threading" processor. The system see 2 logical/physical processor but the 2nd is not used (periphical list show 2 processors)
Only one processor is visible in Task Manager.
Did you have this problem ? If yes, do you have a solution ?
PS: It's on ALL our Computer model, not only one.
Thanks for your help
#17
Posted 02 August 2009 - 03:02 PM
Crazysky, on Jul 27 2009, 02:21 PM, said:
I'm working for a french Hospital (IT department) and we are happy of this "How To". But we have trouble with "Dual Core" or "Hyper-Threading" processor. The system see 2 logical/physical processor but the 2nd is not used (periphical list show 2 processors)
Only one processor is visible in Task Manager.
Did you have this problem ? If yes, do you have a solution ?
PS: It's on ALL our Computer model, not only one.
Thanks for your help
"Mono Processor ACPI" vs "Multi processeur ACPI" HAL. You need to change HAL to multiprocessor ACPI for multicore/hyperthreading CPU.
#18
Posted 03 August 2009 - 07:02 AM
i've used the MySysprep to do it and it solved the problem
#19
Posted 03 August 2009 - 09:39 AM
40. Type into the command prompt:
peimg /inf= Drivers\*.inf /image=build_install
If that didn’t work you may have to type the ones that didn’t work manually.
Ex: peimg /inf= Drivers\e1000.inf /image=build_install
I get errors "PEIMG failed to complete the operation with status code 0x80070003. Followed the guide exactly step by step. I'm doing this on a physical machine, not virtual btw.
This post has been edited by altjx: 03 August 2009 - 10:05 AM
#20
Posted 20 November 2009 - 11:10 AM
Question: Has anybody deployed the finshed WIM file using MDT 2010? I what to deploy the image and also install a few appication too.
When I try to deploy with MDT, the script doen't complete the second part.
Brian
- ← Turn the system off automatically after installing windows
- Unattended Windows 2000/XP/2003
- Possible Speedup Installing XP by Expanding I386 →



Help

Back to top









