Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Intel SATA - txtsetup.sif

Featured Replies

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


  • Author

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"

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.