sewperp Posted February 4, 2005 Posted February 4, 2005 HiI know this has been talked about in other posts with regards to xpcreate but I would like to know if what i am doing is correct when not using xpcreate and just modifying the winnt.sif and txtsetup.sif files. I have tried the drivers with the F6 setup and they work. My system setup is two 160GB SATA drives with Raid 0. My textsetup.oem gives the following:[scsi]RAIDCLASS = "NVIDIA RAID CLASS DRIVER (required)"BUSDRV = "NVIDIA NForce Storage Controller (required)"[HardwareIds.scsi.RAIDCLASS]id = "GenNvRaidDisk","nvraid"id = "*_NVRAIDBUS","nvraid"[HardwareIds.scsi.BUSDRV]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 have therefore added the following to the end of the txtsetup.sif file:[sourceDisksFiles]nvraid.sys=1,,,,,,3_,4,1NvAtaBus.sys=1,,,,,,3_,4,1[HardwareIdsDatabase]GenNvRaidDisk="RAIDCLASS"*_NVRAIDBUS="RAIDCLASS"PCI\VEN_10DE&DEV_008E="BUSDRV"PCI\VEN_10DE&DEV_0085="BUSDRV"PCI\VEN_10DE&DEV_00D5="BUSDRV"PCI\VEN_10DE&DEV_00EE="BUSDRV"PCI\VEN_10DE&DEV_00E3="BUSDRV"PCI\VEN_10DE&DEV_00E5="BUSDRV"PCI\VEN_10DE&DEV_0035="BUSDRV"PCI\VEN_10DE&DEV_0036="BUSDRV"PCI\VEN_10DE&DEV_003E="BUSDRV"PCI\VEN_10DE&DEV_0053="BUSDRV"PCI\VEN_10DE&DEV_0054="BUSDRV"PCI\VEN_10DE&DEV_0055="BUSDRV"[sCSI.load]RAIDCLASS=nvraid.sys,4BUSDRV=NvAtaBus.sys,4 [scsi]RAIDCLASS = "NVIDIA RAID CLASS DRIVER (required)"BUSDRV = "NVIDIA NForce Storage Controller (required)"Is this correct? The drivers load in the windows setup but after a while a blue screen pops up with errors about windows being shut down to prevent damage. Am I doing something incorrect or am I using the wrong drivers. Please help.Thank You KindlyPranesh
minos197 Posted February 7, 2005 Posted February 7, 2005 thy this [HardwareIdsDatabase]PCI\VEN_10DE&DEV_008E = "nvatabus"PCI\VEN_10DE&DEV_0085 = "nvatabus"PCI\VEN_10DE&DEV_00D5 = "nvatabus"PCI\VEN_10DE&DEV_00E3 = "nvatabus"PCI\VEN_10DE&DEV_00E5 = "nvatabus"this is the only one we differ and mine works.Also note that you should always use a space before and after an = symbolyou write NvAtaBus.sys=1,,,,,,3_,4,1it should be NvAtaBus.sys = 1,,,,,,3_,4,1Good luck
sewperp Posted February 7, 2005 Author Posted February 7, 2005 HiThanks for the suggestion. Will try. In the meantime i tried the following:[sourceDisksFiles]nvatabus.sys = 1,,,,,,4_,4,1,,,1,4nvraid.sys = 1,,,,,,4_,4,1,,,1,4[HardwareIdsDatabase]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"*_NVRAIDBUS = "nvraid"GenNvRaidDisk = "nvraid"[sCSI.load] nvatabus = nvatabus.sys,4nvraid = nvraid.sys,4[sCSI] nvatabus = "NVIDIA NForce Storage Controller"nvraid = "NVIDIA RAID CLASS DRIVER"everything works fine, sees partitions etc. However I already have the RAID setup and just to test I allow the setup to get to the patition screen (It never used to get there before) and I press F3 to quit and not continue the setup. Windows restarts and I get the dreaded Blue screen. What is the issue with the nvidia driver? Could it be that I am missing something?
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