Jump to content

fasttrak.sys couldn't be found


Recommended Posts

hello,

everybody, i am new in unattended installation

message was received "fasttrak.sys could be found", while i am trying windows2000 professional unattended install

my raid card is Promise FastTrak100 Controller

and i have followed the instruction on the webGreenMachine

Below is what i have done

i copy FASTTRAK FASTTRAK.CAT FASTTRAK.INF and FASTTRAK.SYS

under $OEM$\$1\DRIVERS\001\promise\

-----------------------------------------------------------------------------------

here is the content of my unattend.txt

------------------------------------------------------------------------------------

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=WINNT

DriverSigningPolicy="Ignore"

OemPnPDriversPath="DRIVERS\001\promise"

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=210

OemSkipWelcome=1

AutoLogon="Yes"

ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

[userData]

FullName="Frank"

OrgName="okio"

ComputerName=itok

[identification]

JoinWorkgroup=WANWAN

[Networking]

InstallDefaultComponents=Yes

---------------------------------------------------------------------------

and i have copy the following code to txtsetup.sif

[sourceDisksFiles]

fasttrak.sys = 1,,,,,,4_,4,1,,,1,4

[HardwareIdsDatabase]

PCI\VEN_105A&DEV_4D30&SUBSYS_4D32105A = "fasttrak"

PCI\VEN_105A&DEV_4D30&SUBSYS_4D39105A = "fasttrak"

PCI\VEN_105A&DEV_4D33&SUBSYS_4D33105A = "fasttrak"

PCI\VEN_105A&DEV_4D38&SUBSYS_4D39105A = "fasttrak"

PCI\VEN_105A&DEV_6268 = "fasttrak"

PCI\VEN_105A&DEV_6269 = "fasttrak"

[sCSI.load]

fasttrak = fasttrak.sys,4

[sCSI]

fasttrak = "Promise FastTrak/66/100/TX2/TX4/TX2000 Controller"

----------------------------------------------------------------------------

Does anyone have clue what's going wrong?

thank you very much for your helps

Link to comment
Share on other sites


You need fasttrak.sy_ in your i386 folder.

Use the following command to create it (from a command prompt)

makecab /D CompressionType=LZX /D CompressionMemory=21 FASTTRAK.SYS

The resulting file will be FASTTRAK.SY_, which you can put in your i386 directory.

Link to comment
Share on other sites

In dosnet.inf add:

[FloppyFiles.1]

d1,fasttrak.sys

[Files]

d1,fasttrak.sys

------------

In txtsetup.inf add:

[sourceDisksFiles]

fasttrak.sys = 1,,,,,,4_,4,1,,,1,4

[HardwareIdsDatabase]

PCI\VEN_105A&DEV_0D30&CC_0104 = "fasttrak"

PCI\VEN_105A&DEV_1275&CC_0104 = "fasttrak"

PCI\VEN_105A&DEV_4D30&CC_0104 = "fasttrak"

PCI\VEN_105A&DEV_4D30&SUBSYS_4D32105A = "fasttrak"

PCI\VEN_105A&DEV_4D30&SUBSYS_4D39105A = "fasttrak"

PCI\VEN_105A&DEV_4D33&SUBSYS_4D33105A = "fasttrak"

PCI\VEN_105A&DEV_4D38&CC_0104 = "fasttrak"

PCI\VEN_105A&DEV_4D38&SUBSYS_4D39105A = "fasttrak"

PCI\VEN_105A&DEV_5275&CC_0104 = "fasttrak"

PCI\VEN_105A&DEV_5275&SUBSYS_1275105A = "fasttrak"

PCI\VEN_105A&DEV_5275&SUBSYS_B0001458 = "fasttrak"

PCI\VEN_105A&DEV_6268 = "fasttrak"

PCI\VEN_105A&DEV_6268&CC_0104 = "fasttrak"

PCI\VEN_105A&DEV_6269 = "fasttrak"

PCI\VEN_105A&DEV_7275 = "fasttrak"

PCI\VEN_105A&DEV_7275&CC_0104 = "fasttrak"

[sCSI.load]

fasttrak = fasttrak.sys,4

[sCSI]

fasttrak = "Promise FastTrak/66/100/TX2/TX4/TX2000 Controllers"

------------

And, as already mentioned, you'll also need the compressed driver file (fasttrak.sy_) in your i386 directory.

Link to comment
Share on other sites

thankyou all you guys

i have succed to avoid pressing F6 to install Raid drivers for my win2k unattend

install,

but there is a problem occured

after install win2000 successfully,and first boot to enter windows2000

message was received "inaccessible_boot_device"

what is probably wrong

p.s.

i copied fasttrak.sy_ under folder I386

i have not copied fasttrak.sys under folder I386

Link to comment
Share on other sites

Create a directory

"$OEM$\$$\INF"

on your uA CD.

Copy "fasttrak.inf" to this directory (setup will copy the contents of this dir to "systemroot\inf"). Actually, copies of all .inf files used during unattended install should be placed there.

BTW: for the extensive driver parameters list credit of course goes to RyanVM - forgot to mention this, sorry.

Link to comment
Share on other sites

:no: i have created Inf folder

and i have put the inf file  FASTTRAK.INF under

$OEM$\$$\Inf\

still the problem occured :no:

does there are any missing

Anyone could help

You get inaccessible boot device because Windows finds the driver during TEXTMODE install but needs the driver to be found and loaded during the GUI mode part. When the GUI mode part launches, and it doesn't have the SATA/RAID driver, you get the error you see there.

Read this for finishing up integration of the FastTrak driver. Essentially, you need to create a folder structure:

i386
\$oem$
- - \$1
- - - \Drivers
- - - - - \RAID

With all your fasttrak drivers in the ROOT of the RAID folder so the folder looks like:

fasttrak.inf

fasttrak.dll

etc.

In your winnt.sif add the following line under the [unattended] section:

OemPnPDriversPath = "Drivers\RAID"

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