The First Problem - Windows PE fails to identify the Intel 82567 when using the Dell provided driver.
The Windows PE boot image did not detect the network card and therefore did not receive an IP Address. I've experienced this sort of problem in the past when loading the DELL OEM device drivers. Sometimes they don't support Windows PE all that well. So, after going to Intel's site (http://downloadcenter.intel.com/download.aspx?url=/12197/eng/PROVISTA32_v13_3.exe&DwnldId=12197&ProductID=3003&lang=engeng) to get a driver that works properly for the Intel 82567 nic in these notebooks I was able to get an IP address in PE.
The Second Problem - Mass Storage drivers and Blue Screen of Death
As many of you probably know, XP will bluescreen at minisetup if it cannot access the hard drives and lacks drivers to do so. The root cause of this problem is that the mass storage drivers are not on the image you are applying. Fortunately Configuration Manager makes this easy to fix for us lucky chaps that have it. Unfortunately you still have a 19 in 20 chance of picking the wrong driver. Thank your lucky stars for this blog, as I will tell you which driver you need to use exactly and the steps involved.
- Create a new driver package that only contains Mass Storage Drivers and nothing else. If you really wanted to you could create driver packages for each unique hardware model where you need specific Mass Storage Drivers applied, or you can do what I usually do and just put all mass storage drivers in one. I named mine 'XP Mass Storage Drivers'.
- Download the storage drivers from Dell's site and load them up into the Mass Storage Drivers package.

- Add a new step to your task sequence to Apply Driver Package. I named mine Apply Mass Storage Drivers for Dell E6400, but this will probably apply to other models as well as its Intel based. Under Driver Select the Intel ESB2 SATA RAID Controller. Then for Model select the Intel ICH8M-E/ICH9M-E SATA RAID Controller. Click Ok to save your task sequence.
- Now re-run the task sequence on your E6400 and your bluescreen problem should be resolved.
Don't you just love Configuration Manager!
The Third Problem - Ricoh Drivers
You may notice a base system device that is missing a driver. This is the Ricoh device for your SD/MMC included device. Dell has a driver, but SCCM won't automatically apply it. I ended up using a Lenovo driver to get this to work. I'm pretty sure this is the link I used... but there are several (http://www.downloadpipe.com/drivers/review-Ricoh-MMC-Host-Controller-1110691.html).
The Fourth Problem - Errors with the IDT audio codec driver
You may not run into this one. It really depends on how you build your reference image. I recommend putting your network drivers, and mass storage drivers into their own categories. This way you can build your reference image without loading audio/video drivers at all. If you do load up audio drivers and try to apply the reference image to other systems you may get errors that you cannot resolve. You will also need to apply MS KB835221. This KB is needed on XP whether you are deploying with SP2 or SP3.
So that is a how-to on the Dell E6400 and Dell E4200 for XP. Vista should be easier and I haven't attempted it yet.
Cheers!
