i started to look int this a couple of days ago, but so far i haven't been able to do it myself.
i think my problem is to do with the naming of the drivers (internal, driver, and friendly)
in the txtsetup.sif file
but i don't really know???
at the moment when it starts the windows setup i don't get any errors, but it doesn't see my raid drives either
i know i've messed something up, but i'm just too stupid to see it
i got this info. from the txtsetup.oem file
[Files.scsi.RAIDCLASS]
driver = d1,nvraid.sys,RAIDCLASS
inf = d1,nvraid.inf
dll = d1,nvraidco.dll
catalog = d1,nvraid.cat
[Files.scsi.BUSDRV]
driver = d1,nvatabus.sys,BUSDRV
inf = d1, nvatabus.inf
dll = d1,idecoi.dll
catalog = d1, nvata.cat
id = "PCI\VEN_10DE&DEV_008E", "nvatabus"
id = "PCI\VEN_10DE&DEV_0085", "nvatabus"
id = "PCI\VEN_10DE&DEV_00D5", "nvatabus"
id = "PCI\VEN_10DE&DEV_00EE", "nvatabus"
id = "PCI\VEN_10DE&DEV_00E3", "nvatabus"
id = "PCI\VEN_10DE&DEV_00E5", "nvatabus"
id = "PCI\VEN_10DE&DEV_0035", "nvatabus"
id = "PCI\VEN_10DE&DEV_0036", "nvatabus"
id = "PCI\VEN_10DE&DEV_003E", "nvatabus"
id = "PCI\VEN_10DE&DEV_0053", "nvatabus"
id = "PCI\VEN_10DE&DEV_0054", "nvatabus"
id = "PCI\VEN_10DE&DEV_0055", "nvatabus"
i presume that the naming is something like:
driver names nvraid.sys & nvatabus.sys
internal driver names: RAIDCLASS & BUSDRV
friendly names = RAIDCLASS = "NVIDIA RAID CLASS DRIVER (required)"
BUSDRV = "NVIDIA NForce Storage Controller (required)"
and so from that i added these lines to the TXTSETUP.SIF file
Quote
nvraid.inf = 1,,,,,,,20,0,0
nvatabus.sys = 1,,,,,,3_,4,1,,,1,4
nvatabus.inf = 1,,,,,,,20,0,0
[HardwareIdsDatabase]
GenNvRaidDisk = "nvraid"
_NVRAIDBUS = "nvraid"
PCI\VEN_10DE&DEV_008E = "nvatabus"
PCI\VEN_10DE&DEV_0085 = "nvatabus"
PCI\VEN_10DE&DEV_00D5 = "nvatabus"
PCI\VEN_10DE&DEV_00EE = "nvatabus"
PCI\VEN_10DE&DEV_00E3 = "nvatabus"
PCI\VEN_10DE&DEV_00E5 = "nvatabus"
PCI\VEN_10DE&DEV_0035 = "nvatabus"
PCI\VEN_10DE&DEV_0036 = "nvatabus"
PCI\VEN_10DE&DEV_003E = "nvatabus"
PCI\VEN_10DE&DEV_0053 = "nvatabus"
PCI\VEN_10DE&DEV_0054 = "nvatabus"
PCI\VEN_10DE&DEV_0055 = "nvatabus"
[SCSI.Load]
atapi = atapi.sys,4
nvraid = nvraid.sys,4
nvatabus = nvatabus.sys,4
[SCSI]
nvraid = "NVIDIA RAID CLASS DRIVER (required)"
nvatabus = "NVIDIA NForce Storage Controller (required)"
and i copied all the driver files to the amd64 folder
please help me i'm going mad



Help

Back to top









