Jump to content

Need some IDE assistance, please.


Recommended Posts

I was wanting to make sure that I have everything set up properly to install my drivers for my sata/ide devices. I will be using this UXPCD to install on several similar computers and have broken down that I need only the sets of drivers I have listed below. I wanted to make sure they are called, and thought I would do it in WinNT.sif. Hopefully I have them done correctly, but I was wanting to know if anyone would check it out for me and let me know if I have any syntax errors in my configuration. This will be the only place I will be calling for these drivers and I need to know if they should work as they are, or if I need to fix them prior to trying to use them. Below is the code from both txtsetup.oem files, then I have attached the WinNT.sif file for review. TIA.

[Nvidia Driver (Edited for content)]
[Disks]
d1 = "NVIDIA RAID DRIVER (SCSI)",\disk1,\

[Defaults]
scsi = RAIDCLASS

[scsi]
RAIDCLASS = "NVIDIA RAID CLASS DRIVER"
BUSDRV = "NVIDIA NForce Storage Controller"

[Files.scsi.RAIDCLASS]
driver  = d1,nvraid.sys,RAIDCLASS
inf     = d1,nvraid.inf
dll     = d1,nvraidco.dll
catalog = d1,nvraid.cat

[Files.scsi.BUSDRV]
driver = d1,nvatabus.sys,BUSDRV
inf    = d1, nvatabus.inf
dll    = d1,idecoi.dll
catalog = d1, nvata.cat

[Config.RAIDCLASS]

[Config.BUSDRV]

[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"

[Promise Fastrak Driver (Edited For Content)]
[Disks]
d1 = "Promise FastTrak 376/378 Driver Diskette", \fasttx2k, \
d2 = "Promise FastTrak 376/378 Driver Diskette", \fasttx2k, \WinXP
d3 = "Promise SATA378 Driver Diskette", \ulsata, \
d4 = "Promise SATA378 Driver Diskette", \ulsata, \WinXP
d5 = "Promise FastTrak 376/378 Driver Diskette", \fasttx2k, \Win2003
d6 = "Promise SATA378 Driver Diskette", \ulsata, \Win2003

[Defaults]
scsi = FastTrak_TX2K_xp

[scsi]
UlSata_net   = "Win SERVER 2003 SATA378 (tm) Controller", UlSata
UlSata_xp   = "WinXP   Promise SATA378 (tm) Controller", UlSata
FastTrak_TX2K_net   = "Win SERVER 2003 Promise FastTrak 376/378 (tm) Controller", fasttx2k
FastTrak_TX2K_xp   = "WinXP   Promise FastTrak 376/378 (tm) Controller", fasttx2k

[Files.scsi.FastTrak_TX2K_net]
driver = d5, fasttx2k.sys, fasttx2k
dll    = d5, ptipbmf.dll
inf    = d5, fasttx2k.inf
catalog= d5, fasttx2k.cat

[HardwareIds.scsi.FastTrak_TX2K_net]
id="PCI\VEN_105A&DEV_3376", "fasttx2k"
id="PCI\VEN_105A&DEV_3373", "fasttx2k"

[Files.scsi.FastTrak_TX2K_xp]
driver = d2, fasttx2k.sys, fasttx2k
dll    = d2, ptipbmf.dll
inf    = d2, fasttx2k.inf
catalog= d2, fasttx2k.cat

[HardwareIds.scsi.FastTrak_TX2K_xp]
id="PCI\VEN_105A&DEV_3376", "fasttx2k"
id="PCI\VEN_105A&DEV_3373", "fasttx2k"

[Files.scsi.UlSata_xp]
driver = d4, UlSata.sys, UlSata
dll    = d4, ptipbm.dll
inf    = d4, UlSata.inf

[HardwareIds.scsi.UlSata_xp]
id = "PCI\VEN_105A&DEV_3373","UlSata"

[Files.scsi.UlSata_net]
driver = d6, UlSata.sys, UlSata
dll    = d6, ptipbm.dll
inf    = d6, UlSata.inf

[HardwareIds.scsi.UlSata_net]
id = "PCI\VEN_105A&DEV_3373","UlSata"

[Config.UlSata]
value = "", Tag, REG_DWORD, 1

[Config.fasttx2k]
value = "", Tag, REG_DWORD, 1

WinNT2.sif

Edited by DisabledTrucker
Link to comment
Share on other sites


Thanks, I was hoping I wouldn't need to put anything anywhere else in one of the other files so as to k.i.s.s. Going to try it soon, will post back if any of it actually works or not. Hopefully my cmdlines.txt file doesn't mess everything else up in the process. Wish I could use one of the VM's to do it, but I have used them both extensively in the past to where I cannot gain another "free" key to use them and I unfortunately, being disabled, cannot afford to purchase one of them. Unless someone knows of a VM which is free? Though I could attempt trying it on the Mac, it's unfortunately not going to do me much good as I don't have anything like what I am attempting to do on it, as it's a powerbook.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...