Jump to content


anyweb

Root Admin
  • Posts

    9207
  • Joined

  • Last visited

  • Days Won

    367

Everything posted by anyweb

  1. ok check C:\_SMSTaskSequence\ instead i need the SMSTS.log file (all of it) to see what is going wrong
  2. Johan Arwidmark posted this .
  3. can you post the SMSTS.log file which is most likely DATED in the filename look in c:\windows\system32\ccm\logs cheers anyweb
  4. A long and detailed preview of Windows 7 appeared on ActiveWin. Many screenshots included. "It's safe to say I am overwhelmed, overjoyed and most of all excited about Windows 7", the author concludes. via osnews.com
  5. anyweb

    Hello & Thank you!

    sounds interesting ! I assume you've already made yourself familiar with the SMS/SCCM section here ? what do you mean by this > cheers anyweb
  6. anyweb

    Hello & Thank you!

    hi Jean and welcome ! i hope you can also contribute here in the near future :-) how are you testing sccm ? in a virtual lab or real ?
  7. i've done the guide and it's in two parts you can find part 1 here and here's part two
  8. excellent that you solved the problem and even bettter that you posted HOW here, well done and best of luck with the rest, you know that if you replace the pxeboot.exe with pxeboot.n12 you'll stop it prompting for 'press f12...' and vice versa cheers anyweb
  9. PXE boot the client and start the deployment PXE boot your client Windows PE should start and the Task Sequence should kick in... and XP is being installed after a reboot you'll see some old familiar XP setup screens... then back to the XP setup GUI if you get this error then you'll know that you need to edit your Task Sequence and change the following setting (Apply Windows Settings) back to the Task Sequence... Just before running Sysprep, the task sequence will run the 'Install Deployment Tools' section within our Task Sequence and you may see a failure here where you get an error similar to If you get this error then verify the following: 1. you have added the Windows XP network driver for the client's network card as a driver in SCCM and added it to a driver package and added in to the Task Sequence 2. create a distribution point and then updated the distribution point for the network driver package Once done, re-run the TS and all should be ok. running Sysprep capturing the sysprepped XP image to a WIM file and storing it on our SCCM server After the capture is done, the computer will restart and boot into XP, at this point you now have a captured WIM file with your Windows XP image. You can use that WIM file to Deploy your XP clients. In other words, you now have a WIM image of a Sysprepped Windows XP installation targetted for the hardware you just ran this on. You now have the options to * create a new Operating System Image using this WIM file,. and then create a new Task Sequence for deploying it to bare metal pcs, or * use a Custom Installation DVD. or deploy this image using imageX or other methods like WDS\MDT, but you really want to use SCCM for this right ?
  10. Import computer into the collection In the Operating System Deployment section, right click on computer Association and choose import computer information, select import single computer for computername call the computer bacapXP fill in the MAC or GUID details (or both) the MAC or GUID can be obtained from the bios screen when the client PXE boots.... click next for the data preview, check for typos on the Choose target collection screen, click browse and scroll down to our Build and Capture XP collection, select it review the summary and click next then click close at the confirmation screen
  11. Advertise the Task sequence We will now advertise the Task Sequence to the Build and Capture XP Collection we created in Part 1, so to do this right click on the Task Sequence and choose Advertise. On the general screen click browse and select the Build and Capture XP Collection make it available to boot media and pxe Schedule Set your schedule depending on whether you are in a Lab or Production Environment. For a Lab Environment Make the Task Sequence mandatory by clicking on the yellow star and select As soon as possible. Select ignore maintenance windows when runing program and allow system restart, set the program rerun behaviour to always rerun program so that we can rerun the task sequence over and over as we require for testing. For a Production Environment In a Production environment set the advertisement from Mandatory to Optional, this gives us less risk of an accidental deployment but also introduces the possibilty of choice. if you want to remove choice then keep the advertisement mandatory but change the program rerun behaviour to never rerun (see below screenshot). set the distribution points as follows: and interaction options... click next through security, summary and progress and close at the confirmation screen after verifying all is ok
  12. Edit the Task Sequence Now that we have made our task sequence let's make the deployment process faster by forcing the Format process to do a quick format. Right-click on the TS and select Edit. In the Task Sequence, click on Partition Disk 0 and then click (to highlight) the Default volume listed, once done you can edit the properties of it by clicking on the middle icon (edit, see screenshot) when the partition details come up, place a checkmark in Quick Format click OK when done.
  13. Create a Package from Definition for the ConfigManager Client complete the following Step (step 3). Create distribution point and then update it complete the following Step (step 4) >> continue on to complete the next part
  14. Create a Distribution Point and Update it for the Sysprep Package Expand the Sysprep Package we have just created in ConfigMgr and right click on Distribution Points choose New Distribution Points Click next and select only the standard distribution point (exactly as we did above for the Operating System Install package), click close when done. Once created, right-click on distribution points again and this time choose Update Distribution Points. answer Yes when prompted
  15. Create the XP SP3 sysprep package download the XP SP3 deploy.cab file and extract its' contents (or just the sysyprep.inf file) to a folder called sysprep. Create a network share and copy the contents of the sysprep folder into the share, call the share sysprep. Note: if you are trying to deploy XP SP2 then use this one instead. Note that the Sysprep package will be used in a step called Install Deployment Tools which must happen after Setup Windows and ConfigMgr step but before the Prepare Configmgr Client step, we will be creating the task sequence in the next part and it will automatically insert that step in the correct place, however we need to define the Sysprep Package first. I'd also recommend you copy your unattend.txt file to the sysprep package, we will use this to make changes to our Windows XP image in the Apply Operating System Image step (see below) In ConfigMgr expand the Software Distribution node and right click on Packages and choose New Package. fill in the package details for Data Source, point the wizard to the sysprep share you created earlier eg: \\WIN-AE2V1IRN067\sysprep leave Data Access as it is Leave Distribution Settings as they are for reporting and security just click next, and click next again at the summary and review your actions on the confirmation screen. Note: If you are trying to deal with AHCI drivers via sysprep then please read this post
  16. Create a New Collection In SCCM ConfigMgr, highlight collections, right click and choose New Collection, fill in the collection general details and call this collection Build And Capture XP leave Membership Rules blank click OK to the warning click next on the advertisements and security screens click close when done
  17. Create a Distribution Point for our Install Package expand the Install package we've just created and right click on Distribution Points, choose New Distribution Points click next when the wizard appears and select only the first distribution point, do not select the PXE distribution point as this is not a boot image. click close at the confirmation screen Now the we have created the distribution point for the operating system install package, let's update the distribution point. Right click on Distribution Points and choose Update Distribution Points answer Yes to the confirmation
  18. i'll try and do it this week, watch this space................
  19. sounds like this have you actually configured WDS at all or just configured the dhcp options ? is there a switch between the windows 2008 server and the novell dhcp server ?
  20. hi webuser, if you understand how SCCM works then the following guide should help you give it a try at least and let us know does it work or not, If I have time to do an XP guide I will, but right now I don't.... cheers anyweb
  21. Today, the Windows 7 operating system was announced at PDC. Attendees heard how the forthcoming release can help customers leverage previous investments in the Windows Vista operating system. Enhance security and control. Reduce power consumption. And seamlessly connect their people and devices.
  22. it means you need to install the WAIK do that, and then try again cheers anyweb
  23. ok first of all are you deploying XP or Vista ? and I assume the two computers you are attempting to install to are both 32 bit and 64 bit ? from your error it sounds like WDS is not configured correctly take a look at this post to get an idea of the options cheers anyweb
  24. Edit the Task Sequence Now we need to edit our Task Sequence to add the conditions necessary to selectively install applications/drivers, so expand the Operating system deployment node and expand Task Sequences and select a Task Sequence. Right click on it and choose Edit. When the Task Sequence appears, highlight Setup windows and ConfigMgr and then click on the Add drop down menu click on New Group from the choices when the New Group appears, change it's name to Dell Latitude D430 Adding the WMI Query to detect our Model type Now click on the Options Tab and then click on the Add Condition drop down menu, choose Query WMI Paste the following code in to the WQL Query box SELECT * FROM Win32_ComputerSystem WHERE Model Like "%Latitude D430%" You can even test your query by clicking on the Test Query button (will return 1 if true, 0 if not) Click on Ok and then click on the Properties Tab again. Add the Quickset Application to the Task Sequence click on the Add drop menu again, and choose General then Install Software change the Name from Install software to Quickset and then click on the browse button select the Dell Quickset package from the list ... and click ok then apply and that's it, you can now do a test deployment to see the Dell Quickset application installing itself on Dell Latitude D430's, once you've succeeded in the above you can broaden this further by installing applications like Intel Proset
  25. Identify the hardware name in WMI Now we need to query WMI to find out the hardware name (we'll need it for later). Open a command prompt on your client hardware (the machines you intend to be deploying to....) and type wmic To find out the model name type this CSProduct Get Name The result is what we need Below is a sample output from a Dell Optiplex 745
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.