Download the latest “Intel Matrix Storage Manager” driver
After downloading the “Intel Matrix Storage Manager” create one folder named Sata and copy the iata61_enu.exe which you just downloaded from above mentioned link.
Intel Matrix Storage Manager also includes SATA controller driver.
Use following command to extract the driver files:
c:\sata\ iata61_enu.exe -a -a -pc:\sata
When run, the installation process begins; simply click through the dialogs as prompted. This will not install the driver, it will only extract the driver files to <c:\sata>. After the extraction is completed, the driver files can be found in <c:\sata\Driver>.
Copy the extracted files to the RIS distribution point (on the RIS server):
RemoteInstall\Setup<Language>\Images\<Dir_Name>\i386
Copy the same files to:
RemoteInstall\Setup<Language>\Images\<Dir_Name>\$oem$\$1\drivers\sata
Open the RemoteInstall\Setup<Language>\Images\<Dir_Name>\i386\txtsetup.sif file with notepad, and add the following lines to the sections noted (section names are in brackets):
Save the file and exit notepad.
Open the Remote Install\Setup\<Language>\Images\<Dir_Name>\i386\templates\ristndrd.sif
file with notepad, and under the section [Unattended] add the following lines:
Save the file and exit notepad.
Finally, to complete the process, stop and restart the BINL service on the RIS server as follows:
Go to a command prompt and type net stop binlsvc
and press Enter. Then type net start binlsvc
and press Enter.