letmi
Enthusiast
Thread Starter
- Mitglied seit
- 24.03.2003
- Beiträge
- 1.024
- Ort
- AT/9xxx
- Details zu meinem Desktop
- Prozessor
- AMD Ryzen 9800x3D
- Mainboard
- ASROCK B650 Steel Legend
- Kühler
- Aquacomputer cuplex silver edition
- Speicher
- 32GB Kinston Fury Beast 6000 CL30
- Grafikprozessor
- Gefroce 3080 TI
- Display
- Gigabyte Aorus FO32U2 OLED 32"
- SSD
- 4TB M2
- Soundkarte
- DAC-X6
- Gehäuse
- Ein großes
- Netzteil
- bequiet 850W
- Keyboard
- Ducky One 2
- Mouse
- Logitesch G Pro
- Betriebssystem
- Win11 Pro
- Sonstiges
- Iphone 15 Pro Max
Hallo!
Ich möchte mir Windows XP 64 Bit installieren.
Habe aber ein Raid (NVidia) am laufen.
Jetzt möchte er beim Installvorgang natürlich die Treiber dafür haben.
Die origin. Diskette hat ja nur die 32Bit Treiber druff.
Hab mir jetzt von der Homepage die 64Bit Treiber geladen und entpackt.
Habe die Raid-Treiber auf die Disk kopiert.
Nur mault er nun beim Einbinden der Treiber rum, das die TXTSetup.oem einen Fehler in Zeile xxxx verursacht.
Hab einfach alle Datein vom Treiber auf a:\ direkt kopiert.
Warum will das nicht funzen?
danke
edit:
hier mal der inhalt der OEM Datei:
;
; format for txtsetup.oem.
;
; Follow this format for non-PNP adapters ISA
;
; Follow the txtsetup.oem in initio for PNP adapters like PCI and ISAPNP
;
; Txtsetup.oem is a generic way to install Storage adapters to get them through
; textmode setup. Do as little as possible and allow GUI mode setup to do the
; remaining work using the supplied inf.
;
; General format:
;
; [section]
; key = value1,value2,...
;
;
; The hash ('#') or semicolon (';') introduces a comment.
; Strings with embedded spaces, commas, or hashes should be double-quoted
;
; This section lists all disks in the disk set.
;
; <description> is a descriptive name for a disk, used when
; prompting for the disk
; <tagfile> is a file whose presence allows setup to recognize
; that the disk is inserted.
; <directory> is where the files are located on the disk.
;
[Disks]
d1 = "NVIDIA RAID DRIVER (SCSI)",\disk1,\
; This section lists the default selection for each 'required'
; hardware component. If a line is not present for a component,
; the default defaults to the first item in the [<component_name>]
; section (see below).
;
; <component_name> is one of computer, display, keyboard, mouse, scsi
; <id> is a unique <within the component> string to be associated
; with an option.
[Defaults]
scsi = RAIDCLASS
; This section lists the options available for a particular component.
;
; <id> is the unique string for the option
; <description> is a text string, presented to the user in a menu
; <key_name> gives the name of the key to be created for the component in
; HKEY_LOCAL_MACHINE\ControlSet001\Services
[scsi]
RAIDCLASS = "NVIDIA RAID CLASS DRIVER (required)"
BUSDRV = "NVIDIA nForce Storage Controller (required)"
; This section lists the files that should be copied if the user
; selects a particular component option.
;
; <file_type> is one of driver, port, class, dll, hal, inf, or detect.
; See below.
; <source_disk> identifies where the file is to be copied from, and must
; match en entry in the [Disks] section.
; <filename> is the name of the file. This will be appended to the
; directory specified for the disk in the [Disks] section to form the
; full path of the file on the disk.
; <driverkey> this is the name that will show under the services\driver key
; this should be the same name as the driver that is being installed.
[Files.scsi.RAIDCLASS]
driver = d1,nvrdx64.sys,RAIDCLASS
inf = d1,nvrdx64.inf
dll = d1,nvraidco.dll
catalog = d1,nvraid.cat
[Files.scsi.BUSDRV]
driver = d1,nvatax64.sys,BUSDRV
inf = d1, nvrdx64.inf
dll = d1,idecoi.dll
catalog = d1, nvraid.cat
; This section specifies values to be set in the registry for
; particular component options. Required values in the services\xxx
; key are created automatically -- use this section to specify additional
; keys to be created in services\xxx and values in services\xxx and
; services\xxx\yyy.
;
; This section must be filled out for storage controllers that
; are PNP adapters like PCI and ISA PNP adapters. Failure to do this
; can cause the driver to fail to load. Must also add the section
; [HardwareIds.scsi.ID] to identify the supported ID's.
;
; <value_name> specifies the value to be set within the key
; <value_type> is a string like REG_DWORD. See below.
; <value> specifies the actual value; its format depends on <value_type>
;
[Config.RAIDCLASS]
[Config.BUSDRV]
; A HardwareIds.scsi.Service section specifies the hardware IDs of
; the devices that a particular mass-storage driver supports.
;
; [HardwareIds.scsi.Service]
; id = "deviceID","service"
;
; HardwareIds.scsi.Service
; Service specifies the service to be installed.
;
; <deviceId > Specifies the device ID for a mass-storage device.
; <service > Specifies the service to be installed for the device.
;The following example excerpt shows a HardwareIds.scsi.Service section for a disk device:
;
[HardwareIds.scsi.RAIDCLASS]
id = "GenNvRaidDisk","nvrdx64"
id = "*_NVRAIDBUS","nvrdx64"
id = "*NVRAIDBUS","nvrdx64"
[HardwareIds.scsi.BUSDRV]
id = "PCI\VEN_10DE&DEV_008E", "nvatax64"
id = "PCI\VEN_10DE&DEV_0085", "nvatax64"
id = "PCI\VEN_10DE&DEV_00D5", "nvatax64"
id = "PCI\VEN_10DE&DEV_00EE", "nvatax64"
id = "PCI\VEN_10DE&DEV_00E3", "nvatax64"
id = "PCI\VEN_10DE&DEV_00E5", "nvatax64"
id = "PCI\VEN_10DE&DEV_0035", "nvatax64"
id = "PCI\VEN_10DE&DEV_0036", "nvatax64"
id = "PCI\VEN_10DE&DEV_003E", "nvatax64"
id = "PCI\VEN_10DE&DEV_0053", "nvatax64"
id = "PCI\VEN_10DE&DEV_0054", "nvatax64"
id = "PCI\VEN_10DE&DEV_0055", "nvatax64"
keinen nen Tip für mich?
Ich möchte mir Windows XP 64 Bit installieren.
Habe aber ein Raid (NVidia) am laufen.
Jetzt möchte er beim Installvorgang natürlich die Treiber dafür haben.
Die origin. Diskette hat ja nur die 32Bit Treiber druff.
Hab mir jetzt von der Homepage die 64Bit Treiber geladen und entpackt.
Habe die Raid-Treiber auf die Disk kopiert.
Nur mault er nun beim Einbinden der Treiber rum, das die TXTSetup.oem einen Fehler in Zeile xxxx verursacht.
Hab einfach alle Datein vom Treiber auf a:\ direkt kopiert.
Warum will das nicht funzen?
danke
edit:
hier mal der inhalt der OEM Datei:
;
; format for txtsetup.oem.
;
; Follow this format for non-PNP adapters ISA
;
; Follow the txtsetup.oem in initio for PNP adapters like PCI and ISAPNP
;
; Txtsetup.oem is a generic way to install Storage adapters to get them through
; textmode setup. Do as little as possible and allow GUI mode setup to do the
; remaining work using the supplied inf.
;
; General format:
;
; [section]
; key = value1,value2,...
;
;
; The hash ('#') or semicolon (';') introduces a comment.
; Strings with embedded spaces, commas, or hashes should be double-quoted
;
; This section lists all disks in the disk set.
;
; <description> is a descriptive name for a disk, used when
; prompting for the disk
; <tagfile> is a file whose presence allows setup to recognize
; that the disk is inserted.
; <directory> is where the files are located on the disk.
;
[Disks]
d1 = "NVIDIA RAID DRIVER (SCSI)",\disk1,\
; This section lists the default selection for each 'required'
; hardware component. If a line is not present for a component,
; the default defaults to the first item in the [<component_name>]
; section (see below).
;
; <component_name> is one of computer, display, keyboard, mouse, scsi
; <id> is a unique <within the component> string to be associated
; with an option.
[Defaults]
scsi = RAIDCLASS
; This section lists the options available for a particular component.
;
; <id> is the unique string for the option
; <description> is a text string, presented to the user in a menu
; <key_name> gives the name of the key to be created for the component in
; HKEY_LOCAL_MACHINE\ControlSet001\Services
[scsi]
RAIDCLASS = "NVIDIA RAID CLASS DRIVER (required)"
BUSDRV = "NVIDIA nForce Storage Controller (required)"
; This section lists the files that should be copied if the user
; selects a particular component option.
;
; <file_type> is one of driver, port, class, dll, hal, inf, or detect.
; See below.
; <source_disk> identifies where the file is to be copied from, and must
; match en entry in the [Disks] section.
; <filename> is the name of the file. This will be appended to the
; directory specified for the disk in the [Disks] section to form the
; full path of the file on the disk.
; <driverkey> this is the name that will show under the services\driver key
; this should be the same name as the driver that is being installed.
[Files.scsi.RAIDCLASS]
driver = d1,nvrdx64.sys,RAIDCLASS
inf = d1,nvrdx64.inf
dll = d1,nvraidco.dll
catalog = d1,nvraid.cat
[Files.scsi.BUSDRV]
driver = d1,nvatax64.sys,BUSDRV
inf = d1, nvrdx64.inf
dll = d1,idecoi.dll
catalog = d1, nvraid.cat
; This section specifies values to be set in the registry for
; particular component options. Required values in the services\xxx
; key are created automatically -- use this section to specify additional
; keys to be created in services\xxx and values in services\xxx and
; services\xxx\yyy.
;
; This section must be filled out for storage controllers that
; are PNP adapters like PCI and ISA PNP adapters. Failure to do this
; can cause the driver to fail to load. Must also add the section
; [HardwareIds.scsi.ID] to identify the supported ID's.
;
; <value_name> specifies the value to be set within the key
; <value_type> is a string like REG_DWORD. See below.
; <value> specifies the actual value; its format depends on <value_type>
;
[Config.RAIDCLASS]
[Config.BUSDRV]
; A HardwareIds.scsi.Service section specifies the hardware IDs of
; the devices that a particular mass-storage driver supports.
;
; [HardwareIds.scsi.Service]
; id = "deviceID","service"
;
; HardwareIds.scsi.Service
; Service specifies the service to be installed.
;
; <deviceId > Specifies the device ID for a mass-storage device.
; <service > Specifies the service to be installed for the device.
;The following example excerpt shows a HardwareIds.scsi.Service section for a disk device:
;
[HardwareIds.scsi.RAIDCLASS]
id = "GenNvRaidDisk","nvrdx64"
id = "*_NVRAIDBUS","nvrdx64"
id = "*NVRAIDBUS","nvrdx64"
[HardwareIds.scsi.BUSDRV]
id = "PCI\VEN_10DE&DEV_008E", "nvatax64"
id = "PCI\VEN_10DE&DEV_0085", "nvatax64"
id = "PCI\VEN_10DE&DEV_00D5", "nvatax64"
id = "PCI\VEN_10DE&DEV_00EE", "nvatax64"
id = "PCI\VEN_10DE&DEV_00E3", "nvatax64"
id = "PCI\VEN_10DE&DEV_00E5", "nvatax64"
id = "PCI\VEN_10DE&DEV_0035", "nvatax64"
id = "PCI\VEN_10DE&DEV_0036", "nvatax64"
id = "PCI\VEN_10DE&DEV_003E", "nvatax64"
id = "PCI\VEN_10DE&DEV_0053", "nvatax64"
id = "PCI\VEN_10DE&DEV_0054", "nvatax64"
id = "PCI\VEN_10DE&DEV_0055", "nvatax64"
keinen nen Tip für mich?

Zuletzt bearbeitet: