MSFN Forum: Big problems with RAID drivers - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Big problems with RAID drivers Rate Topic: -----

#1 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

  Posted 12 October 2005 - 09:50 AM

( I come from the Netherlands so my Englisch is not verry good )

Hello,

I am working for a compagnie and I have to make a unattended cd.. Everything is going well accept the part with the raid drivers for a S-ATA disk. We want that the setup looks for drivers on a floppy disk because we have many motherboards... If I use winnt.sif he dont looks on a floppy disk and if I dont use winnt.sif the installation looks on thje floppy disk and installs Windows. With what kind of rule in winnt.sif can I solve this problem ? ? ?

Please help me

This post has been edited by Steffen: 12 October 2005 - 10:01 AM



#2 User is offline   9717875 

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

Posted 12 October 2005 - 11:09 AM

just enter in winnt.sif under pnpdrivers A:\

#3 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 12 October 2005 - 03:17 PM

OemPnPDriversPath="A:\"

That rule you have to put in under [Unattended]?

#4 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 12 October 2005 - 03:40 PM

I have tried your solution but it didnt work.. The first time the setup is looking for the disk if you press F6.. That part is going well, but after formatting the disk the setup begins to copy all the files ACCEPT the files for the S-Ata disk. He cant copy the files because he coudnt find them..

Do you have a other solution???

Please help

#5 User is offline   9717875 

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

Posted 13 October 2005 - 12:40 PM

As far as i know it only worls that way.
The part of winnt.sif sould look like that

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
WaitForReboot=No
Repartition=NO
UnattendSwitch=Yes
OemPnpDriversPath="Drivers\000intel;Drivers\001via1;Drivers\001via2;Drivers\002nvid;Drivers\002nvid2;Drivers\003ati\Driver\2KXP_INF;Drivers\004ati\2KXP_INF;Drivers\001intel\Win2000;Drivers\001ac97;Drivers\002intel\PRO100\WINXP32;Drivers\003intel;Drivers\002intel\PRO1000\WINXP32;Drivers\001usb;drivers\0013com;drivers\001alc;drivers\001ad;drivers\002via;drivers\marv001;drivers\max001;A:\"

#6 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 14 October 2005 - 01:33 AM

My winnt.sif looks like this...
I dont want the drivers on the cd because we have hundreds of motherboards.. A floppy disk is then the best way

[Data]
MsDosInitiated="0"
UnattendedInstall="Yes"
AutoPartition=0

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch="yes"
FileSystem=*
OemPnPDriversPath="No"


[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1

[UserData]
ProductKey=++++++++++++++++++++
FullName="Gebruiker"
OrgName="nvt"
ComputerName=EDHPC

[Display]
Xresolution=800
YResolution=600

[RegionalSettings]
LanguageGroup=1
Language=00000413

[FavoritesEx]
Title1="EDH Computers VOF.url"
URL1="http://www.edhcomputers.nl"
Title2="Google.url"
URL2="http://www.google.nl"

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=http://www.edhcomputers.nl

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1

[Identification]
JoinWorkgroup=Werkgroep

[Networking]
InstallDefaultComponents=Yes

[GuiRunOnce]
%systemdrive%\install\RunOnceEx.cmd

This post has been edited by Steffen: 14 October 2005 - 11:46 AM


#7 User is offline   9717875 

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

Posted 14 October 2005 - 01:41 PM

Look at the end of the section botto right corner ;A:\"

#8 User is offline   Halfwalker 

  • Junior
  • Pip
  • Group: Members
  • Posts: 86
  • Joined: 12-October 05

Posted 14 October 2005 - 01:52 PM

View PostSteffen, on Oct 14 2005, 03:33 AM, said:

My winnt.sif looks like this...
I dont want the drivers on the cd because we have hundreds of motherboards.. A floppy disk is then the best way


Well, hundreds of motherboards maybe, but it won't take hundreds of drivers I bet. There are only so many chipsets out there.

Why don't you take a look at Bashrat's driverpacks ? Use his methods to add any other drivers you need. That way everything is on one CD, you don't need a floppy per motherboard type (and many systems don't even bother with floppies any more).

Bashrat's Driverpacks

I'm using the driverpack now on my CD, and I have yet to see a system it won't install on.

D.

#9 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 14 October 2005 - 02:40 PM

View PostHalfwalker, on Oct 14 2005, 07:52 PM, said:

View PostSteffen, on Oct 14 2005, 03:33 AM, said:

My winnt.sif looks like this...
I dont want the drivers on the cd because we have hundreds of motherboards.. A floppy disk is then the best way


Well, hundreds of motherboards maybe, but it won't take hundreds of drivers I bet. There are only so many chipsets out there.

Why don't you take a look at Bashrat's driverpacks ? Use his methods to add any other drivers you need. That way everything is on one CD, you don't need a floppy per motherboard type (and many systems don't even bother with floppies any more).

Bashrat's Driverpacks

I'm using the driverpack now on my CD, and I have yet to see a system it won't install on.

D.


I will try this...
I am now trying to install the cd without the $OEM maps... ( a tip of the programma Nlite )
I just didnt test it... maybe tomorrow


View Post9717875, on Oct 14 2005, 07:41 PM, said:

Look at the end of the section botto right corner ;A:\"


What do you mean? Can you be more clear ?

#10 User is offline   9717875 

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

Posted 16 October 2005 - 02:54 AM

Look at the end of my post it works like tha i´m using it with about 250 different types of mainboards without any problems
drivers have to be in $oem$\$1\drivers or in A:
and in PNPdriver there must be the exact path to the files $oem§\$1\drivers\somefolder paths have to be seperated with ;
hope this helps you

#11 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 16 October 2005 - 04:39 AM

My problem is solved I think..
I dont use the $OEM method anymore.. That's the problem of the hole story.. I just make a batch file that copy's the logo of or compagnie to system32 etc

#12 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 01 November 2005 - 03:30 AM

The problem is not solved.. How can I copy the files i need to the hardisk without the OEM method? A file on the cd doesnt help because the setup dont knows the variable %%CDROM%% or %CDROM%..

Can anybody help ?

#13 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,936
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 November 2005 - 03:18 PM

Is there a reason you are not using the $OEM$ method? I'm not saying you shouldn't, just wondering why you'd want to reinvent the wheel here.

#14 User is offline   Steffen 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 01-September 05

Posted 02 November 2005 - 01:47 AM

I want to use s-ata drivers from a floppy disk and thats not possible with the OEM method

#15 User is offline   lcbing 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 15-November 05

Posted 11 April 2006 - 07:36 AM

I couldn't help but read this and wonder. I wanted to be able to install my SATA drivers during the text-mode setup of WinXP MCE. I wanted to have them installed from the CD and not the floppy. I have to do this because my C: drive is on a SATA port. So, I found this...

http://www.beginnerspc.com/articles.cfm?ar...eid=1703&page=5

This will automatically load your SATA drivers instead of you having to push F8 to load the third party SATA drivers. I didn't test it, yet. I'm a little scared to because the instructions talk like you only have one driver when in fact, I have two. I have the nVidia nForce 4 SATA/RAID. In my txtsetup.oem it says that I must use both drivers. So, I put both in and will give it a try. Anyone else had any luck with this sort of thing?

#16 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 11 April 2006 - 07:59 AM

Yes, in fact there's a whole forum where it's been discussed. Try scrolling down the forum index a bit ;)

Or if you want to take the easy way out, try Bashrat's Mass Storage Driver pack ;)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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