We did this, although it blows away your data. Still, the problem is that we can't get hold RAID drivers, only non-RAID (IDE) driver is available from Dell it seems. XP or Server 2003 bluescreens when you try install a fresh version (without F6 option) with drivers available from Microsoft (2003 SP1).
Checked my system drivers and found I am using the Dell driver package r133282. I searched on Dell.com and that is available for download. My system is a new e521 with two Seagate 400gig drives in raid 1 bootable. Regards, Ed
mombodog
2 Intern
•
12.7K Posts
0
June 22nd, 2007 15:00
Message Edited by mombodog on 08-25-2007 01:01 AM
mombodog
2 Intern
•
12.7K Posts
0
June 22nd, 2007 15:00
dbevort
4 Posts
0
June 22nd, 2007 15:00
mombodog
2 Intern
•
12.7K Posts
0
June 22nd, 2007 16:00
; Unauthorized copying or use without explicit permission of NVIDIA
; is prohibited
;
[Version]
Signature = "$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%NVIDIA%
CatalogFile=nvraid.cat
DriverVer=01/12/2007,5.10.2600.0951
nvraid.Files.x86_12 = 12
nvraid.CoInstFiles = 11
Crush11.Files.x86_12 = 12
Crush11.CoInstFiles = 11
0=%Desc_x860%
nvgts.sys=0
nvrd32.sys=0
nvraidco.dll=0
%NVIDIA%=NVIDIA
%NVSTOR_DESC%=Crush11_Inst,PCI\VEN_10DE&DEV_037F
%NVRAID_DESC%=nvraid,SCSI\NVIDIA__Raid_Disk________
%NVRAID_DESC%=nvraid,SCSI\__NVIDIA_______Raid_Disk
%NVRAID_DESC%=nvraid,SCSI\NVIDIA__Raid_Disk_20_____
%NVRAID_DESC%=nvraid,SCSI\__NVIDIA____Raid_Disk_20
%NVRAID_BUS_DESC%=nvraidbus,*_NVRAIDBUS
%NVRAID_BUS_DESC%=nvraidbus,*NVRAIDBUS
%NVRAID_BUS_DESC%=nvraidbus,*NVRAID20
[Crush11_Inst.ntx86]
CopyFiles = Crush11.Files.x86_12
AddReg=Crush11_Inst.ntx86.AddReg.HW
; allow access from system and administrator only
HKR,,"Security",,"D:P(A;;GA;;;SY)(A;;GA;;;BA)"
CopyFiles = Crush11.CoInstFiles
AddReg = Crush11_Inst.CoInst_AddReg
HKR,,CoInstallers32,0x00010000, \
"nvraiins.dll, NvRaidCoInstaller"
HKR, Uninstall, Script,0,"nvide.nvu"
HKR, Uninstall, Name,0,"NVIDIA IDE Driver"
HKR, Uninstall, INFSrcDir, 0, %01%
HKR, Uninstall, Uninstaller,0,"nvuide.exe"
AddService = nvgts,0x00000002,Crush11_Service_Instx86,Crush11_EventLog_Instx86
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_CRITICAL%
ServiceBinary = %12%\nvgts.sys
LoadOrderGroup = "SCSI Miniport"
AddReg = Crush11_DisableFltCache_AddReg
AddReg = pnpsafe_pci_addreg
AddReg = Crush11_EventLog_AddReg
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\nvgts.sys"
HKR,,TypesSupported,0x00010001,7
HKR,,DisableFilterCache,0x00010001,1
HKR, "Parameters\PnpInterface", "5", %REG_DWORD%, 0x00000001
[Crush11.Files.x86_12]
nvgts.sys
nvraidco.dll
nvraiins.dll,nvraidco.dll
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; RAID host controller
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[nvraidbus.ntx86]
CopyFiles = nvraid.Files.x86_12
AddService = nvrd32,0x00000002,nvraid_Service_Inst,
;; RAID device (disk)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[nvraid.ntx86]
CopyFiles = nvraid.Files.x86_12
[nvraid.ntx86.Services]
AddService = nvrd32,0x00000002,nvraid_Service_Inst,
;; RAID driver service section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[nvraid_Service_Inst]
DisplayName = %nvraidbus.SvcDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
LoadOrderGroup = System Bus Extender
ServiceBinary = %12%\nvrd32.sys
;; RAID host controller coinstaller
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[nvraidbus.ntx86.CoInstallers]
CopyFiles = nvraid.CoInstFiles
AddReg = nvraid.CoInst_AddReg
HKR,,CoInstallers32,0x00010000,"nvraiins.dll, NvRaidCoInstaller"
;; RAID device coinstaller
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[nvraid.ntx86.CoInstallers]
CopyFiles = nvraid.CoInstFiles
AddReg = nvraid.CoInst_AddReg
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; copy file sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
nvrd32.sys
nvraidco.dll
nvraiins.dll,nvraidco.dll
NVIDIA= "NVIDIA Corporation"
Desc_x860= "SRCDATA"
NVSTOR_DESC= "NVIDIA nForce Serial ATA Controller"
DisplayClassName= "NVIDIA RAID CLASS"
NVRAID_DESC= "NVIDIA nForce RAID Device"
NVRAID_BUS_DESC= "NVIDIA nForce RAID Controller"
nvraidbus.SvcDesc= "NVIDIA nForce RAID Driver "
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_DWORD = 0x00010001
mombodog
2 Intern
•
12.7K Posts
0
June 22nd, 2007 16:00
FLFastEd
5 Posts
0
June 24th, 2007 15:00