MSFN Forum: TEXTMODE MassStorageDrivers Method - MSFN Forum

Jump to content


  • 7 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • You cannot start a new topic
  • You cannot reply to this topic

TEXTMODE MassStorageDrivers Method How my 3ware drivers wiggled onto the CD Rate Topic: -----

#101 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,257
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 October 2005 - 05:03 PM

OK! I think I got it!

Since I am multibooting, I must add the $OEM$ folder which contains the drivers to the BOOT folder (not inside I386).

It seems to be working under simulation... I'll test it on a real computer tomorrow. I can even "see" setup copying iaStor.sys during the installation process.


:hello:


#102 User is offline   berrick 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 21-November 03

Posted 11 October 2005 - 09:15 AM

Since my last post in this topic i have tried unsuccesfully to create another uacd using this method..... (M$ make me a fibber again!!). I tried everything still no go, so i checked M$ web site and found this interesting article "You cannot perform an unattended installation of mass storage drivers when you run the Setup program from the Windows CD". This would certianly confirm why the method described here seems so hit n miss when used from CD.

The only succesful repeatable method I have found from UACD is the txtsetup.sif method.

#103 User is offline   Modder(s) 

  • Group: Members
  • Posts: 5
  • Joined: 25-October 04

Posted 15 October 2005 - 11:52 PM

berrick......what method are you using that works??? I checked out the link in your post and it says on that page "Note: Editing the Txtsetup.sif file to add mass storage drivers is not supported."

#104 User is offline   berrick 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 21-November 03

Posted 17 October 2005 - 12:09 PM

http://unattended.ms...rivers/raid.htm this method mainly or setup a network share then this method works. Bare in mind most modern mobo's will boot from sata drive just like if using IDE.

You only need the raid drivers loaded if you using a raid level on drives your booting from

#105 User is offline   Incroyable HULK 

  • Slowly Turning Green...
  • Group: Super Moderator
  • Posts: 1,257
  • Joined: 05-March 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 October 2005 - 06:02 PM

I don't know if someone mentionned this but I tried this method with Windows XP x64 Edition and it doesn't work. :angry:

I mean, if you provide some drivers, setup will load the files but will halt a bit later telling you it was unable to find any hard disk. Maybe it would work on a machine which trully need the extra drivers you added but it doesn't work under simulation (using Intel x64 Raid Drivers under VMware 5.5 Beta).

This post has been edited by Incroyable HULK: 31 October 2005 - 06:09 PM


#106 User is offline   tunesteve 

  • Group: Members
  • Posts: 2
  • Joined: 27-September 05

Posted 28 November 2005 - 04:33 PM

Well I have a doozy of a problem

Iastor.sys exist in many versions and some of our dell box require a specific one to boot from an unattended cd (raid mode)
I tried using the latest AA or Matrix iastor - NOT
My question is can i use multiple iastor maybe seprate them by folder and let the unattned find the right one?

I have an example from SIS - but I'm getting confused
I download the SIS raid 32bit setup r3.04c and looked in the floppyimage folder
under
-964_180
-----raid
----------srv2003
----------win2000
----------winxp
----------ws03xp64

same structure for 2 other folders : 964plus180(181) and 965_965L

the txtsetup.oem for the 964_180 folder is:

[Disks]
d1 = "SiS Raid/IDE Driver Diskette", \SISRAID, \
d2 = "SiS Raid/IDE Driver Diskette", \SISRAID, \RAID\SRV2003
d3 = "SiS Raid/IDE Driver Diskette", \SISRAID, \RAID\WIN2000
d4 = "SiS Raid/IDE Driver Diskette", \SISRAID, \RAID\WINXP
d5 = "SiS Raid/IDE Driver Diskette", \SISRAID, \RAID\WS03XP64

[Defaults]
scsi = SISRAID_XP

[scsi]
SISRAID_2003 = "Srv2003 32bit SiS Raid/IDE Controller"
SISRAID_XP = "WinXP 32bit SiS Raid/IDE Controller"
SISRAID_2000 = "Win2000 32bit SiS Raid/IDE Controller"
SISRAID_64 = "Windows 64bit SiS Raid/IDE Controller"

[Files.scsi.SISRAID_2003]
driver = d2, SiSRaid.sys, SiSRaid
dll = d2, Property.dll
inf = d2, SiSRaid.inf
catalog= d2, sisraid.cat

[HardwareIds.scsi.SISRAID_2003]
id="PCI\VEN_1039&DEV_0180", "SiSRaid"

[Files.scsi.SISRAID_XP]
driver = d4, SiSRaid.sys, SiSRaid
dll = d4, Property.dll
inf = d4, SiSRaid.inf
catalog= d4, sisraid.cat

[HardwareIds.scsi.SISRAID_XP]
id="PCI\VEN_1039&DEV_0180", "SiSRaid"

[Files.scsi.SISRAID_2000]
driver = d3, SiSRaid.sys, SiSRaid
dll = d3, Property.dll
inf = d3, SiSRaid.inf
catalog= d3, sisraid.cat


[HardwareIds.scsi.SISRAID_2000]
id="PCI\VEN_1039&DEV_0180", "SiSRaid"

[Files.scsi.SISRAID_64]
driver = d5, SiSRaid.sys, SiSRaid
;dll = d5, Property.dll
inf = d5, SiSRaid.inf
catalog= d5, sisraid.cat

[HardwareIds.scsi.SISRAID_64]
id="PCI\VEN_1039&DEV_0180", "SiSRaid"

[Config.SiSRaid]
value = parameters\PnpInterface,"5",REG_DWORD,1


how do i intergrate this into my unattend and how do I create one for the iastor/intel version
I'll be working on this and post any if any of my success !!!!

#107 User is offline   blackhauk 

  • Group: Members
  • Posts: 4
  • Joined: 19-August 05

Posted 07 December 2005 - 01:30 PM

Dude, does anyone know where I can get this utility?? I need it soo bad - I've done ton's of work on an image - and my goal is to be able to inject txtmode sata drivers into an alread created image that can go on any model of machine... right now I've got it up to about 30 different models of machines....

IF ANYONE knows where I can get this utility, I would really appreciate it PLEASE!!!!!

Thx,
bh

Dude, does anyone know where I can get this utility??

RASOR - Raid Ata Sata Oem Repackager

I need it soo bad - I've done ton's of work on an image - and my goal is to be able to inject txtmode sata drivers into an alread created image that can go on any model of machine... right now I've got it up to about 30 different models of machines....

IF ANYONE knows where I can get this utility, I would really appreciate it PLEASE!!!!!

Thx,
bh

#108 User is offline   trainee 

  • ThunderWalker
  • PipPip
  • Group: Members
  • Posts: 108
  • Joined: 04-May 04

  Posted 14 January 2006 - 12:06 AM

RASOR requires files from my website to run correctly. I changed webhosts and never put the files back online because there wasnt that much interest in RASOR. I have been very busy with my job but I will try to get to this if I can.

Sorry guys I dropped the ball...

#109 User is offline   papikid123 

  • Group: Members
  • Posts: 2
  • Joined: 19-February 06

Posted 19 February 2006 - 08:53 AM

how you extract the files? how you open a .7l file?

all I need is Promise Fastrak 376/378 Raid Driver

somebody please please help ,e

#110 User is offline   snag 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 07-June 05

Posted 16 March 2006 - 08:09 PM

I am currently setting this method to use for my OPK via RIS deployments. It works flawlessly until it reboots to start the graphical portion of Windows setup and then I get a blue screen right away (obviously the drivers are not being called in to play)...

Anyone have any ideas about this...it should not be TOO different than a CD based installation.

#111 User is offline   snag 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 07-June 05

Posted 17 March 2006 - 07:54 PM

Well...I finally got it. Have my RIS serving up WinPE with mass storage support hooking up with the OPK and installing an image with mass storage support and all the BTS driver packs integrated. I must say...nothing gains you knowledge like trial, error, a lot of caffeine, even more swearing and late night frustration. All had to do with the fact I used the manufacturers txtsetup.oem and left the file structure in tact. Text mode started up saying it could not copy the files I listed in [OEMBootFiles] even though the paths were there. Stripped out the path from Unattended.txt in the cfgset and modified the txtsetup.oem and move the driver to the root of ..\Textmode and works like a dream.

#112 User is offline   Hipster Doofus 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 21-April 06

Posted 04 May 2006 - 06:37 PM

Anyone got any ideas on this one>>

This is my winnt file for textmode:

[MassStorageDrivers]
"WinXP Promise MBFastTrak133 Lite ™ Controller" = "OEM"
"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"


[OEMBootFiles]
txtsetup.oem
FASTTRAK.INF
FASTTRAK.CAT
FASTTRAK.SYS

It boots to the section of saying "press F6.............." then it throws this up:

"Please insert the disk labeled windows XP Home Edition CD-ROM into dirve A"

Where do I go from here??

#113 User is offline   Hipster Doofus 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 21-April 06

Posted 04 May 2006 - 08:00 PM

Might have got a bit further but still need a bit of advice.

I've looked thru the txtset.oem & I think it is still pointing to the floppy.

From the file:

[Disks]
d4 = "Promise FastTrak Series Driver Diskette", \fasttrak, \WinXP

[Files.scsi.FastTrak133_xp]
driver = d4, Fasttrak.sys, Fasttrak
inf = d4, Fasttrak.inf

d4 is disc four of a floppy set??

If so how do I get the setup to look at the cd rom for [Files.scsi.FastTrak133_xp]????

Edit/ These two links in the first post of the thread are dead so I can't check. Down the bottom of the post.

* txtsetup.oem
* oemsetup.inf

This post has been edited by Hipster Doofus: 04 May 2006 - 08:05 PM


#114 User is offline   trainee 

  • ThunderWalker
  • PipPip
  • Group: Members
  • Posts: 108
  • Joined: 04-May 04

Posted 05 May 2006 - 12:25 AM

Hipster post a link to the exact driver you want and Ill take a look.

just to clarify: DO NOT PRESS F6 when using this method!


If I could figure out which CD I put my source code on I would try to get RASOR running again :blink:

#115 User is offline   Hipster Doofus 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 21-April 06

Posted 05 May 2006 - 02:24 AM

trainee here's the link to the driver>
driver_raid_promise.
Direct link to exe

Here's the path to the driver.....motherboard_driver_raid_promise_20276\RAID_chip20276\Driver\WinXP\
The Txtsetup.oem is in the driver folder which I put into the winxp folder.

In [scsi] I am using this>
[scsi]
FastTrak133_xp2 = "WinXP Promise MBFastTrak133 Lite ™ Controller", FastTrak

Better give a bit more info...

Following the guide I copied my MassStorageDrivers entry from the txtsetup.oem.

[MassStorageDrivers]
FastTrak133_xp2 = "WinXP Promise MBFastTrak133 Lite (tm) Controller", FastTrak = "OEM"
"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"

[OEMBootFiles]

	txtsetup.oem
	FASTTRAK.INF
	FASTTRAK.CAT
	FASTTRAK.SYS


When I first booted up I got about 1 or 2 seconds then this came up>>

"Line 68 of the INF file \I386\winnt.sif is invalid" That pointed to the massstoragedriver line.

What I did then was to edit the mass driver to remove words outside the quotes.

It now looks like this>
[MassStorageDrivers]
"WinXP Promise MBFastTrak133 Lite (tm) Controller" = "OEM"
"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"

[OEMBootFiles]
	txtsetup.oem
	FASTTRAK.INF
	FASTTRAK.CAT
	FASTTRAK.SYS


This is where I get to "press F6" which I don't, then staight after I get the box about loading the floppy.

This post has been edited by Hipster Doofus: 05 May 2006 - 03:17 AM


#116 User is offline   trainee 

  • ThunderWalker
  • PipPip
  • Group: Members
  • Posts: 108
  • Joined: 04-May 04

Posted 05 May 2006 - 02:23 PM

ok the change you made was correct for the [MassStorageDrivers] is correct.

The disk portion of the txtsetup.oem isnt actually that important. Trust me I've screwed with it a lot. However where are you copying your files and are you copying all of them with the directory structure?

The reason I ask is that this is a generic txtsetup.oem file for all of those drivers. If you are only copying the 3 files (FASTTRAK.cat, FASTTRAK.sys, FASTTRAK.inf) to your folders it probably wont work. You will need to keep the directory structure below where the txtsetup.oem file is.

so .../Textmode/WinXP/ needs to be maintained.

I usually recommend copying the whole darn thing and then pairing it down after you have it working. So in your case the contents of the Driver directory should be copied (its less than 2mb) to ALL of the directories. I'm willing to bet it will work then.


Once you have it working we can work on removing what you don't need. Its not too hard to rewrite the txtsetup.oem file, that is what RASOR does...its around here somewhere I swear...

#117 User is offline   Hipster Doofus 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 21-April 06

Posted 06 May 2006 - 07:17 PM

Still get that **** "Insert XP floppy" message. grrrrr

I've stripped the install back to basics. Tried again. Same result. I'll list my stuff to make sure it is all in the right place.

First my winnt.sif
;SetupMgrTag
[Data]
	AutoPartition=1
	MsDosInitiated="0"
	UnattendedInstall="Yes"

[Unattended]
	UnattendMode=FullUnattended
	OemSkipEula=Yes
	OemPreinstall=Yes
	TargetPath=\WINDOWS

[GuiUnattended]
	AdminPassword=
	EncryptedAdminPassword=NO
	OEMSkipRegional=1
	TimeZone=255
	OemSkipWelcome=1

[UserData]
	ProductKey=
	FullName="Hipster Doofus"
	OrgName="XP Ontology"
	ComputerName=

[Display]
	BitsPerPel=24
	Xresolution=800
	YResolution=600
	Vrefresh=60

[RegionalSettings]
	LanguageGroup=1
	SystemLocale=00000c09
	UserLocale=00000c09
	InputLocale=0c09:00000409

[Identification]
	JoinWorkgroup=WORKGROUP

[Networking]
	InstallDefaultComponents=Yes

[MassStorageDrivers] 
	"WinXP Promise MBFastTrak133 Lite (tm) Controller" = "OEM"
	"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"

[OEMBootFiles]
	Txtsetup.oem
	FASTTRAK.INF
	FASTTRAK.CAT
	FASTTRAK.SYS


Now the folder/file structure.
$OEM$\TEXTMODE\WinXP\FASTTRAK.CAT: FASTTRAK.INF: FASTTRAK.SYS
.....................|
.....................|
..............Txtsetup.oem (plus all the other folders & files from the driver pack)

I386\$OEM$\(same structure as above)

If it is all correct then it's a dead end............knowing me though it's not right.

UPDATE: Been looking through the thread again & dowwn the bottom of the first page trainee mentioned something I have not done. Seeing as my files are in an extra folder (WinXP) I am going to add it to the winnt file under [OEMBootFiles] so it looks like this>>

Txtsetup.oem
WinXp\FASTTRAK.INF
WinXp\FASTTRAK.CAT
WinXp\FASTTRAK.SYS

All fingers crossed!

Next Update FIZZER. No go. :( Same message. Wish I had a XP home floppy. At least it would install quickly. :D

This post has been edited by Hipster Doofus: 06 May 2006 - 08:18 PM


#118 User is offline   trainee 

  • ThunderWalker
  • PipPip
  • Group: Members
  • Posts: 108
  • Joined: 04-May 04

Posted 07 May 2006 - 09:43 PM

I was reading back through this thread...is this still the message you are getting?:

Quote

"Please insert the disk labeled windows XP Home Edition CD-ROM into dirve A"



If it is I do NOT believe it is related to the drivers. For kicks you might try the bare source of this XP cd (aka the original cd). Does it throw up this same message?


You might also consider altering/adding this to your winnt.sif:

[Data]
AutoPartition=0

[Unattended]
FileSystem=*



This will help determine if the drivers are actually loading correctly and it is giving this message after that. If you watch the blue bar at the bottom of the screen you should see the drivers loading. They will be toward the end (after you see all the adaptec etc. drivers go by), but they can go fast and are easily missed.

Finally, just so we cover all of the bases, you are testing this on the actual hardware correct? Not emulated?

This post has been edited by trainee: 07 May 2006 - 09:45 PM


#119 User is offline   Hipster Doofus 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 21-April 06

Posted 08 May 2006 - 01:43 AM

This is driving me nuts. It is on the actual hardware. I've got a spare partiton setup to test it. I tried about 15 times yesterday with various setups. All the same........"Please insert that floppy you don't have or won't".

I went right back to basics, using XPSP2, tried textmode, no go, insert floppy.

I tried adding to the txtsetup.sif, creating a cab file, no go, insert floppy.

I tried nlite, no go, insert floppy.

What happens everytime time is it will start to boot then say to press F6 (which I don't) then straight after that it asks for the floppy. It seems as if no files are being loaded as the F6 thing comes up after a couple of seconds after booting.

I must have an issue somewhere other than the driver. I'll try what you suggested above & see how it goes. I'll use the original XP disc.

Thanx for the help. Appreciate it. :)

This post has been edited by Hipster Doofus: 08 May 2006 - 01:47 AM


#120 User is offline   cdob 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 876
  • Joined: 29-September 05

Posted 08 May 2006 - 07:32 AM

Hipster Doofus said:

"Please insert the disk labeled windows XP Home Edition CD-ROM into dirve A"
Does files \WIN51IC and \WIN51IC.SP2 exist at cd?
Case is importand.

Remember, a a:\WINNT.SIF goes first.
Edit a a:\WINNT.SIF, remove [MassStorageDrivers] section and boot existing cd.
Do you get error message still?

@trainee
Thanks for winnt.sif [MassStorageDrivers] solution.
I'm using that at PE. Setupldr.bin in minint mode use files:
\I386\SYSTEM32\WINNT.SIF
\I386\SYSTEM32\$OEM$\TXTSETUP.OEM

Share this topic:


  • 7 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy