MSFN Forum: Integration of NVIDIA's nForce RAID and AHCI drivers - MSFN Forum

Jump to content


If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
  • 99 Pages +
  • « First
  • 77
  • 78
  • 79
  • 80
  • 81
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Integration of NVIDIA's nForce RAID and AHCI drivers Guide and help for XP and W2k3 (32/64bit) Rate Topic: ***** 4 Votes

#1561 User is offline   gdm12345 

  • Group: Members
  • Posts: 6
  • Joined: 03-January 09

Posted 03 January 2009 - 06:19 PM

Thanks Fernando - there is a guide for the Intel Chipset & AHCI drivers, but I also have seen nothing regarding the AMD/Nvidia chispets.

Here is a link if you would like to review & see if there is anything applicable. I would be willing to clone one of my drives & try it (read guinea pig) if you were to come up with a potential cross-reference-type guide for Nvidia.

<a href="http://www.wikihow.com/Install-Ahci-Support-for-Ati-Sb600-Sata-Controllers-on-Existing-Windows-Installations">http://www.wikihow.com/Install-Ahci-Support-for-Ati-Sb600-Sata-Controllers-on-Existing-Windows-Installations</a>

Thanks,
Greg

This post has been edited by gdm12345: 03 January 2009 - 06:26 PM



#1562 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 03 January 2009 - 06:44 PM

@ gdm12345:

I know these guides, but I didn't mention them, because users of this thread usually don't have an Intel or AMD chipset mainboard.

#1563 User is offline   gdm12345 

  • Group: Members
  • Posts: 6
  • Joined: 03-January 09

Posted 03 January 2009 - 09:20 PM

agreed, but I just thought that the registry entries could be modified to reflect the Nvidia AHCI drivers & chipsets. You seemed to be a logical choice for someone capable of re-inventing the wheel for Nvidia due to your expansive knowledge.

I will work off a clone drive or 2, and see if I can come up with an in-place solution.

Thanks,
Greg

#1564 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 04 January 2009 - 05:00 AM

View Postgdm12345, on Jan 4 2009, 04:20 AM, said:

agreed, but I just thought that the registry entries could be modified to reflect the Nvidia AHCI drivers & chipsets. You seemed to be a logical choice for someone capable of re-inventing the wheel for Nvidia due to your expansive knowledge.
Although your request is completely off topic, I would like to help you.
The main problem with AHCI capable nForce systems is the big variety of different AHCI Controllers. So it is not possible to create 1 single REG file, which is usable with all AHCI capable nForce chipset mainboards.
What I need are the following informations:
  • Does your mainboard have an MCP78 chipset? If not, which is the exact MCP chipset number?
  • Which nForce chipset driver pack resp. which nForce IDE driver version are you running?
  • Do you have already a file named NVGTS.SYS within your WINDOWS\SYSTEM32\DRIVERS folder?
  • When you open the "IDE ATA/ATAPI Controllers" and "SCSI and RAID Controllers" sections of the Device Manager, do you see any devices named "NVIDIA nForce Serial ATA Controllers"?
    If yes, which HardwareID's do they show?
    If no, which HardwareID's do the listed devices named "Standard Dual Channel PCI IDE Controller" show?
    Notice: You can see the supported HardwareID's of any device by doing a right click onto it and choose the "Properties" > "Details" > "Property" > "HardwareIDs" options.


#1565 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 877
  • Joined: 29-September 05

Posted 04 January 2009 - 06:12 AM

View Postgdm12345, on Jan 3 2009, 05:24 PM, said:

is there no way to integrate the AHCI drivers and reset a working copy of XP Pro w/SP3 & BIOS to AHCI mode?

Try, not tested: add_nvgts_online.reg
 
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#VEN_10DE&CC_0101]
"Service"="nvgts"
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\PCI#VEN_10DE&CC_0106]
"Service"="nvgts"
"ClassGUID"="{4D36E96A-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvgts]
"Type"=dword:00000001
"Start"=dword:00000000
"Group"="SCSI miniport"
"ErrorControl"=dword:00000001
"ImagePath"="system32\\drivers\\nvgts.sys"
"DisplayName"="NVIDIA nForce Serial ATA Driver"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvgts\Parameters\PnpInterface]
"5"=dword:0x00000001 
Use a nvgts.sys version relating to your hardware.
Copy file nvgts.sys to %SystemRoot%\system32\drivers.


Another question may arise: RAID.
However: how to change RAID online?
Does this make sense at all? Maybe if you like to change hardware and keep RAID.

Again, not tested. Anyway
 
REGEDIT4

;nvrd32.sys

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\SCSI#NVIDIA__Raid_Disk________]
"Service"="nvrd32"
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\SCSI#__NVIDIA_______Raid_Disk]
"Service"="nvrd32"
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\SCSI#NVIDIA__Raid_Disk_20_____]
"Service"="nvrd32"
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\SCSI#__NVIDIA____Raid_Disk_20]
"Service"="nvrd32"
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\*_NVRAIDBUS]
"Service"="nvrd32"
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\*NVRAIDBUS]
"Service"="nvrd32"
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CriticalDeviceDatabase\*NVRAID20]
"Service"="nvrd32"
"ClassGUID"="{4D36E97B-E325-11CE-BFC1-08002BE10318}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvrd32]
"Type"=dword:00000001
"Start"=dword:00000000
"Group"="System Bus Extender"
"ErrorControl"=dword:00000001
"ImagePath"="system32\\drivers\\nvrd32.sys"
"DisplayName"="NVIDIA nForce RAID Driver" 


#1566 User is offline   gdm12345 

  • Group: Members
  • Posts: 6
  • Joined: 03-January 09

Posted 04 January 2009 - 12:04 PM

Fernando,
I apologize for my inquiry being off topic, but also thank you for you assistance. This was the closest discussion I could find on this particular topic with someone who seemed very knowledgable.

Quote

Does your mainboard have an MCP78 chipset? If not, which is the exact MCP chipset number?

Yes. It is reported as MCP78S or GEForce 8200 by Sandra Lite and mobo mfr (Gigabyte)

Quote

Which nForce chipset driver pack resp. which nForce IDE driver version are you running?

The driver pack version level is version 18.11. I noticed in previous posts within this thread that there were some better drivers etc that you had created - do you think I should download & install those instead?

Quote

Do you have already a file named NVGTS.SYS within your WINDOWS\SYSTEM32\DRIVERS folder?

yes, the properties for nvgts.sys shows "10.3.0.21 built by: WinDDK". There is also an interesting txtsetup.oem document within the drivers folder that I just found that somewhat details (but not exactly) the same changes as the previous post.

Quote

When you open the "IDE ATA/ATAPI Controllers" and "SCSI and RAID Controllers" sections of the Device Manager, do you see any devices named "NVIDIA nForce Serial ATA Controllers"?

yes, the HardwareID's are:
PCI\VEN_10DE&DEV_0AD8&SUBSYS_B0021458&REV_A2
PCI\VEN_10DE&DEV_0AD8&SUBSYS_B0021458
PCI\VEN_10DE&DEV_0AD8&CC_010400
PCI\VEN_10DE&DEV_0AD8&CC_0104


As an FYI - I was able to initially successfully set the system up as a RAID 1 (using the nForce drivers) when I first did the mobo upgrade but I wasnt too impressed with the drive speeds so I stupidly tried installing a Promise FastTrak TX4310 RAID PCI card which completely hosed everything (meaning I had to recreate the SATA clones from my original IDE drive). This AHCI path is a quest to improve drive response/speeds.

I am still undecided between going back to my Casper software for daily incremental backups or just accepting the RAID 1 speeds and leaving well enough alone. But until I answer the AHCI question (read - I am stubborn) I won't know which way I want to go.

Thanks.

Thanks

#1567 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 04 January 2009 - 12:37 PM

@ gdm12345:

I have prepared and uploaded a REG file, which might work for you.
Download it here and unzip it.
Before you run the REG file, you should do a backup of all your important datas.

After having run the REG file, you should do, what the other authors already have written:
1. Reboot and enter the BIOS.
2. Enable AHCI, save the new BIOS settings and reboot.
3. When you get the "Found new hardware" message, stop the installation procedure, run the installer of the 18.11 driverpack and choose just the "MediaShield"/"Storage Driver" option.

Good luck!
Fernando

EDIT: As I just have seen, you recently have enabled RAID. This will not work, if you want to run your SATA Controllers in AHCI mode. So you have to disable RAID and reboot before you start running the REG file.

This post has been edited by Fernando 1: 04 January 2009 - 12:41 PM


#1568 User is offline   gdm12345 

  • Group: Members
  • Posts: 6
  • Joined: 03-January 09

Posted 04 January 2009 - 01:18 PM

:thumbup
Dude - you rock ! Did everything you suggested and everything worked.

The AHCI is now enabled (shows up in DevMgr under IDE ATA/ATAPI as nForce SATA) and the drive speeds while not too much better - are definitely improved (using Sandra lite).

I also managed to tweak the DDR2 settings (multiplier & voltage) for 1066 MHZ and the new mobo/system is definitely screaming.

Thanks again for your assistance.

#1569 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 04 January 2009 - 01:33 PM

View Postgdm12345, on Jan 4 2009, 08:18 PM, said:

:thumbup
Dude - you rock ! Did everything you suggested and everything worked.
The AHCI is now enabled (shows up in DevMgr under IDE ATA/ATAPI as nForce SATA) and the drive speeds while not too much better - are definitely improved (using Sandra lite).
That's great for you and for me too. To be honest, I didn't really expect, that it would work.

Quote

I also managed to tweak the DDR2 settings (multiplier & voltage) for 1066 MHZ and the new mobo/system is definitely screaming.
Now, since your AHCI system is up, you can even try to update your currently running nForce chipset drivers (before you do that, you should uninstall the Ethernet driver).

Quote

Thanks again for your assistance.
You are welcome.

Greetings!
Fernando


@ all other nForce chipset owners:

The linked REG file is only usable with MCP78 (nForce 730a/720a/710a) chipset mainboards. Additionally the file NVGTS.SYS has to be present within the WINDOWS\SYSTEM32\DRIVERS folder of your XP partition.

#1570 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 877
  • Joined: 29-September 05

Posted 04 January 2009 - 01:59 PM

View PostFernando 1, on Jan 4 2009, 02:33 PM, said:

That's great for you and for me too. To be honest, I didn't really expect, that it would work.
Yes, that's nice.

CriticalDeviceDatabase, service and base registry eintries from txtsetup.oem should work too.

Quote

@ all other nForce chipset owners:
What about compatible HardwareId PCI\VEN_10DE&CC_0106 ?

#1571 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 04 January 2009 - 02:34 PM

View Postcdob, on Jan 4 2009, 08:59 PM, said:

Quote

@ all other nForce chipset owners:
What about compatible HardwareId PCI\VEN_10DE&CC_0106 ?
That may work too, but I am not able to verify it.

#1572 User is offline   xenton 

  • Group: Members
  • Posts: 4
  • Joined: 01-January 09

Posted 04 January 2009 - 03:43 PM

View Postxenton, on Jan 3 2009, 07:41 PM, said:

I was just wondering, I used the drivers that shipped with my motherboard which are version 5.10.2600.518. My motherboard is an NF4 chipset. My RAID arrays are working fine with the old driver.

Will I see a noticeable speed increase if I 1) update the drivers
2) update my motherboard bios


Firstly sorry for posting off-topic.
Your right my system is stable and I would need to flash the bios in order to use newer drivers, not worth the risk at all. Thnaks again for all your help. Have a wonderful new year.

#1573 User is offline   gdm12345 

  • Group: Members
  • Posts: 6
  • Joined: 03-January 09

Posted 04 January 2009 - 03:54 PM

Fernando - thanks again for the assist. Drivers are now updated to 10.3.0.42 and all is good

Everything is working exceptionally well - system screams now.

Greg

#1574 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 04 January 2009 - 04:44 PM

@ xenton and gdm12345:

Thanks for your feedbacks.
It was a pleasure for me to help you.

All the best to you in 2009!

Regards
Fernando

#1575 User is offline   faccione 

  • Group: Members
  • Posts: 1
  • Joined: 05-January 09

  Posted 05 January 2009 - 02:27 PM

All the links to http://germannliteor...ando/NVIDIA/XP/ are no longer operational. Any other link available for download ??

Thanks

#1576 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 05 January 2009 - 03:16 PM

View Postfaccione, on Jan 5 2009, 09:27 PM, said:

All the links to http://germannliteor...ando/NVIDIA/XP/ are no longer operational. Any other link available for download ??
The server obviously is down. If the repair should take a longer time, I will change the links.

Please have a look into the first post of this thread. There you will find other links to my driverpacks.

Thanks for your information and for your patience!
Fernando

EDIT: All links should work again.

This post has been edited by Fernando 1: 05 January 2009 - 04:52 PM


#1577 User is offline   Meow9000 

  • Group: Members
  • Posts: 1
  • Joined: 05-January 09

Posted 05 January 2009 - 06:44 PM

@ Fernando 1

Hey great post you have here, after having similar troubles with the RAID instillation on XP, i fugure it would take a little extra work to get them installed.
My only problem is, im not sure what set of driver to download that you have posted. If you could help me out on this it would be appreciated. I'll provide
as much info as i can for you.


Nforce 780a chipset
ROM BIOS vrs 10.0.0.24

if you could provide me with the link to the correct ones, i can get started on intergrating them into XP via nLite

#1578 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 06 January 2009 - 01:52 AM

View PostMeow9000, on Jan 6 2009, 01:44 AM, said:

My only problem is, im not sure what set of driver to download that you have posted. If you could help me out on this it would be appreciated. I'll provide as much info as i can for you.
Nforce 780a chipset
ROM BIOS vrs 10.0.0.24
if you could provide me with the link to the correct ones, i can get started on intergrating them into XP via nLite
Welcome at MSFN Forums!

You have to integrate the SATARAID folder of either this or this driver version. If you want to get the best possible performance, I would take the second one.

Good luck!
Fernando

#1579 User is offline   yourdealer 

  • Group: Members
  • Posts: 2
  • Joined: 13-January 09

Posted 13 January 2009 - 02:06 AM

My motherboard is Nvidia nForce 780i ... Do I have to integrate the drivers?
Even though is relatively new, The drivers CD gives me the option to create a floppy disc....

Which tutorial should I follow?
I'm becoming insane because I'm not able to install xp with my sata hdd

Thanks
I'd really appreciate your help.

#1580 User is offline   Fernando 1 

  • Easy RAIDer
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,986
  • Joined: 03-June 05
  • OS:Windows 7 x64

Posted 13 January 2009 - 06:22 AM

View Postyourdealer, on Jan 13 2009, 09:06 AM, said:

My motherboard is Nvidia nForce 780i ... Do I have to integrate the drivers?
Welcome at MSFN Forums!
You should be able to get Windows XP with integrated SP2 or SP3 installed without loading or integrating any textmode drivers.
If your HDD should not be detected by Windows Setup, you are running your SATA hdd either in AHCI or RAID mode. So please check your BIOS settings, because the driver integration method depends on the BIOS settings of your nForce SATA Controllers.

Quote

Even though is relatively new, The drivers CD gives me the option to create a floppy disc....
These drivers usually are old and not the best ones.

Quote

Which tutorial should I follow?
The one you find within the first post of this thread.

Share this topic:


  • 99 Pages +
  • « First
  • 77
  • 78
  • 79
  • 80
  • 81
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

11 User(s) are reading this topic
0 members, 11 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy