qafyg Posted March 23, 2007 Posted March 23, 2007 I'm trying to include Intel Matrix Storage to my RIS unattended setup by modifying txtsetup.sif. I've tried the [MassStorageDrivers] with the textmode folder method and its working. But I want my image to support multiple MassStorage drivers. I've copied the iastor.sys to my I386 folder. Included the drivers in ristndrd.sif OemPnPDriversPath. I've modify my txtsetup.sif according to the txtsetup.oem from intel. When I start the installation, the files get copied during the textmode part (So I assume part of what I did is working), but when the computer reboots to start the GUI setup, I get a Blue Screen of Death 0X0000007B. I'm totally out of ideas, so any input is greatly appreciated. Here's a copy of the modification I made to txtsetup.sif : [SourceDisksFiles] iastor.sys = 1,,,,,,_x,4,1 [SCSI.Load] iaStor_ICH7DH = iastor.sys,4 iaAHCI_ICH7R = iastor.sys,4 iaAHCI_ICH7M = iastor.sys,4 iaStor_ICH6R = iastor.sys,4 iaAHCI_ICH6R = iastor.sys,4 iaAHCI_ICH6M = iastor.sys,4 iaStor_ICH5R = iastor.sys,4 iaStor_ICH5RHR = iastor.sys,4 [HardwareIdsDatabase] PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor" PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor" PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor" PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor" PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor" PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor" PCI\VEN_8086&DEV_24DF&CC_0104 = "iaStor" PCI\VEN_8086&DEV_25B0&CC_0104 = "iaStor" [SCSI] iaStor_ICH7DH = "Intel(R) 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)" iaAHCI_ICH7R = "Intel(R) 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)" iaAHCI_ICH7M = "Intel(R) 82801GBM SATA AHCI Controller (Mobile ICH7M)" iaStor_ICH6R = "Intel(R) 82801FR SATA RAID Controller (Desktop ICH6R)" iaAHCI_ICH6R = "Intel(R) 82801FR SATA AHCI Controller (Desktop ICH6R)" iaAHCI_ICH6M = "Intel(R) 82801FBM SATA AHCI Controller (Mobile ICH6M)" iaStor_ICH5R = "Intel(R) 82801ER SATA RAID Controller (Desktop ICH5R)" iaStor_ICH5RHR = "Intel(R) 6300ESB SATA RAID Controller"I've also tried to add the following to my dosnet.inf without success :[FloppyFiles.x]d1,iaStor.sys[Files]d1,iaStor.sys
qafyg Posted March 27, 2007 Author Posted March 27, 2007 I've fixed the problem. I'm not sure I understand why exactly, but apparently you can't put multiple lines for the same driver in [sCSI] and [sCSI.Load]. I've also removed the dosnet.inf part and it's working fine.So here's the final moficiations if someone ever has the same problem :[sourceDisksFiles] iastor.sys = 1,,,,,,_x,4,1 [sCSI.Load] iaStor = iastor.sys,4 [HardwareIdsDatabase] PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor" PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor" PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor" PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor" PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor" PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor" PCI\VEN_8086&DEV_24DF&CC_0104 = "iaStor" PCI\VEN_8086&DEV_25B0&CC_0104 = "iaStor" [sCSI] iaStor = "Intel® 82801 RAID Controller"
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