Jump to content

integration of scsi driver to win2000 server boot


karooo

Recommended Posts

Could someone help me to integrate scsi driver of Compaq Integrated Dual Channel Wide Ultra2 SCSI Controller, I try some of manuals of integrating driver from microsoft page but it not works. thanx

Link to comment
Share on other sites


Yes I try to make unattend boot cd of server 2000 becouse my fdd not work and i can't to install couse hdd is not visible. also my fdd didn't work because it is disabled in bios and a can't enter it

server is Compaq proliant ml370 but old with 1GHz PIII 256kb cache

....

this is the

txtsetup.oem

[Disks]

;

; ***** UNCOMMENT THE APPROPRIATE LINE *****

;

; use this line for files in directory \CPQ32FS2 (SSD...)

;d1 = "Compaq SCSI Controllers Driver for Windows 2000, diskette",\TXTSETUP.OEM,\CPQ32FS2

; Use this line for files in root of diskette

d1 = "Compaq SCSI Controllers Driver for Windows 2000 and Windows .NET, diskette",\TXTSETUP.OEM,\

[Defaults]

SCSI = cpq32fs2_000A

[sCSI]

cpq32fs2_000A = "Compaq Integrated Dual Channel Wide Ultra2 SCSI Controller"

cpq32fs2_0012 = "Compaq Integrated Wide Ultra2 SCSI Controller"

[Files.SCSI.cpq32fs2_000A]

driver = d1,cpq32fs2.sys,cpq32fs2

inf = d1,cpq32fs2.inf

[Files.SCSI.cpq32fs2_0012]

driver = d1,cpq32fs2.sys,cpq32fs2

inf = d1,cpq32fs2.inf

[Config.cpq32fs2]

value = "",tag,REG_DWORD,1A

value = Parameters\PnpInterface,2,REG_DWORD,1

value = Parameters\PnpInterface,5,REG_DWORD,1

value = Parameters,LegacyAdapterDetection,REG_DWORD,1

[HardwareIds.scsi.cpq32fs2_000A]

id = "PCI\VEN_1000&DEV_000A","cpq32fs2"

[HardwareIds.scsi.cpq32fs2_0012]

id = "PCI\VEN_1000&DEV_0012","cpq32fs2"

&

unattend.txt

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=ProvideDefault

OemPreinstall=Yes

TargetPath=\WINNT

[GuiUnattended]

AdminPassword=compaq04

OEMSkipRegional=1

TimeZone=95

[userData]

FullName=XXX

OrgName="XXX"

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[LicenseFilePrintData]

AutoMode=PerServer

AutoUsers=50

[RegionalSettings]

LanguageGroup=2

Language=0000041b

[identification]

JoinDomain=XXX

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter1=params.Adapter1

[params.Adapter1]

INFID=*

[NetClients]

MS_MSClient=params.MS_MSClient

[NetServices]

MS_SERVER=params.MS_SERVER

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

DNS=Yes

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=No

NetBIOSOptions=0

[MassStorageDrivers]

"Compaq Integrated Dual Channel Wide Ultra2 SCSI Controller" = "OEM"

"Compaq Integrated Wide Ultra2 SCSI Controller" = "OEM"

"IDE CD-ROM (ATAPI 1.2)/PCI IDE controller" = "RETAIL"

[OEMBootFiles]

cpq32fs2.inf

cpq32fs2.sys

cpq32fs2.cat

txtsetup.oem

Is here something wrong in the file or good

with this won't work.

Thanx

Link to comment
Share on other sites

Well... kind of hard to say but.. when i did it as i can recollect I had to add the some entries to unattended section of the answer file.

U have OEMPreinstall = Yes but no OEMPnPDriverPath entry and so on..

build the $OEM$ folder structure and make the corresponding answer file entries.

Also, as i can recollect, i had to place a testmode directory below the $OEM$ folder structure where i placed these masstorage drivers specified in the answer file.... and then edited the inf file to point into that directory, dont know if that is the correct way but it worked out for me atleast.

Good luck dude

Link to comment
Share on other sites

Thanx, I edit also the txtsetup.sif and when i booting show me that current driver could not be found a restart the system with any key could you help me where i have to type the path for finding it.

Is it in txtsetup.sif or in .inf file ??? or unatted.txt or txtsetup.oem B)

Link to comment
Share on other sites

Hmm...

Dunno what u r really asking here but lets give it a go! :)

From the unattend file (.txt / .sif ) u envoke parameters for the installation of the Windows installation. You for example specify the custom driver files for ur raid card as u have done. Windows will try to search for those files in the $OEM$ / textmode folder structure as also specified in ur answer file (pnpdriverspath etc etc )...

If windows finds a matching driver file, it will read the content of it to try to locate the required files for the whole installation of the software driver.

i guess u have to modify ur driver information files and see where it all ends up.

Sorry for not being of more help at the moment karooo.

Link to comment
Share on other sites

  • 1 month later...

You could also try the TXTSETUP.SIF method discussed in this forum, I have used this method successfully.

Search the Device Drivers section of this Forum for mraid35x and TXTSETUP you should find the information you need.

tguy

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