@OverFlow
NVida drivers are the real fun A lot of confusing. It's a driver nightmare.
Even more fun:
I don't own a NVidia chipset, following are assumptions based on user reports.
My assumptions maybe false, they are based on several independend user reports.
Nvidia released different RAID driver pairs:
old: nvatabus.sys and nvraid.sys
new: nvgts.sys and nvrd32.sys
There are nice conflicts.
Nvidia released old and new driver pack for HardwareID PCI\VEN_10DE&DEV_0054&CC_0104.
Currently there are two error sources:
One is: missing PnpInterface=5 for nvgts.sys at registry
Txtsetup.oem set PnpInterface=5. Hence generic floppy driver use PnpInterface=5.
Most likely this is missing at BartPE and regular windows installation.
Again, this is importand: this goes both to BartPE and regular windows installation.
Setting is required at textmode.
This maybe setupreg.hiv at BartPE and at regular windows installation.
A PEBuilder plugin changes setupreg.hiv.
Another one is RAID configuration:
http://ubcd4win.com/forum/index.php?s=& … mp;p=62208
A major difference: %NVRAID_DESC% HardwareID is different.
old
%NVRAID_DESC%=nvraid,GenNvRaidDisk
new
%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
Does BIOS or a driver set HardwareID GenNvRaidDisk or SCSI\*NVIDIA*Raid* ?
Does BIOS version matter?
Does NVidia release working drivers?
Does exist PCI\VEN_10DE&DEV_0054&CC_0104 and SCSI\*NVIDIA*Raid* in real?
I understand:
at HardwareID GenNvRaidDisk use: PCI\VEN_10DE&DEV_0054&CC_0104="nvatabus"
at HardwareID SCSI\*NVIDIA*Raid* use: PCI\VEN_10DE&DEV_0054&CC_0104="nvgts5"
This is not possible at a single txtsetup.sif.
DEV_0054 is a example, there are more DEV_* in quesiton.
A decision has to be taken.
@all
Some more HardwareID list would be nice.
Get devcon.exe http://support.microsoft.com/kb/311272
Open a command prompt and run: devcon.exe hwids *CC_01* *Raid*
Post output. Thanks.