frank312 Posted September 5, 2004 Posted September 5, 2004 hello,everybody, i am new in unattended installation message was received "fasttrak.sys could be found", while i am trying windows2000 professional unattended installmy raid card is Promise FastTrak100 Controllerand i have followed the instruction on the webGreenMachineBelow is what i have donei copy FASTTRAK FASTTRAK.CAT FASTTRAK.INF and FASTTRAK.SYSunder $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
alenze Posted September 5, 2004 Posted September 5, 2004 For the unattended install to work, the "additional" SCSI etc. drivers (.sys files) also need to be copied to your i386 directory.
bucketbuster Posted September 5, 2004 Posted September 5, 2004 Did you put a cabbed version of fasttrak.sys in I386?
RyanVM Posted September 5, 2004 Posted September 5, 2004 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.SYSThe resulting file will be FASTTRAK.SY_, which you can put in your i386 directory.
frank312 Posted September 6, 2004 Author Posted September 6, 2004 I have not add any line in dosnet.infshould i add the file name to be copied in dosnet.inf
alenze Posted September 6, 2004 Posted September 6, 2004 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.
frank312 Posted September 6, 2004 Author Posted September 6, 2004 thankyou all you guysi have succed to avoid pressing F6 to install Raid drivers for my win2k unattendinstall,but there is a problem occuredafter install win2000 successfully,and first boot to enter windows2000message was received "inaccessible_boot_device"what is probably wrongp.s.i copied fasttrak.sy_ under folder I386i have not copied fasttrak.sys under folder I386
alenze Posted September 6, 2004 Posted September 6, 2004 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.
frank312 Posted September 6, 2004 Author Posted September 6, 2004 i have created Inf folderand i have put the inf file FASTTRAK.INF under$OEM$\$$\Inf\still the problem occured does there are any missingAnyone could help
Metzen Posted September 6, 2004 Posted September 6, 2004 i have created Inf folderand i have put the inf file FASTTRAK.INF under$OEM$\$$\Inf\still the problem occured does there are any missingAnyone could helpYou 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- - - - - \RAIDWith all your fasttrak drivers in the ROOT of the RAID folder so the folder looks like:fasttrak.inffasttrak.dlletc.In your winnt.sif add the following line under the [unattended] section:OemPnPDriversPath = "Drivers\RAID"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now