IPB

Google Frontpage Forums Unattended CD/DVD Guide
> [OemInfFiles], Successfully integrated NVRAID drivers
PhreeZ
post Jun 26 2005, 12:51 PM
Post #1


Newbie


Group: Members
Posts: 37
Joined: 21-May 05
Member No.: 57044
Country Flag


i had previously been using the TXTSETUP.SIF method of integrating the NVRAID drivers. this would work fine in the TEXTMODE portion of setup, but once the GUIMODE setup had completed, i would get bluescreens/reboots trying to load windows for the first time. the problem was a result of the NVIDIA NForce Storage Controller not being installed during GUIMODE. since driver is not WHQL certified, setup prioritized the installation of its own Standard Dual Channel PCI IDE Controller.

after a lot of playing around, i have managed to successfully integrate the NVRAID drivers onto an x64 unattended cd. i used the 7.12 PATARAID IDE drivers from the MSI website.

please refer to GreenMachine's Space for instructions on how to make the appropriate changes for the TEXTMODE portion of setup.
these were the additions i made to TXTSETUP.SIF:
CODE
[SourceDisksFiles]
nvatax64.sys = 1,,,,,,3_,4,1
nvrdx64.sys = 1,,,,,,3_,4,1

[HardwareIdsDatabase]
"GenNvRaidDisk" = "nvrdx64"
"*_NVRAIDBUS" = "nvrdx64"
"*NVRAIDBUS" = "nvrdx64"
"PCI\VEN_10DE&DEV_008E" = "nvatax64"
"PCI\VEN_10DE&DEV_0085" = "nvatax64"
"PCI\VEN_10DE&DEV_00D5" = "nvatax64"
"PCI\VEN_10DE&DEV_00EE" = "nvatax64"
"PCI\VEN_10DE&DEV_00E3" = "nvatax64"
"PCI\VEN_10DE&DEV_00E5" = "nvatax64"
"PCI\VEN_10DE&DEV_0035" = "nvatax64"
"PCI\VEN_10DE&DEV_0036" = "nvatax64"
"PCI\VEN_10DE&DEV_003E" = "nvatax64"
"PCI\VEN_10DE&DEV_0053" = "nvatax64"
"PCI\VEN_10DE&DEV_0054" = "nvatax64"
"PCI\VEN_10DE&DEV_0055" = "nvatax64"

[SCSI.load]
nvatax64 = nvatax64.sys,4
nvrdx64 = nvrdx64.sys,4

[SCSI]
nvatax64 = "NVIDIA NForce Storage Controller"
nvrdx64 = "NVIDIA RAID CLASS DRIVER"


to successfully install the NVIDIA NForce Storage Controller in GUIMODE:
place the following files in X:\$OEM$\$$\OEMDIR
CODE
idecoi.dll    317440  17:30.14 2005-05-12
nvatax64.inf    4125  17:28.00 2005-05-12
nvatax64.sys  147968  17:30.14 2005-05-12

add the following lines to WINNT.SIF:
CODE
[Data]
    OemDrivers=OemInfFiles

[OemInfFiles]
    OemDriverFlags=1
    OemDriverPathName="%SystemRoot%\OemDir"
    OemInfName="nvatax64.inf"


please let me know if you are successfully able to use this method. newwink.gif
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
PhreeZ
post Sep 9 2005, 08:07 PM
Post #2


Newbie


Group: Members
Posts: 37
Joined: 21-May 05
Member No.: 57044
Country Flag


@Jackrip5:
if you are using this method to install on your NVRAID, it should not interfere with any existing OemPnPDriversPath entries.
Go to the top of the page
 
+Quote Post

Posts in this topic
- PhreeZ   [OemInfFiles]   Jun 26 2005, 12:51 PM
- - jbm   It worked, good job Edit: I'm using a K8NE-D...   Jun 26 2005, 04:54 PM
- - PhreeZ   good to hear!   Jun 26 2005, 06:01 PM
- - PhreeZ   more detailed information about this method can be...   Jun 29 2005, 02:18 PM
- - Jito463   Why would you need to? The only reason for implem...   Jun 30 2005, 07:46 PM
|- - PhreeZ   QUOTE (Jito463 @ Jun 30 2005, 09:46 PM)Why wo...   Jul 15 2005, 08:07 PM
- - obeseotron   I have a SATA RAID0 array on my nforce3, and I can...   Jul 18 2005, 12:29 AM
- - PhreeZ   @obeseotron: try the official 6.66 release on the ...   Jul 19 2005, 01:49 PM
|- - dale5605   QUOTE (PhreeZ @ Jul 19 2005, 03:49 PM)@obeseo...   Jul 19 2005, 03:13 PM
- - PhreeZ   @dale5605: [OemInfFiles] should work with any vers...   Jul 19 2005, 05:59 PM
|- - dale5605   QUOTE (PhreeZ @ Jul 19 2005, 07:59 PM)@dale56...   Jul 19 2005, 10:09 PM
- - PhreeZ   @dale5605: be sure to check the link to GreenMachi...   Jul 20 2005, 08:03 AM
- - dale5605   The additions to TXTSETUP that you put in your fir...   Jul 20 2005, 08:46 AM
- - PhreeZ   @dale5605: it should be good for both.   Jul 20 2005, 03:46 PM
- - dale5605   I tried it on 32bit xp and it didn't work. Hav...   Jul 27 2005, 10:17 AM
- - PhreeZ   @dale5605: what symptoms are you experiencing that...   Jul 27 2005, 02:47 PM
- - dale5605   Right at the beginning, when windows is copying fi...   Jul 27 2005, 04:21 PM
- - dale5605   I don't get it, this just doesn't work. I ...   Aug 4 2005, 08:42 AM
|- - jbm   QUOTE (dale5605 @ Aug 4 2005, 08:42 AM)I don...   Aug 4 2005, 09:39 AM
- - dale5605   No I did not because I didn't see where it sai...   Aug 4 2005, 02:13 PM
- - jbm   I guess it doesn't exactlly tell you too, but ...   Aug 4 2005, 05:08 PM
- - dale5605   Well I don't see why phreeze would explain eac...   Aug 4 2005, 09:23 PM
- - jbm   Glad you got it working   Aug 4 2005, 11:20 PM
- - Jackrip5   Hi @ll - i'm reading any forum i find speaking...   Sep 8 2005, 02:56 PM
- - PhreeZ   @Jackrip5: if you are using this method to install...   Sep 9 2005, 08:07 PM


Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 05:23 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy