mjhmjh2 Posted June 7, 2006 Posted June 7, 2006 Hi there, I have created a syspreped image that suits all of our hardware by including all the drivers in the [OemPnPDriversPath] section of sysprep. I've also been placing entries in the [sysprepMassStorage] for the storage controllers so it moves between the hardware without fuss.Up until now all of the storage controllers have been available in a base XP system so I've used the -bmsd line to populate then removed the ones I don't need. Unfortunately our latest machine in has a SATA controller from intel, the drivers aren't built into windows.I have the driver disc and doing a fresh install using the f6 options works fine, but I want to add this machine into my multi-hardware build. Reading through the various manuals that come with sysprep it would appear to be a simple option of adding the section into [sysprepmassstorage] having placed the drivers locally on the machine. However everytime I reboot after putting the image on I get a blue screen mass storage controller error. Is anyone able to give me some pointers or assist please? I have posted below some code and attached the two driver inf files and txtsetup.oem in a zip file. I'm sure there is probably something I've obviously done wrong!ThanksMatthewtxtsetup_iaachi_iastor.zip=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-This is from the sysprep.inf file, the top few entries are the new ones I've put in (I put them all in to try and be safe, but the controller in question when build with a factory image reports itself as a ven_8086&dev_27c5 (thats an intel 82801BGM).. The new entries for this controller family are in upper case, old working ones lower.[sysprepMassStorage]PCI\VEN_8086&DEV_27C3=c:\drivers\stor\iastor.infPCI\VEN_8086&DEV_2652=c:\drivers\stor\iastor.infPCI\VEN_8086&DEV_24DF=c:\drivers\stor\iastor.infPCI\VEN_8086&DEV_25B0=c:\drivers\stor\iastor.infPCI\VEN_8086&DEV_2652&CC_0104=c:\drivers\stor\iastor.infPCI\VEN_8086&DEV_27C1=c:\drivers\stor\iaahci.infPCI\VEN_8086&DEV_27C5=c:\drivers\stor\iaahci.infPCI\VEN_8086&DEV_2653=c:\drivers\stor\iaahci.infPCI\VEN_8086&DEV_2652&CC_0106=c:\drivers\stor\iaahci.infpci\ven_8086&dev_2651&cc_0101=c:\winxp\inf\mshdc.infpci\ven_8086&dev_266f=c:\winxp\inf\mshdc.infpci\ven_8086&dev_244b=c:\winxp\inf\mshdc.infpci\ven_8086&dev_2653&cc_0101=c:\winxp\inf\mshdc.infpci\ven_8086&dev_24ca=c:\winxp\inf\mshdc.inf=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
mjhmjh2 Posted June 8, 2006 Author Posted June 8, 2006 I'm guessing no one really knows the answer to this one - are there any corporate type forums where I might be able to post on the offchance?I'm going to try and strip out all but the specific driver file from the oem disc and see what happens. Will opst progress if anyone is interested.Matthew
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now