Windows Deployment total unatended via MDT & Sccm Server Useing PXE Boot
Hi I have been asked to crerat a windows XP Image for deployment fully unatended install via Sccm Server, I have created an image useing XP SP3 CD in MDT, Added my Task Sequence Drivers and every thing I need in the image as all extra software will be deployed via the Sccm as soon as the new systems are picked up in the AD the Sccm will auto deploy packages to them, but the XP image when I create a CD to test it I then use the cd to boot a system and I have to awnser around 9 questions befor it starts the windows instal then the rest is all autamated, I have checked MY Unnatended file is there and the sysprep file I have also tried saving the unatended file as winnt.sif and putting it in the systems32 folder but i still get these questions before the windows installs I need to have 100% no questions how can I do this?Simplified: I made and Image XP SP3 in MDT, then Created CD to boot system with its starts up then I get asked 9 questions which I have allready answerd in the unetended file and the sysprep file then it installs windows with no questions, how do I stop it from asking these questions, I have tried to save the unetended as a winnt.sif and saving it in the systems 32 folder this did'nt help I have also tried to edit the scripts that are created in mdtdistibution folder this did'nt help, can any one help me with this i need a fully autamated install that I can push out from my sccm servervia pxe boot.The plan is that all i need is to install windows from PXE boot no aplications becuase the sccm server will do this once it picks up a new systems in the AD it will auto push all aplications needed to the system.So I am thinking there is something wrong with the scripts that are made for us I am not so use to these so all I can do is look at them with uderstanding of .bat files and some small java scripts but I have the bellow to show you I see in here it says Required (MISSING) as so should i be putting in information in place of the missing?<?xml version="1.0" encoding="utf-8" ?><!-- //***************************************************************************// ***** Script Header *****//// Solution: Solution Accelerator for Business Desktop Deployment// File: DeployWiz_Scripts.xml//// Purpose: Deployment Wizard //// Microsoft Solution Version: 4.0.175// Microsoft Script Version: 4.0.175// Customer Build Version: 1.0.0// Customer Script Version: 1.0.0//// Microsoft History:// 2.6.0 KeithGa 03/14/2006 Ported version, new script header// 3.0.2 MTN 03/30/2006 Re-added the "DeploymentType" pane// 3.0.24 MTN 05/20/2006 Added new pane for new computer scenario// to ask for state location// 3.0.78 MTN 10/11/2006 Removed "SelectImage" side effects// 3.0.123 MTN 12/01/2006 Changed "incorrectly configured" message// 3.0.128 MTN 12/06/2006 Don't display BitLocker screen if preparing to capture// 3.0.140 MTN 01/15/2007 Skip BitLocker detail screen if preparing to capture// 4.0.175 MTN 05/04/2007 Adjust to use task sequences instead of builds// 4.0.185 MTN 05/17/2007 Don't display user state pane for servers// 4.0.249 TJ 07/25/2007 Added Validation for Image Capture// 4.0.302 TPM 08/08/2007 Modified Replace scenario based on replace template//// Customer History://// ***** End Header *****//*************************************************************************** --> <Wizard><Global> <CustomStatement><![CDATA[ document.title = "Windows Deployment Wizard" ]]> </CustomStatement><CustomStatement><![CDATA[ window.resizeTo 700,500 ]]> </CustomStatement> <Initialization>DeployWiz_Initialization.vbs</Initialization><Validation>DeployWiz_Validation.vbs</Validation> </Global> <!-- ************************************************************** --><!-- ************************************************************** --> <Pane id="DeployRoot"> <Condition><![CDATA[Left(ucase(Property("DeployRoot")),3)="X:\" or Property("DeployRoot") = "" ]]></Condition><Initialization><![CDATA[ InitializeDeployRoot ]]> </Initialization><Validation><![CDATA[ ValidateDeployRoot ]]> </Validation> <Body><![CDATA[ <!-- Use the H1 Style for titles at the top of the page --> <H1>Welcome to the Windows Deployment Wizard!<H1> <p>Before this wizard can continue, it will need to know the path of a Deployment Share.</p> <span id=DisplayLocal> <table width=95% > <tr > <td align=right> <input type=radio name="ConnectionType" id="RadioCT1" checked accesskey=L language=vbscript onclick=DisplayValidateDeployRoot> </td> <td> <label class=Larger for=RadioCT1 language=vbscript >Select my deployment share based on my site <u class=larger>L</u>ocale:</label> </td> </tr> <tr> <td width=0px> </td> <td> <u>S</u>ite:<br/> <select id=SiteList class=WideEdit datasrc="#Sites" datafld="Description" accesskey=s onchange=ChangeServerFromSite> <option value="" >Select a Site:</option> </select> <div><label class=ErrMsg for=SiteList>* Required (MISSING)</label>&nbsp;</div> </td> </tr> <tr> <td colspan=2> &nbsp;</td> </tr> <tr> <td align=right> <input type=radio name="ConnectionType" id="RadioCT2" accesskey=M language=vbscript onclick=DisplayValidateDeployRoot> </td> <td> <label class=Larger for=RadioCT2 language=vbscript ><u class=larger>M</u>anually specify the server location:</label> </td> </tr> </table> </span> <table width=95%> <tr> <td width=0px> </td> <td> <span>Deployment Share: (format: "\\Server\share" or "\\server" </span> <input type=text id=DeployRoot name=DeployRoot class=wideedit /> <div><label class=ErrMsg for=DeployRoot>* Required (MISSING)</label>&nbsp;</div> </td> </tr>
July 2nd, 2009 12:11pm

IS there anyone who uses this forum lol Im stuck here looking for help on the net and Im starting to get a little peed off with this it is supposed to be so simple and yet it is proving much harder than just setting the systems up from scratch my self.PLeeeessssssssssssssssss some one help me with this.................................................
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2009 1:13pm

It looks like a generic script to me, that still has to be adjusted to your organization... But what is this script supposed to do for you that isn't a standard functionality of SCCM??
July 2nd, 2009 1:19pm

if you follow this guide you will have a captured Windows XP image which you can deploy via SCCM using PXE boot with zero questions (ZTI). http://www.windows-noob.com/forums/index.php?showtopic=569 and it doesn't take that long either, good luck My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2009 2:42pm

Hi Thanks Ill Give this way a go tommorow its a bit late here in sweden now but thanks for the help hopefully this will work the script is one of many created by the MDT tool kit when I create image for deployment. but yes I will try direct via the Sccm package and see if that works better, thanks for the help ill let you know how I get on.
July 2nd, 2009 3:45pm

The scipt along with lots more are made when I make an image via MDT on my normal desktop PC I go through all steps and package the image with drivers and aplications then I endup with a destination folder and a media folder both are much the same only one has the .wim files and the iso files in they both have other folders whith all the comands and instruction in and a script folder in with lots of scripts in that I asume are used via the deploment to tell the WINPE what to do and what to install, I just asumed that all the information that I put in via the MDT image capture and in the task sequences and Unatended and sysprep would go in to the scripts but maybe I am wrong and also need to edit these scrips as well (not really making this any easyer as it is ment to do). LOL :
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2009 4:15pm

forget about mdt and wds for now and concentrate on deploying XP with SCCM, once you have that working right you can script further in MDT or via your task sequence or whatever cheers My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 2nd, 2009 4:27pm

ok thanks
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2009 4:33pm

ok well I am trying to follow the instruction but I keep getting the error message when I am trying to add the OS image, I get the specified source directory dose not contain a valid OS or you do not have permissions to access it, please specify a valid source directory. I have created and image with added drivers useing NLite which then raps it as an ISO file I can write to CD and boot from CD fine, I have all the permssions in the world so why will it not take my image?
July 3rd, 2009 11:08am

You need to create a WIM image file.
Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2009 11:26am

so it wont work with an ISO image ok I will have to convert to WIM image then and try that thanks
July 3rd, 2009 11:27am

hi ok I am much futher along now but I have come to this section and I am not understanding as this is now on about Windows Vista http://www.windows-noob.com/forums/index.php?showtopic=513can you please confirm if I need to do this part and if so how do I get all the source files as it will only take a .wim file
Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2009 2:04pm

if youve added the boot images and distributed them as specified in the Vista guide, then you can go straight to the Deploy XP guide. Please note that once you have succeeded in capturing your Windows XP image, you will need to deploy that captured image, and to do so follow part 6 of the Deploy Vista guide here > http://www.windows-noob.com/forums/index.php?showtopic=518 except substitute the vista.wim file for the one you capatured for XPMy SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 3rd, 2009 2:10pm

Ifyou made your own WIM file you do not need to add an Operating System Install Package.
Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2009 2:13pm

yes, but then he wouldn't be able to do a build and capture of Windows XP (recommended) My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 4th, 2009 10:59am

Hi I have done everything in thishttp://www.windows-noob.com/forums/index.php?showforum=44 but I cant get systems to boot from PXE so maybe there is something more I need to do.
Free Windows Admin Tool Kit Click here and download it now
July 4th, 2009 11:05am

So you created an PXE Service Point, an Task Sequence, an Collection, an Advertisement of the Task Sequence to the Collection and added your Computer to the Collection???
July 4th, 2009 4:48pm

ok then I still need to do Task sequence but i didnt see anything of that in the manual yes I have the PXE Service Point and Collection and yes I have 3 test computers in there too
Free Windows Admin Tool Kit Click here and download it now
July 4th, 2009 4:51pm

Part 4 is about creating an Task Sequence and Advertising it...
July 4th, 2009 4:54pm

Hello with regards to the task I have been trying to inport as stated in http://www.windows-noob.com/forums/index.php?showtopic=516but when i right click task sequence there is no Inport Microsoft Deployment Task Sequence as stated in this walk through, is there something i need to enable on my Sccum Server?
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2009 9:18am

That's an optional step. If you want to use that, you first need to install MDT 2008.
July 7th, 2009 9:47am

as Peter says, it's optional and you need to download and install MDT, that is all covered in this step http://www.windows-noob.com/forums/index.php?showtopic=511 My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2009 9:54am

yes b ut you casnt install MDT on the Sccm Server
July 7th, 2009 10:03am

Why not??
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2009 10:04am

mine is set up on 2003 server and it wont allow me to install i get the following error messageWindows cannot access the specifed device,path or file. You may not have the appropriate permissions to access the itemI have downloaded this direct on to the desktop from MicrosoftI can move to othere drive but i can run it
July 7th, 2009 10:12am

also our MS Gold Partnerconsoltiant who set the server up for tell us you cant install in on there they said it has to be run from windows xp desktop.
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2009 10:13am

are you talking about USMT or MDT ? MDT should install just fine but it sounds like you have other issues Windows cannot access the specifed device,path or file. You may not have the appropriate permissions to access the item try downloading it again, and what type of user are you attempting to do this as ? My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 7th, 2009 10:20am

full administrator I am useing I will download again and try
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2009 11:48am

ok sweet very strange it is now working
July 7th, 2009 11:50am

Hi I have now got it so it starts to boot from PXE but it is sticking on Contacting Server ........... is there something I need to do or change also do I need to have 64 bit version as well or can I do this with just 32 bit version?
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2009 4:35pm

is there a firewall enabled on the server ? is WDS set to respond to know and unknown computers ?My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 7th, 2009 5:19pm

The most recent computers all have an x64 processor, for that reason you need at least the x64 boot image available. Because the first time the computer boots in WinPE it is not in the Task Sequence yet, so it will first pick it's own bootimage (which depents on the processor).But does your computer get an IP adres??
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2009 5:20pm

ok I will put and image of XP 64bit on as well then try it again.
July 8th, 2009 9:02am

I was only talking about the bootimage...
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 9:34am

make sure to verify that the Windows Deployment Service is started, if not, start it.My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 8th, 2009 10:37am

HI I have put up a 64 bit boot image and then tested it it started ok went in to WINPE and I saw the Microsoft Systems Center Operations Manager2007 background then it restarted and said PXE aborted and went on to start normaly in to windows, I am now trying to recrate the task sequense and I am inporting from MDT and I am asked for PATH to USMT is this something that needs to be installed on the server as well and if so can I download this and were from?
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 11:03am

USMT is not needed, you only need USMT when you want to capture User data and state.But did you use the correct network driver for your Task Sequence?
July 8th, 2009 11:06am

I was not able to inport task sequence from MDT had the following error Erro while importing Microsoft Deployment Task Sequence. The Network path was not foundSo went with out this created a task sequence in config manager now I get it too boot from PXE starts in too WINPE gos to SCOM screen then restarts and says PXE aborted any idears?
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 11:51am

Did you import the correct network driver in your bootimage?
July 8th, 2009 12:02pm

well that will be the problem then as I never thought I had to have a single network driver inported in to the boot image is there an easy way to add I am assuming that this needs to be the driver for the lab system that I am going to capture my image from, the only question I have will I need the driver for each system in the deploment boot image when im finished with the building as we have lots of diffrent models?
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 12:09pm

The default bootimage in SCCM is built on Vista, so the most standard/generic networkdrivers are already in there. Most times only the newest systems are not supported by the standarddrivers, but keep in mind that even if you are deploying an XP image the bootimage is based on Vista. So the bootimage needs Vista drivers.
July 8th, 2009 12:19pm

this in mind is there a way to edit the boot image and add the drivers i need?
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 12:27pm

Import the driver in SCCM in the driverrepository (under OS Deployment). During the import you driectly have the option to add it to a bootimage.
July 8th, 2009 12:32pm

So I will only need the Vista and XP drivers for the system I am building & capturing on or for all models that we have?
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 12:36pm

Hi also I do not have the 2 standard boot images any more is there some way to restore them
July 8th, 2009 12:53pm

using the WAIK (1.01 of the AIK) you can restore them.My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 1:53pm

Ok well Ive added drivers to the boot images but still it starts ok gets to starting windows then reboots and fails on second boot from PXE
July 8th, 2009 3:36pm

In which step of your Task Sequence does this happen??
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 3:45pm

well I think it has not yet reached this as it start the pxe boot i then get loading windows, next I get WinPE screen it loads Hardware devices and windows files then says starting windows then all of a suden restarts the pc and wont re boot via PXE untill I have cleared last PXE advertisement.
July 8th, 2009 3:52pm

That's the point where it should go on to your Task Sequence. At this point it could be handy to get an errorcode. For this it can help toput the password on, on PXE Server Point role and then boot your test machine back in WinPE via PXE.
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 3:58pm

enable F8 functionality and report the SMSTS.LOG file here, we can then tell you why its failing (usually network problems but can also be packages that have not distributed yet or other failed dependancies) here's a guide to enabling F8 http://www.windows-noob.com/forums/index.php?showtopic=546 My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 8th, 2009 4:18pm

ok Ive got it ot go futher now and it now comes up asking me to set language which is suposed to be automatic and then asks for the path of the deployment share which I put in click next and it asks for username password and domain so i put this is and it tells me invalid credetials the networkpath was not found, But I thought that once booting I would not have to do anything just watch?any clues
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2009 5:15pm

i anm guessing that you are pressing F12 when you see the wds pxe boot menu and that you are actually going through some windows deployment services lti menus pxe booting via sccm should be automatic once the computer is imported in sccm can you confirm the steps youa re taking after powering on the clientMy SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 8th, 2009 5:26pm

Hi yes power on press f9 to go to boot menu, pick boot from network wait tillI get to the windows pe and press f8 to get comand promt up then wait well it starts to install but then it says inistalizing Windows PE (windows is starting up) then I get welcome to Widows Deployment a window with Run the deployment wizzard to install a new operating system and then bellow that Exit Comand Promt then under that I have to pick Keyboard ayout and if I want to configure a Static IP, so i pick my keyboard layout and click next, and I get a new window which says before this wizzard can continue it will need to know the path of a deployment Share so I put in \\server\deployment\ were server is my server I then get a new window wich says secify credentials for conecting to the networkand I have 3 boxess one for username one for password and one for domain I fill them in and click next it then says INVALID CREDENTIALS The Network PATH WAS NOT FOUND, I can confirm the path is real and logon details are correct but i still get this message and can not go any futher
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 9:34am

you should be seeing this http://www.windows-noob.com/forums/uploads/monthly_10_2008/post-1-1225372202.jpg followed by this http://www.windows-noob.com/forums/uploads/monthly_10_2008/post-1-1225372457.jpg and then http://www.windows-noob.com/forums/uploads/monthly_10_2008/post-1-1225372890.jpg if you are not, then you are not booting into the SCCM task sequence but rather you are booting into Windows Deployment Services, so from what you describe above, do you see any error message when the networking part starts ???? My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
July 9th, 2009 9:50am

well the first 2 are correct then the 3rd one is almost the same just I have a background that says Microsoft Systems Configuration manager 2007 and in the window were it sasy what it is doing it says Initalizing Windows PE and no error meesages what so ever
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 9:56am

oh mine on the first screen says Architecture x64 and not x86 is that maybe something that is wrong
July 9th, 2009 9:59am

part of the trouble here is I have never done anything like this before I was always 1st Line support now the guy who would have done this left and they have promted me to his position even though I said I had no clue how to do this and told me its that or start looking for new job so im in a bit of a mess really lol
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 10:03am

also is there a need to have SQL setup and running along side as we are in prosses of building new SQL server?
July 9th, 2009 10:04am

well the first 2 are correct then the 3rd one is almost the same just I have a background that says Microsoft Systems Configuration manager 2007 and in the window were it sasy what it is doing it says Initalizing Windows PE and no error meesages what so ever ok then it sounds like yours is kicking off a task sequence then, which is good. can you please tell me what happens next ?My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 10:14am

By setting up (and installing) SCCM you need SQL...
July 9th, 2009 10:18am

this might also be a problem as this is done by out side party and it might be running of the old SQL server for now I am just trying again I have changed the task sequence as this had to setup OS in it I have disabled that and made it just to capture for now. I will update and try again
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 10:23am

well the first 2 are correct then the 3rd one is almost the same just I have a background that says Microsoft Systems Configuration manager 2007 and in the window were it sasy what it is doing it says Initalizing Windows PE and no error meesages what so everafter this I need to put in the keyboard languge and path of deployment folder but this is were I have problem it will not exsept and logon details i use and I have checked them to make sure they are correct, so it is asking for path ie ( \\server\deployment ) then it asks for credentials to conect to the path but dosent exsept any credentials i try and use.This is part of windows Deploment that it goes in to here welocme to the windows deployment wizzard
July 9th, 2009 10:40am

is it posable that becuase the images I made were made with WDS orignaly that this is the problem if so is there a step by step to making image with windows PE simple step by step.
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 11:24am

The Build and Capture Task Sequence is meant for creating new images. This Task Sequence Builds an installation (of an OS installation package)and after that Captures it.
July 9th, 2009 11:54am

ok look I think there was something wrong witht he way I set it up and I think the problem might be here Create a Package From DefinitionIn SCCM ConfigMgr, expand Computer Management and select the software distributions node, right click on packages and choose New Package from Definition.and then select Network Path (UNC name) as the type and click on browse, browse to your sites SMS directory (SMS_xxx where xxx=the SMS site code) eg: \\Win-ae2v1irn067\sms_win\ClientI am not sure exsactly what Package sorce files it will be looking for here is it a windows source files it will be looking for? Forget this bit I found it know lol
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 12:20pm

hi this is were it is confusing to me Add New operating system imageLocate your Windows Vista Service Pack 1 DVD and copy the contents of it to a folder shared that folder on the network for exampleas the image is a windowes xp image do I still need to add the vista install.wim and do I have to do this with 32 bit and 64 bit and what about XP install.wim and how do i creat a windows xp install.wim if i need it?
July 9th, 2009 12:54pm

With making a XP image you need the XP installation CD/DVD... You create your own WIM-file with a Build and Capture Task Sequence...
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 1:34pm

so why is it asking me to do all these things with windows vista
July 9th, 2009 1:40pm

Because you are following a manual about deploying Windows Vista SP1....
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 1:47pm

yes but its starts off as windows then from part 4 is on about windows vista
July 9th, 2009 2:58pm

WOW I got it working now!!!!!!!!!! Yes thanks so much for all your help so far I will post if I get any trouble with deploying this to other systems also I asum it should be the same if I create a second image of a laptop.
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 3:05pm

Hi one question is there a way to change it to do a fast format on the c:Drive? rather than the slow it is running now.
July 9th, 2009 3:24pm

do this http://www.windows-noob.com/forums/uploads/monthly_03_2009/post-1-1237992972.jpg then do this http://www.windows-noob.com/forums/uploads/monthly_10_2008/post-1-1225369486.jpg both steps are in the Deploy XP guide...My SCCM Guides http://www.windows-noob.com/forums/index.php?showforum=44
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2009 5:19pm

ok Thanks for all the help again. once its working its kind of kool lol.
July 10th, 2009 9:46am

hmm I seam to find that it will not install the drivers I have added and none of the aplications I have added any clues as to why this might be?And also there is no capture image made?
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2009 10:30am

I think your installation didn't finish good then... Check your SMSTS.log on the client.
July 10th, 2009 10:35am

HI would it maybe be a problem that the boot.wims are US language and my Insatll OS is Swedish if so is it posable to chaange the boot.wim files for swedish ones and if so how would I go about this these are boot.wims that are built in to the Sccm Server. Also when I first log on to the system after I get a windows recoverd from serious error somthing about winloggon.exe.
Free Windows Admin Tool Kit Click here and download it now
July 10th, 2009 12:43pm

Mercmanager2, I strongly suggest to read books or blogs, get training and/or watch webcasts(http://www.microsoft.com/events/series/technetmms.aspx?tab=Webcasts&seriesid=37&webcastid=4597or http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?culture=en-US&EventID=1032352696&CountryCode=US)before starting working with ConfigMgr to get an idea how it's basically working. You're running from one error into the next ... that's not very efficient at all. That's just my 2 cents.The language of the boot imagehas nothing to do with the OS to be deployed.
July 10th, 2009 1:20pm

hi I have it installing windows with all drivers but it doset capture the deployment Image for me and clues as to why this is?
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2009 9:36am

Missing network access account, wrong permissions on the target share, name resolution issues, ... smsts.log is the place to look for errors (as suggested before).
July 13th, 2009 9:45am

is a capture task enabled in the task sequence ? if not nothing will happen, also, you really should familiarise yourself with troubleshooting OSD by reading the logs, every time you deploy an os using SCCM a log file is generated on the client, usually called SMSTS.log (the filename can change see here http://www.windows-noob.com/forums/index.php?showtopic=546 ) using configMgr toolkit (available for download here ) and specifically the trace32.exe log viewer, you can see errors in your logs in RED so it's easier to figure out why your deployment or capture is failing. my SCCM step by step Guides > http://www.myitforum.com/forums/fb.asp?m=188578
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2009 9:48am

well here is the part of my log regarding the task sequence I see in here there are a few problems, <![LOG[Logging successfully initialized to C:\_SMSTaskSequence\Logs]LOG]!><time="14:58:07.671+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1324" file="osdsetuphook.cpp:186"><![LOG[Installing OSD setup hook]LOG]!><time="14:58:07.671+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1324" file="osdsetuphook.cpp:276"><![LOG[==============================[ OSDSetupHook.exe ]==============================]LOG]!><time="15:00:04.718+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="osdsetuphook.cpp:185"><![LOG[Logging successfully initialized to C:\_SMSTaskSequence\Logs]LOG]!><time="15:00:04.734+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="osdsetuphook.cpp:186"><![LOG[Executing task sequence]LOG]!><time="15:00:04.734+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="osdsetuphook.cpp:286"><![LOG[Loading the Task Sequencing Environment from "C:\_SMSTaskSequence\TSEnv.dat".]LOG]!><time="15:00:04.750+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:237"><![LOG[Environment scope "Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}" successfully created]LOG]!><time="15:00:04.750+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="environmentscope.cpp:250"><![LOG[Environment scope "Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}" successfully created]LOG]!><time="15:00:04.750+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="environmentscope.cpp:250"><![LOG[Saving existing desktop wallpaper settings.]LOG]!><time="15:00:05.359+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="wallpaperselector.cpp:36"><![LOG[Setting desktop wallpaper.]LOG]!><time="15:00:05.375+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="wallpaperselector.cpp:57"><![LOG[Configuring local administrator account]LOG]!><time="15:00:05.515+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:1324"><![LOG[Enabling local administrator account]LOG]!><time="15:00:05.515+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:1086"><![LOG[Account was already enabled]LOG]!><time="15:00:05.515+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:1095"><![LOG[Installing SMS client]LOG]!><time="15:00:05.515+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:1332"><![LOG[Setting variable to indicate client installation attempted]LOG]!><time="15:00:05.515+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="installclient.cpp:861"><![LOG[Clearing existing client configuration.]LOG]!><time="15:00:05.531+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="installclient.cpp:513"><![LOG[Cleaning existing client certificates from SMS certificate store]LOG]!><time="15:00:05.531+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="installclient.cpp:360"><![LOG[Restoring SMS client identity.]LOG]!><time="15:00:05.531+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="installclient.cpp:543"><![LOG[The client certificates were not found in the environment. New certificates will be generated.]LOG]!><time="15:00:05.531+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="installclient.cpp:571"><![LOG[Successfully restored the client identity.]LOG]!><time="15:00:05.531+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="installclient.cpp:575"><![LOG[Site in native mode: ]LOG]!><time="15:00:05.531+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="installclient.cpp:880"><![LOG[Using CRL: ]LOG]!><time="15:00:05.531+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="installclient.cpp:881">
July 13th, 2009 10:55am

<![LOG[Failed to find resource file TSRES.DLL for locale 1053]LOG]!><time="15:00:05.531+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="util.cpp:578"><![LOG[Succeeded loading resource DLL 'C:\WINDOWS\system32\_SMSOSDSetup\1033\TSRES.DLL']LOG]!><time="15:00:05.546+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="util.cpp:869"><![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:00:05.546+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="commandline.cpp:229"><![LOG[Set command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Register:WinPE]LOG]!><time="15:00:05.546+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="commandline.cpp:707"><![LOG[Executing command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Register:WinPE]LOG]!><time="15:00:05.546+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="commandline.cpp:805"><![LOG[==========[ TsProgressUI started in process 1116 ]==========]LOG]!><time="15:00:05.562+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:327"><![LOG[Command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Register:WinPE]LOG]!><time="15:00:05.562+-120" date="07-10-2009" component="TsProgressUI" context="" type="0" thread="1120" file="winmain.cpp:330"><![LOG[Registering COM classes]LOG]!><time="15:00:05.562+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:185"><![LOG[sbModulePath = C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe]LOG]!><time="15:00:05.562+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1120" file="tsprogressuiclass.cpp:623"><![LOG[Unregistering class objects]LOG]!><time="15:00:05.578+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:503"><![LOG[Shutdown complete.]LOG]!><time="15:00:05.578+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:520"><![LOG[Process completed with exit code 0]LOG]!><time="15:00:05.578+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="commandline.cpp:1102"><![LOG[Successfully registered TS Progress UI.]LOG]!><time="15:00:05.578+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="utils.cpp:1922"><![LOG[Executing C:\_SMSTaskSequence\OSD\SYD0002D\ccmsetup.exe /useronly /config:MobileClient.TCF /status:1608]LOG]!><time="15:00:05.703+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="installclient.cpp:1011"><![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:00:05.703+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="commandline.cpp:229"><![LOG[Set command line: "C:\_SMSTaskSequence\OSD\SYD0002D\ccmsetup.exe" /useronly /config:MobileClient.TCF /status:1608]LOG]!><time="15:00:05.703+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="commandline.cpp:707"><![LOG[Executing command line: "C:\_SMSTaskSequence\OSD\SYD0002D\ccmsetup.exe" /useronly /config:MobileClient.TCF /status:1608]LOG]!><time="15:00:05.703+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="commandline.cpp:805"><![LOG[CreateProcess( NULL, (LPWSTR)m_sCommandLine.c_str(), NULL, NULL, TRUE, bNT ? CREATE_UNICODE_ENVIRONMENT : 0, m_pEnvironmentBlock, pszWorkingDir, &si, &pi ), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\core\ccmcore\commandline.cpp,997)]LOG]!><time="15:00:05.718+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="commandline.cpp:997"><![LOG[CreateProcess failed. Code(0x80070002)]LOG]!><time="15:00:05.718+-120" date="07-10-2009" component="OSDSetupHook" context="" type="3" thread="1012" file="commandline.cpp:997"><![LOG[Command line execution failed (80070002)]LOG]!><time="15:00:05.718+-120" date="07-10-2009" component="OSDSetupHook" context="" type="3" thread="1012" file="commandline.cpp:1221"><![LOG[cmd.Execute(), HRESULT=80070002 (e:\nts_sms_fre\sms\client\osdeployment\osdgina\installclient.cpp,1019)]LOG]!><time="15:00:05.718+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="installclient.cpp:1019"><![LOG[Sending StatusMessage]LOG]!><time="15:00:05.843+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="libsmsmessaging.cpp:3806"><![LOG[Formatted header:]LOG]!><time="15:00:05.859+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="libsmsmessaging.cpp:1500"><![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>096d7f81-b445-4677-bb92-159b1282d403</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2009-07-10T13:00:05Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="1680"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>]LOG]!><time="15:00:05.859+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="libsmsmessaging.cpp:1501"><![LOG[CLibSMSMessageWinHttpTransport::Send: URL: sccm.rsyd.skane:82 CCM_POST /ccm_system/request]LOG]!><time="15:00:05.859+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="libsmsmessaging.cpp:7446"><![LOG[The request has succeeded. 200 OK]LOG]!><time="15:00:05.937+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="libsmsmessaging.cpp:7734"><![LOG[Sending StatusMessage]LOG]!><time="15:00:05.984+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="libsmsmessaging.cpp:3806"><![LOG[Formatted header:]LOG]!><time="15:00:05.984+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="libsmsmessaging.cpp:1500"><![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>096d7f81-b445-4677-bb92-159b1282d403</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2009-07-10T13:00:05Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="1488"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg>]LOG]!><time="15:00:05.984+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="libsmsmessaging.cpp:1501">
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2009 10:55am

<![LOG[CLibSMSMessageWinHttpTransport::Send: URL: sccm.rsyd.skane:82 CCM_POST /ccm_system/request]LOG]!><time="15:00:05.984+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="libsmsmessaging.cpp:7446"><![LOG[The request has succeeded. 200 OK]LOG]!><time="15:00:06.031+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="libsmsmessaging.cpp:7734"><![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="15:00:07.031+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="commandline.cpp:229"><![LOG[Set command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Unregister]LOG]!><time="15:00:07.031+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="commandline.cpp:707"><![LOG[Executing command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Unregister]LOG]!><time="15:00:07.031+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="commandline.cpp:805"><![LOG[==========[ TsProgressUI started in process 1344 ]==========]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1348" file="winmain.cpp:327"><![LOG[Command line: "C:\WINDOWS\system32\_SMSOSDSetup\TsProgressUI.exe" /Unregister]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="TsProgressUI" context="" type="0" thread="1348" file="winmain.cpp:330"><![LOG[Unregistering COM classes]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1348" file="winmain.cpp:202"><![LOG[Unregistering class objects]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1348" file="winmain.cpp:503"><![LOG[Shutdown complete.]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="TsProgressUI" context="" type="1" thread="1348" file="winmain.cpp:520"><![LOG[Process completed with exit code 0]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="commandline.cpp:1102"><![LOG[Successfully unregistered TS Progress UI.]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="utils.cpp:1963"><![LOG[InstallSMSClient(loadDir, dwResult), HRESULT=80070002 (e:\nts_sms_fre\sms\client\osdeployment\osdgina\basesetuphook.cpp,1334)]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="basesetuphook.cpp:1334"><![LOG[Failed to install SMS Client (0x80070002)]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="OSDSetupHook" context="" type="3" thread="1012" file="basesetuphook.cpp:1334"><![LOG[Restoring original desktop wallpaper.]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="wallpaperselector.cpp:138"><![LOG[Uninstalling Setup Hook]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:1424"><![LOG[Could not delete the file C:\WINDOWS\system32\OSDGINA.DLL. Error code 5]LOG]!><time="15:00:07.077+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="utils.cpp:709"><![LOG[Marking the file C:\WINDOWS\system32\OSDGINA.DLL for deletion on Reboot]LOG]!><time="15:00:07.093+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="utils.cpp:733"><![LOG[Successfully removed C:\WINDOWS\system32\OSDGINA.DLL]LOG]!><time="15:00:07.109+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:1179"><![LOG[Could not delete the file C:\WINDOWS\system32\OSDSETUPHOOK.EXE. Error code 5]LOG]!><time="15:00:07.109+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="utils.cpp:709"><![LOG[Marking the file C:\WINDOWS\system32\OSDSETUPHOOK.EXE for deletion on Reboot]LOG]!><time="15:00:07.140+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="utils.cpp:733"><![LOG[Successfully removed C:\WINDOWS\system32\OSDSETUPHOOK.EXE]LOG]!><time="15:00:07.140+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:1179"><![LOG[Successfully removed C:\WINDOWS\system32\_SMSOSDSetup]LOG]!><time="15:00:07.202+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="basesetuphook.cpp:1216"><![LOG[Finalizing logging from process 956]LOG]!><time="15:00:07.202+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="tslogging.cpp:1736"><![LOG[Successfully finalized logs to SMS client log directory from C:\Documents and Settings\Default User]LOG]!><time="15:00:07.280+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="tslogging.cpp:1536"><![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="15:00:07.280+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="tslogging.cpp:578"><![LOG[Cleaning up task sequence folder]LOG]!><time="15:00:07.280+-120" date="07-10-2009" component="OSDSetupHook" context="" type="1" thread="1012" file="utils.cpp:1404"><![LOG[this->run( bReboot ), HRESULT=80070002 (e:\nts_sms_fre\sms\client\osdeployment\osdgina\previstasetuphook.cpp,88)]LOG]!><time="15:00:08.171+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="previstasetuphook.cpp:88"><![LOG[pHook->execute(), HRESULT=80070002 (e:\nts_sms_fre\sms\client\osdeployment\osdgina\osdsetuphook.cpp,291)]LOG]!><time="15:00:08.171+-120" date="07-10-2009" component="OSDSetupHook" context="" type="0" thread="1012" file="osdsetuphook.cpp:291"><![LOG[Failed to execute task sequence (0x80070002)]LOG]!><time="15:00:08.171+-120" date="07-10-2009" component="OSDSetupHook" context="" type="3" thread="1012" file="osdsetuphook.cpp:291">
July 13th, 2009 10:56am

I think the problem is that our SMS client is set up to install manual at the moment via a web link that we have to double click and this will not be changed for the time being.
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2009 11:05am

During the installation of your Task Sequence you already have to install you SCCM Client, and when I look at your log it is trying to do that... I think you have to check your client package SYD0002D. It has to point to the rootfolder of your ccmsetup installer.
July 13th, 2009 3:52pm

ok I will check that, just a little strange becuase I have so it install windows with nearly all drivers just thingerprint driver on laptops dosent work but there is no SMS client installed on the client systems eg if I later wanted to push an update out via sms i need the sms client installed on the local system I am sending the update too yes, but this is not installed via the deployment.
Free Windows Admin Tool Kit Click here and download it now
July 14th, 2009 9:44am

it should be installed as part of the initial build and capture task sequence in the Setup Windows and Configmgr stage of the the task sequence, you are referring to the SCCM client now aren't you ?????? my SCCM step by step Guides > http://www.myitforum.com/forums/fb.asp?m=188578
July 14th, 2009 9:47am

yes I am reffering to the SMS Client for the local systems that is on local systems were we can puss updates and aplications out via SMS and user get a popup telling them there is an update or new aplication to instal
Free Windows Admin Tool Kit Click here and download it now
July 14th, 2009 10:45am

a question, So I run the build and capture this will capture and image of the system I have set up with only the drivers for this system if Im right the problem being is we have 100s of diffrent model systems all which need diffrent drivers, so do I need to create diffrent driver packages for each deployment?
July 15th, 2009 10:32am

You could also use "Auto apply drivers", but it's recommended to use "Apply driver package". So you should create a driver package for each model.
Free Windows Admin Tool Kit Click here and download it now
July 15th, 2009 11:07am

this would then mean I can not deploy to all systems in one go, I would need to create a task sequence for each driver package and deploy to sigle systems, is there no way to use my ISO windows image I have all ready created that I have intergrated all drivers for all systems in to this way the windows install can install the drivers it needs on its own?
July 15th, 2009 12:57pm

it's better to use the driver package for each model approach because when you need to update a new driver you just fix that package, whereas with your all in one ISO approach, you'd have to recreate the iso from scratch, recapture it, and start again my SCCM step by step Guides > http://www.windows-noob.com/forums/index.php?showtopic=1064
Free Windows Admin Tool Kit Click here and download it now
July 15th, 2009 1:03pm

but this will not allow me to deploy to 100 systems as I would then need to send packages to them after a base windows install to set up all drivers meaning they would not be joined to the domain via windows setup as no drivers will be installed, and is sounding more like just doing a normal setup by inserting windows CD then after install inserting driver CD I am no better off, when if I check on HP site Hello all, If anyone is still interested, I've successfully modified the SmartStart 7.50 Firmware Update CD into a PXE bootable image file. Reply to this thread or email me if you would like further detailsthis would allow me to use my ISO image and fully autamated install with all drivers and joing to the domain.http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1247646761515+28353475&threadId=1007139Why can I this Sccm not just be simple like that............. This wa sment to make everything simple I should ber able to do a complete Uneateded install of windows with aplications and join to the domain just with booting from PXE but according to you I need to first install windows then push out driver package to each system depending on modlel then join to the domain, then aplications HMMMMMMMMMM I just confused were is the unatended part of this!!!!!!!! and the simple part with less work load...............................Also recreating ISO is easy I am useing NLITE wich allowes me to add drivers direct to windows source folder then turns it in to a bootable ISO for me all I need to do is point it to the driver folder on my network and click next.........
July 15th, 2009 1:39pm

Why can I this Sccm not just be simple like that............. ConfigMgr is not complicated, but you should read some stuff before trying start implementing without knowing what to do and which options are available.http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspxgives you an idea how to set up driver packages.
Free Windows Admin Tool Kit Click here and download it now
July 15th, 2009 1:52pm

ok so if I understand this I have to create a driver package for each model then I need to add an apply driver package task to the task sequence with a WMI filter based on model type, I then need to Create an application for each driver that must be installed and then Add all applications to the task sequence with a WMI filter based on model type, well lets see 15,000 drivers how long do you think that will take me to do? there must be a more simple way top do this Dell provide ImageX to there customers and can supply a windows image with all drivers in it for all there models so why Can I not just create and image in .wim formate with drivers intergarted in to it for all HP models that we use.
July 15th, 2009 2:42pm

is there a step by step guid to the Auto Apply Drivers & there Task Sequence Action Variables
Free Windows Admin Tool Kit Click here and download it now
July 15th, 2009 4:28pm

You could basically do that, too ... or you could use "Auto apply drivers". There are so many different ways to reach the goal. There's no "one fits all" solution.
July 15th, 2009 4:28pm

but when I add auto apply drivers in the task sequence how do I point it to the driver folder or will if find this its self and would I need to specifi and comands for it to run correctly ?
Free Windows Admin Tool Kit Click here and download it now
July 15th, 2009 4:54pm

you can sort your drivers by categories, something like this limit driver matching to only consider drivers in selected categories see screenshot > http://www.windows-noob.com/forums/uploads/monthly_07_2009/post-1-1247661800.jpgmy SCCM step by step Guides > http://www.windows-noob.com/forums/index.php?showtopic=1064
July 15th, 2009 5:02pm

ok Thanks Ive got it all working now on a test deployment of 4 systems I will let you know how that turns out
Free Windows Admin Tool Kit Click here and download it now
July 16th, 2009 9:06am

great stuff ! if you have any further problems you should probably raise them as a new Topic as this one is already very long cheers niallmy SCCM step by step Guides > http://www.windows-noob.com/forums/index.php?showtopic=1064
July 16th, 2009 10:27am

Goto File properties and unblock the downloaded file execution option.
Free Windows Admin Tool Kit Click here and download it now
November 18th, 2010 12:59pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics