@big poppa pump:
Quote
Posted 13 September 2004 - 12:36 PM
Quote
Posted 13 September 2004 - 07:30 PM
trainee, on Sep 13 2004, 12:36 PM, said:
Posted 13 September 2004 - 08:29 PM
Posted 13 September 2004 - 08:38 PM
trainee, on Sep 13 2004, 08:29 PM, said:
Posted 22 September 2004 - 02:48 AM
Posted 22 September 2004 - 05:51 AM
rcordorica, on Sep 22 2004, 10:48 AM, said:
Posted 22 September 2004 - 07:52 AM
Posted 01 October 2004 - 06:12 PM
Posted 01 October 2004 - 08:36 PM
Posted 01 October 2004 - 11:03 PM
Posted 01 October 2004 - 11:29 PM
Posted 02 October 2004 - 02:38 AM
Posted 02 October 2004 - 03:43 PM
Posted 05 October 2004 - 08:38 PM
$OEM$\Textmode\ (copy all files here from driver folder, remove them from any WinXP folder, but not subfolders within the WinXP folder, you will need those in your textmode folder, (replace folder name for your O/S.)) ie: $OEM$\Textmode\raidtool is fine but $OEM$\Textmode\WinXP\raidtool isn't. $OEM$\Inf (copy *.inf files here) $OEM$\$$\System32\ (copy any other files here not listed elsewhere from Textmode folder, such as *.exe, *.nvu, etc.) $OEM$\$$\System32\dllcache (make hidden and copy *.dll files in here) $OEM$\$$\System32\Drivers (copy *.sys files here) Remove any *.txt files as they shouldn't be needed especially readme's.
;textsetup.oem [Disks] ;includes settings for NVRaid, NVATA, as well as Promise Fasttrak 376 from MSI. ;For NTFS use (WinNT32.sif): d1 = "NVIDIA RAID DRIVER (SCSI)",\disk1,\Textmode\ ;For Fat use (WinNT.sif): d2 = "NVIDIA RAID DRIVER (SCSI)",\disk1,.\Textmode\ d3 = "Promise FastTrak 376/378 Driver Diskette",\fasttx2k,\Textmode\ d4 = "Promise FastTrak 376/378 Driver Diskette",\fasttx2k,.\Textmode\ d5 = "Promise SATA378 Driver Diskette", \ulsata,\Textmode\ d6 = "Promise SATA378 Driver Diskette", \ulsata,.\Textmode\ [Defaults] scsi = RAIDCLASS scsi = FastTrak_TX2K_xp [scsi] RAIDCLASS = "NVIDIA RAID CLASS DRIVER (required)" BUSDRV = "NVIDIA NForce Storage Controller (required)" UlSata_xp = "WinXP Promise SATA378 (tm) Controller", UlSata FastTrak_TX2K_xp = "WinXP Promise FastTrak 376/378 (tm) Controller", fasttx2k [Files.scsi.RAIDCLASS] driver = d1,nvraid.sys,RAIDCLASS inf = d1,nvraid.inf dll = d1,nvraidco.dll catalog = d1,nvraid.cat driver = d2,nvraid.sys,RAIDCLASS inf = d2,nvraid.inf dll = d2,nvraidco.dll catalog = d2,nvraid.cat [Files.scsi.BUSDRV] driver = d1,nvatabus.sys,BUSDRV inf = d1, nvatabus.inf dll = d1,idecoi.dll catalog = d1, nvata.cat driver = d2,nvatabus.sys,BUSDRV inf = d2, nvatabus.inf dll = d2,idecoi.dll catalog = d2, nvata.cat [Files.scsi.FastTrak_TX2K_xp] driver = d3, fasttx2k.sys, fasttx2k dll = d3, ptipbmf.dll inf = d3, fasttx2k.inf catalog= d3, fasttx2k.cat driver = d4, fasttx2k.sys, fasttx2k dll = d4, ptipbmf.dll inf = d4, fasttx2k.inf catalog= d4, fasttx2k.cat [Files.scsi.UlSata_xp] driver = d5, UlSata.sys, UlSata dll = d5, ptipbm.dll inf = d5, UlSata.inf catalog= d5, UlSata.cat driver = d6, UlSata.sys, UlSata dll = d6, ptipbm.dll inf = d6, UlSata.inf catalog= d6, UlSata.cat [Config.RAIDCLASS] [Config.BUSDRV] [Config.UlSata] value = "", Tag, REG_DWORD, 1 [Config.fasttx2k] value = "", Tag, REG_DWORD, 1 [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" [HardwareIds.scsi.FastTrak_TX2K_xp] id="PCI\VEN_105A&DEV_3376", "fasttx2k" id="PCI\VEN_105A&DEV_3373", "fasttx2k" [HardwareIds.scsi.UlSata_xp] id = "PCI\VEN_105A&DEV_3373","UlSata"Now make sure in your WinNT.sif file you have:
;SetupMgrTag [Data] AutoPartition=No MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore DUStopOnError=Yes Filesystem=* ForceHALDetection=Yes KeyboardLayout=US OverwriteOemFilesOnUpgrade=No OemFilesPath=".\$OEM$\" OemPnPDriversPath="PNPDriver";"PNPDriver\AudioDrv";"PNPDriver\AudioUtl";"PNPDriver\Display";"PNPDriver\Ethernet";"PNPDriver\GART";"PNPDriver\MemCtl";"PNPDriver\Modem";"PNPDriver\Mouse";"PNPDriver\Printer";"PNPDriver\SMBus";"PNPDriver\UPS";"PNPDriver\Video" ;Only need OemPnPDriversPath, if you have PNP Drivers set up to install, if you want to have the stuff you copy to the hard drive using the $OEM$ folder, you can place that in i386 and make the above path: ".\i386\$OEM$\" without the quotes, and when the O/S is done installing it's supposed to remove the folders for you, though not even that way worked when trying to install these drivers. OemSkipEula=Yes OemPreinstall=Yes OEMSkipWelcome=1 TargetPath=\WINDOWS Unattendmode=ProvideDefault ;In case later I need to change settings for different computer, can be several different settings, FullyUnattended is most used in forum, others are DefaultHide (default setting), GuiAttended, and ReadOnly. UnattendSwitch=Yes WaitForReboot=No ...Only Neccessary lines listed here... [MassStorageDrivers] "NVIDIA RAID CLASS DRIVER (required)"=OEM "NVIDIA NForce Storage Controller (required)"=OEM "WinXP Promise SATA378 (tm) Controller"=OEM "WinXP Promise FastTrak 376/378 (tm) Controller"=OEM "IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller"=RETAIL [OEMBootFiles] txtsetup.oem nvraid.sys nvraidco.dll NvAtaBus.sys idecoi.dll ulsata.sys ptipbm.dll fasttx2k.sys ptipbmf.dll nvraid.inf nvatabus.inf ULSata.inf Fasttx2k.inf nvata.cat nvraid.cat fasttx2k.cat ulsata.cat
Posted 06 October 2004 - 11:03 AM
Posted 06 October 2004 - 12:26 PM
Posted 08 October 2004 - 07:55 AM
Chaintech 7NJS Zenith motherboard (P.O.S. I know but I still use it none the less, waiting till next year to upgrade to 64-bit.) XP 2100+ (both o/c'd to 2600+ and non-o/c'd) 1GB PC 3200 Kingston HyperX 512MBx2 matched, running at 5-2-2-2-1@1.7v (min volts on 7NJS, wont go lower.) also tried 512MB of PC 2700 Crucial retail memory, using std settings. (Original purchased memory that Crucial reports works with the board, el-cheapo version, but otherwise good memory, only replaced to be able to o/c the 2100+, also running at 1.7volts, 5-2-2-2-1 settings.) Doesn't seem to be memory related. 2-Hitachi Deskstar 7K250 120GB Sata drives in raid 0, using SATA power cables. (No problems reported by any utilities provided by Hitachi, tried even just one drive at a time, but they are normally used as a raid 0. In fact they were still working just fine prior to reinstalling, where I attempted to do this upgrade. They are accessble just fine when not using the unattended, but F-6 way of installing the drivers.) Plextor 708-A/SW-BL, (even used old HP branded DVD Rom and CD-RW to install but they gave up the ghost, so replaced them with the trusty Plexy, which works on both systems the one I am on now is different in it's using an Asus A7N266-VM/AA with a XP 1700+ no o/c's with 512 MB of Crucial PC 2700 memory, (yes I have two matched sticks of this memory as well.) I replaced the Plexy in this one which is used in the other one now with a Optorite DD-0405 and WD1000JB and 1600JB hdds Also only uses on-board audio/video, no cards, lan is reached via Linksys WUSB-11. Power provided by PC P&C TC-510-ATX. Case is old HP Pavilion xt963. Yes it all fits but it's tight, cooling is standard air cooling provided by AMD and HP.) Creative Audigy 2 Platinum ATI AIW 9000 Pro Linksys WMP-11 for networking Antec TruePower 550. Case is Lian-Li PC-82COM Cooling via 5 Lian-Li fans and a CoolerMaster Aero 7+
This post has been edited by DisabledTrucker: 08 October 2004 - 08:07 AM
Posted 22 October 2004 - 01:24 AM
Quote

Posted 22 October 2004 - 04:22 PM
Posted 25 October 2004 - 01:02 AM