I have to install a Toshiba Satellite Pro L40 for a customer with my Unattended-CD and therefore i must include the Intel AHCI-Driver (Storage Manager). I have used the driver files from the "AHCI HDD drivers ICH8M_32bit" folder of the Matrix Storage Manager and tried to include the driver with this Tutorial (Post 4) from www.windows-unattended.de (in german) but it didn't work. In the Textmode-Setup I become this Error: "The File iastor.sys cannot be found"! When I skip the Copy-Process of this file, i become an BSOD when the Setup restarts my machine. I've created this folder on my XP Unattended-CD: XPCD\$OEM$\$1\Drivers00\iaStor In the iaStor-folder are the following files from the Intel Driverpackage: iaahci.cat iaahci.inf iastor.cat iastor.inf iastor.sys txtsetup.oem That's what I've inserted in my TXTSETUP.SIF in the I386-folder directly under the line [sourceDisksFiles]: iastor.sys = 1,,,,,,4_,4,1,,,1,4 That's what I've inserted in my TXTSETUP.SIF in the I386-folder directly under the line[HardwareIdsDatabase]: PCI\VEN_8086&DEV_282A&CC_0104 = "iaStor" PCI\VEN_8086&DEV_2829&CC_0106 = "iaStor" PCI\VEN_8086&DEV_2822&CC_0104 = "iaStor" PCI\VEN_8086&DEV_2821&CC_0106 = "iaStor" PCI\VEN_8086&DEV_2682&CC_0104 = "iaStor" PCI\VEN_8086&DEV_2681&CC_0106 = "iaStor" PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor" PCI\VEN_8086&DEV_27C6&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" That's what I've inserted in my TXTSETUP.SIF in the I386-folder directly under the line [sCSI.Load]: iaStor = iastor.sys,4 Das habe ich in der TXTSETUP.SIF im I386-Verzeichnis direkt unter [sCSI] eingefügt: iaStor = "Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)" I have also packed the "iastor.sys" with makecab and copied the packed "iastor.sy_" in my I386-folder on my XP Unattended-CD.