- Create a network access account, it only need be a domain user and its password should not expire. Add the account to the Computer Client Agent in the Client node under Site Settings
- Import XP SP2 as an operating system Install Package (Note most common issue here.
- Add a Distribution point to your new XP SP2 package created in step 1
- Create the XP SP2 sysprep package in SCCM
- The Deploy.cab included on the CD was not updated properly for XP SP2 so you must download a new version here.
- Create a package that points at the extracted CAB file for its source
- You do not need to create any programs for the package the build task sequence takes care of this
- Add the package to a DP that can be used during your build
- Create a package from definition for the Config Mgr Client (a definition is available called "Configuration Manager Client Upgrade" in the create package from definition wizard)
- Specify always obtain file from source directory
- Usually here I create a share at \\SCCMSERVER\SCCMClient pointing to \\SCCMSERVER\SMS_XXX\Client where XXX is the site code in order to make it easier for manual installs in the future. Note I also usually grant domain computers read access to the share and directory to prevent permissions problems in the future (Note this last permissions step may no longer be necessary in SCCM but I haven't tested it yet)
- Update the ccmsetup command line properties accordingly. Extensive information about command line properties on TechNet here.
- Add the package to a DP that can be used during your build
- Create a "Build and capture a reference operating system image" task sequence
- Name the task sequence something appropriate like "Build Windows XP Gold Image"
- Select a boot image (I suggest x86 as it will run on all platforms, plus you will be booting from PXE so it really doesn't matter)
- Select the Operating System Package you created in step 1
- Enter a product key
- Set the local admin password to blank
- Join a workgroup
- Select the Config Mgr client you created in step 4
- I generally don't install updates in this phase but this is debatable. You must weigh time to deploy if you have to deploy a bunch of updates during deployment time vs. superseded updates and rebuilding your image more often.
- Don't add any software to the base image
- Set your image properties
- Select a location to save the image and make sure you include the full path including the .wim extension
- Enter an account with rights to write to the share
- Finish up
- Change the task sequence to use "Quick Format"
- Right Click on the Task Sequence and choose Edit
- Select the "Partition Disk 0″ step
- Choose properties on the Default (Primary) partition and check the "Quick Format" option
- Create a collection to which you will advertise the task sequence; I usually use _OSD\Base Builds
- Advertise the task sequence to the collection you created in step 7 as optional
- Right click Task sequence and choose advertise, follow the wizard
- Make sure you select the check box "Make this task sequence available to boot media and PXE"
- If you are in test and your boundaries are not defined make sure you select "When no local distribution points are available, use remote distribution point"
- Make sure you completed step 1
- Select a client to build your base image
- I suggest using a virtual platform to keep the drivers in the image at a minimum
- VMWare ESX is not a good candidate as a platform as it uses SCSI disks only to my knowledge. You do not want SCSI Mass storage drivers in your image, use MS Virtual Server / Virtual PC / Hyper-V or VMWare Server / Workstation
- Ensure that you have the network and mass storage drivers to boot the device on the boot image and in the driver store (If you have to do this in the future you must update the PXE and standard DPs)
- Add the appropriate boot images (x86 / x64) to the PXE and standard DPs
- If you don't see a PXE DP it means you don't have one :), get WDS installed and your PXE Service point
- Allow the client to boot from PXE
- If this client previously had an SCCM agent on it you just need to add the client to the collection you created in step 6
- If this is a new client and SCCM is pre-R2 add the client manually
- Add the client by right clicking the Computer Associations node under OSD and choosing "Import Computer Information"
- Enter the Name of the computer; I use XPBase
- Enter the MAC and or SMBIOS GUID
- Add the computer to the collection you created in step 7
-------------------
Thanks,
http://paddymaddy.blogspot.com/
0 comments:
Post a Comment