Eurekabox Posted November 2, 2006 Posted November 2, 2006 Hi, i am trying to slipstream my raid/sata drivers for Intel ICH8R, in ACHI MODE in BIOS, using nLite, this is my first try in making an unattended instalation, i have the floppy disk drive installed on my pc just because these drivers. So i found i could sliptream these drivers into windows cd, and decided to give it a try... and get rid of the floppy drive, with this asus motherboard i can make bios updates via usb thumb drive....Well, my motherboard is a Asus P5B Deluxe AP/Wifi edition using ICH8R, i am in the Nlite stage where it can integrate my ICH8R drivers, the Bios is set to AHCI mode, for my 2 seagate Serial ATA II drives.Taken from the floppy disk, the files are:txtsetup.oemiaahci.catiaahci.infiastor.catiastor.infiastor.sysThe question is, which .INF do i select? iaahci.inf or iastor.inf? or both?I am in doubt because Nlite let me choose both of them or just one, but which one should i select?If i select Multiple or single driver, it shows one of them like AHCI driver and the other like RAID driver, but i am not sure which one to choose or choose both.Thanks in advance!
Mercury_22 Posted November 3, 2006 Posted November 3, 2006 Hi!Forget Nlite just copy this :[SourceDisksFiles] iaStor.sys = 1,,,,,,3_,4,1 [HardwareIdsDatabase] 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"[SCSI.load] iaStor = iaStor.sys,4 [SCSI] iaStor = "Intel(R) ICH8R/DO/DH SATA RAID Controller (Desktop ICH8R)"in your TXTSETUP.SIF file from i386 folder (at the end of the file) also copy iaStor.sys file from your floppy to i386 folder and rename it to iaStor.sy_ Then copy everything from floppy to your drivers folder from $OEM$ folder and add the new folder to your WINNT.SIF file!
Eurekabox Posted November 3, 2006 Author Posted November 3, 2006 Hi thank you for your response, but i am not using any RAID, i am using AHCI mode.Shouldn't be "Intel® ICH8R/DO/DH SATA ***AHCI*** Controller (Desktop ICH8R)"By telling this i know this is a meaningless label, but is not "iaahci.inf" used at all?Thank you.
Mercury_22 Posted November 3, 2006 Posted November 3, 2006 IaStor.sys it's the driver for both AHCI&RAID ! and windows it will choose automatically between iaahci.inf or iastor.inf
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