[XP] Driver aan setup toevoegen, error

Pagina: 1
Acties:

  • paradoXical
  • Registratie: Oktober 2000
  • Laatst online: 30-03 13:29
Ik heb hier een bordje liggen met een highpoint 370 controller (onboard) waarvan de diskette controller naar de eeuwige pc hemel is..

Nu moet ik blijkbaar deze driver in mijn setup geladen zien te krijgen, en dat is nog een hele tour.

Ik heb de drivers netjes gedownload, en een nieuwe XP cd gemaakt met de volgende wijzigingen (gevonden op onderstaande link)

http://support.microsoft.com/?kbid=288344

in de map I386 > $OEM$ dir aan gemaakt en daarin een dir TEXTMODE

Dus: x:\I386\$OEM$\TEXTMODE

Hierin heb ik de drivers gekopieerd, ik heb de TEXTSETUP.OEM aangepast als volgt:


#
# TXTSETUP.OEM for HPT370/372 IDE RAID controller
#
# Copyright (c) 2000-2001 HighPoint Technologies, Inc. All rights reserved
#


[Disks]

# 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.
#
#

d4 = "HighPoint HPT370/372 IDE RAID Driver Diskette", \Disk1,.

[Defaults]

# 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.

scsi = Hpt3xxXP


[scsi]

# 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
#

Hpt3xxXP = "Hpt370/372 IDE RAID Controller for WinXP", Hpt3xx


[Files.scsi.Hpt3xxXP]

# 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.

driver = d4, Hpt3xx.sys, Hpt3xx
inf = d4, Hpt3xx.inf, Hpt3xx
inf = d4, Rcm.inf, Hpt3xx


[Config.Hpt3xx]

# 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.
#
# <key_name> is relative to the services node for this device.
# If it is empty, then it refers to the services node.
# If specified, the key is created first.
# <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>

value = "", Tag, REG_DWORD, 1
value = "Parameters\PnpInterface", 5, REG_DWORD, 1


[HardwareIds.scsi.Hpt3xxXP]
id = "PCI\VEN_1103&DEV_0004","Hpt3xx"


Mijn unattend.txt

Toegevoegd:


OemPreinstall = Yes

[MassStorageDrivers]
"Hpt370/372 IDE RAID Controller for WinXP" = "OEM".
"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"

[OEMBootFiles]
Disk1
hpt3xx.Sys
hpt3xx.INF
Rcm.inf
Txtsetup.oem



Als ik nu de bestanden in dos ga kopieren krijg ik een crash.. Ik zie 123 echt niet wat er fout gaat en ik ben er al een tijdje mee bezig,.. Alle hulp is welkom!

EDIT: Hieronder de originele TXTSETUP.OEM


#
# TXTSETUP.OEM for HPT370/372 IDE RAID controller
#
# Copyright (c) 2000-2001 HighPoint Technologies, Inc. All rights reserved
#


[Disks]

# 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.
#

d1 = "HighPoint HPT370/372 IDE RAID Driver Diskette", \Disk1, \
d2 = "HighPoint HPT370/372 IDE RAID Driver Diskette", \Disk1, \Winnt
d3 = "HighPoint HPT370/372 IDE RAID Driver Diskette", \Disk1, \Win2k
d4 = "HighPoint HPT370/372 IDE RAID Driver Diskette", \Disk1, \WinXP

[Defaults]

# 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.

scsi = Hpt3xxNT


[scsi]

# 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

Hpt3xxNT = "Hpt370/372 IDE RAID Controller for WinNT 4.0", Hpt3xxNT
Hpt3xx2K = "Hpt370/372 IDE RAID Controller for Win2000", Hpt3xxNT
Hpt3xxXP = "Hpt370/372 IDE RAID Controller for WinXP", Hpt3xx


[Files.scsi.Hpt3xxNT]

# 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.

driver = d2, HPT3xxNT.sys, Hpt3xxNT
inf = d2, hpt3xxNT.inf, Hpt3xxNT


[Config.scsi.Hpt3xxNT]

# 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.
#
# <key_name> is relative to the services node for this device.
# If it is empty, then it refers to the services node.
# If specified, the key is created first.
# <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>

value = "", Tag, REG_DWORD, 1
value = "Parameters\PnpInterface", 5, REG_DWORD, 1


[Files.scsi.Hpt3xx2K]

# 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.

driver = d3, HPT3xxNT.sys, Hpt3xxNT
inf = d3, hpt3xxNT.inf, Hpt3xxNT


[Files.scsi.Hpt3xxXP]

# 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.

driver = d4, Hpt3xx.sys, Hpt3xx
inf = d4, Hpt3xx.inf, Hpt3xx
inf = d4, Rcm.inf, Hpt3xx


[Config.Hpt3xx]

# 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.
#
# <key_name> is relative to the services node for this device.
# If it is empty, then it refers to the services node.
# If specified, the key is created first.
# <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>

value = "", Tag, REG_DWORD, 1
value = "Parameters\PnpInterface", 5, REG_DWORD, 1


[HardwareIds.scsi.Hpt3xx2K]
id = "PCI\VEN_1103&DEV_0004","Hpt3xxNT"


[HardwareIds.scsi.Hpt3xxXP]
id = "PCI\VEN_1103&DEV_0004","Hpt3xx"

[ Voor 48% gewijzigd door paradoXical op 29-04-2004 19:30 ]

She was beautiful. God I loved her. I just didn't know how to show it, that's all. I killed her, Red. I didn't pull the trigger, but I pushed her away. And that's why she died, because of me.


  • Sjaak_Afhaak
  • Registratie: Oktober 2000
  • Laatst online: 07:42

Sjaak_Afhaak

Bleh!

ik heb geen verstand van proggen, dus daar kan ik je niet mee helpen. Ik heb zelf een keer zoiets dergelijks meegemaakt, en heb dat op de volgende manier opgelost. (hiervoor had ik wel 2 losse CD-rom/DVD-spelers nodig).

ik boot het systeem met cd-com 1 waarin ik een CD-r heb gestopt met daarop de inhoud van een win98SE bootdisk erop + drivers heb staan. In de andere CD-rom speler stop ik de XP cd. Eerst booten in Dos, die herkent beide CD-romspelers, maar de CD-rom waarvan je geboot hebt, maakt DOS de A: van. vervolgens kun je gewoon aan de installatie van XP beginnen.

Dit is zeker geen echte mooie oplossing, maar voor mij heeft het in ieder geval gewerkt..

succes!

Hier staat tekst


  • paradoXical
  • Registratie: Oktober 2000
  • Laatst online: 30-03 13:29
Probleem blijft dat ik de highpoint driver in de setup moet laden. Dit kan alleen met een diskette station, of je moet de driver aan de installatie cdrom toevoegen (in TEXTMODE)

Jou methode gaat helaas niet werken dus sjaak afhaak, helaas :)

She was beautiful. God I loved her. I just didn't know how to show it, that's all. I killed her, Red. I didn't pull the trigger, but I pushed her away. And that's why she died, because of me.


  • elevator
  • Registratie: December 2001
  • Niet online

elevator

Officieel moto fan :)

paradoXical schreef op 29 april 2004 @ 19:28:
Als ik nu de bestanden in dos ga kopieren krijg ik een crash.. Ik zie 123 echt niet wat er fout gaat en ik ben er al een tijdje mee bezig,.. Alle hulp is welkom!
Met een crash bedoel je dat Windows aangeeft niet door te kunnen gaan omdat er geen mass storage drivers gevonden worden of krijg je tijdens de setup een could-not-copy oid error? :)

Je zou hier eens kunnen kijken: http://unattended.sourceforge.net/ al moet het zelf ook wel mogelijk zijn :)

  • paradoXical
  • Registratie: Oktober 2000
  • Laatst online: 30-03 13:29
elevator schreef op 30 april 2004 @ 15:02:
[...]

Met een crash bedoel je dat Windows aangeeft niet door te kunnen gaan omdat er geen mass storage drivers gevonden worden of krijg je tijdens de setup een could-not-copy oid error? :)

Je zou hier eens kunnen kijken: http://unattended.sourceforge.net/ al moet het zelf ook wel mogelijk zijn :)
Dioe site heb ik al bekeken, ze gebuiken omo een andere manier om een storage driver te laden.

Ik kopieer de bestanden in DOS (winnt vanuit dos bos runnen) maar hij loopt nu vast tijdens dat process. Er is dus blijkbaar iets verkeerd, en dat ligt niet aan de driver, want die wordt pas in de textsetup geladen! :)

She was beautiful. God I loved her. I just didn't know how to show it, that's all. I killed her, Red. I didn't pull the trigger, but I pushed her away. And that's why she died, because of me.


  • elevator
  • Registratie: December 2001
  • Niet online

elevator

Officieel moto fan :)

Hm? Ik volg je niet. Je copieert de bestanden in DOS ?

  • paradoXical
  • Registratie: Oktober 2000
  • Laatst online: 30-03 13:29
elevator schreef op 01 mei 2004 @ 19:55:
Hm? Ik volg je niet. Je copieert de bestanden in DOS ?
Ja? Ik boot niet vanaf CD. Ik enter DOS mode, x:\i386\winnt.exe

De setup bestanden worden dan naar de hard drive gekopieerd, je reboot en de windows setup kan beginnen!

She was beautiful. God I loved her. I just didn't know how to show it, that's all. I killed her, Red. I didn't pull the trigger, but I pushed her away. And that's why she died, because of me.

Pagina: 1