Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , ,

Sponsored Links



Adding Third Party Storage Controllers in RIS WIN2k3

Windows Server Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 31-10-2005
mercer2K
 
Posts: n/a
Adding Third Party Storage Controllers in RIS WIN2k3

Question
I have been using RIS for a few years now and have only recently come upon
this issue. I have tried to research this specfic problem, but I am not
coming up with any workable answers. Here is the Issue

I need to add an Intel SATA driver that will recognize the HD during the
initial setup for a Windows XP Pro SP2 image. If I were doing this manually,
I would have the option of pressing F6 to install the driver, however with
RIS I do not. How do I add this driver so that it recognizes the hard drive?

I have scoured the internet and the MS & Intel sites, no luck finding that
one bit of info that will help. I have tried adding the PnP drivers and even
followed the steps on Intel's site for an unattended install, but no avail?
I know I have the correct drivers. I am wondering if placing them in either
$oem$\$1\... folder, or in a similar folder in the \i386\$oem\TEXTMODE
folder and editing the parameters in the ristndrd.sif is not the correct
procedure. Is there another file that I need to edit to have RIS see the
drivers during this initial phase of setup? This is probably a very easy
problem to fix, I am a one man show here and this is driving me nutz! HELP!
PLEASE!

Here is a copy of my .sif....
[data]
floppyless = "1"
msdosinitiated = "1"
OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
OriTyp = "4"
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 1

[SetupData]
OsLoadOptions = "/noguiboot /fastdetect"
SetupSourceDevice =
"\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
OemPreinstall = yes
OemPnpDriversPath = Drivers\Nic;Drivers\Storage
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
LegacyNIC = 1
DriverSigningPolicy = Ignore

[MassStorageDrivers]
"Intel(R) 82801GR SATA AHCI Controller" = "OEM"

[OEMBootFiles]
iaAhci.inf
iaStor.sys
iaAhci.cat
Textsetup.oem

[UserData]
FullName = "%USERFIRSTNAME% %USERLASTNAME%"
OrgName = "%ORGNAME%"
ComputerName = %MACHINENAME%

[GuiUnattended]
OemSkipWelcome = 1
OemSkipRegional = 1
TimeZone = %TIMEZONE%
AdminPassword = "*"


[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 60

[Networking]

[NetServices]
MS_Server=params.MS_PSched

[Identification]
JoinDomain = %MACHINEDOMAIN%
DoOldStyleDomainJoin = Yes

[RemoteInstall]
Repartition = Yes
UseWholeDisk = Yes


[OSChooser]
Description ="Microsoft Windows XP Professional SP2"
Help ="Automatically installs Microsoft Windows XP Professional without
prompting the user for input."
LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType =Flat
Version="5.1 (2600)"
--
Jason Dittmer
Network Systems Manager
Williams|Labadie
Reply With Quote
  #2  
Old 01-11-2005
Gerry Hickman
 
Posts: n/a
Re: Adding Third Party Storage Controllers in RIS WIN2k3

Hi,

What exact hardware are you trying to set up? Most of the latest
Intel/Dell boxes can run from the BIOS without any text mode drivers at
all. You say you didn't find any info, and yet I can see a
[MassStorageDrivers] section in you SIF, so how did you know how to
create that section if you didn't find it documented anywhere?

mercer2K wrote:
> Question
> I have been using RIS for a few years now and have only recently come upon
> this issue. I have tried to research this specfic problem, but I am not
> coming up with any workable answers. Here is the Issue
>
> I need to add an Intel SATA driver that will recognize the HD during the
> initial setup for a Windows XP Pro SP2 image. If I were doing this manually,
> I would have the option of pressing F6 to install the driver, however with
> RIS I do not. How do I add this driver so that it recognizes the hard drive?
>
> I have scoured the internet and the MS & Intel sites, no luck finding that
> one bit of info that will help. I have tried adding the PnP drivers and even
> followed the steps on Intel's site for an unattended install, but no avail?
> I know I have the correct drivers. I am wondering if placing them in either
> $oem$\$1\... folder, or in a similar folder in the \i386\$oem\TEXTMODE
> folder and editing the parameters in the ristndrd.sif is not the correct
> procedure. Is there another file that I need to edit to have RIS see the
> drivers during this initial phase of setup? This is probably a very easy
> problem to fix, I am a one man show here and this is driving me nutz! HELP!
> PLEASE!
>
> Here is a copy of my .sif....
> [data]
> floppyless = "1"
> msdosinitiated = "1"
> OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
> OriTyp = "4"
> LocalSourceOnCD = 1
> DisableAdminAccountOnDomainJoin = 1
>
> [SetupData]
> OsLoadOptions = "/noguiboot /fastdetect"
> SetupSourceDevice =
> "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
>
> [Unattended]
> OemPreinstall = yes
> OemPnpDriversPath = Drivers\Nic;Drivers\Storage
> FileSystem = LeaveAlone
> ExtendOEMPartition = 0
> TargetPath = \WINDOWS
> OemSkipEula = yes
> InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
> LegacyNIC = 1
> DriverSigningPolicy = Ignore
>
> [MassStorageDrivers]
> "Intel(R) 82801GR SATA AHCI Controller" = "OEM"
>
> [OEMBootFiles]
> iaAhci.inf
> iaStor.sys
> iaAhci.cat
> Textsetup.oem
>
> [UserData]
> FullName = "%USERFIRSTNAME% %USERLASTNAME%"
> OrgName = "%ORGNAME%"
> ComputerName = %MACHINENAME%
>
> [GuiUnattended]
> OemSkipWelcome = 1
> OemSkipRegional = 1
> TimeZone = %TIMEZONE%
> AdminPassword = "*"
>
>
> [Display]
> BitsPerPel = 16
> XResolution = 800
> YResolution = 600
> VRefresh = 60
>
> [Networking]
>
> [NetServices]
> MS_Server=params.MS_PSched
>
> [Identification]
> JoinDomain = %MACHINEDOMAIN%
> DoOldStyleDomainJoin = Yes
>
> [RemoteInstall]
> Repartition = Yes
> UseWholeDisk = Yes
>
>
> [OSChooser]
> Description ="Microsoft Windows XP Professional SP2"
> Help ="Automatically installs Microsoft Windows XP Professional without
> prompting the user for input."
> LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
> ImageType =Flat
> Version="5.1 (2600)"



--
Gerry Hickman (London UK)
Reply With Quote
  #3  
Old 01-11-2005
mercer2K
 
Posts: n/a
Re: Adding Third Party Storage Controllers in RIS WIN2k3

Gerry,

Thanks for resonding.

I found the added .sif info from my searches on the Intel and or MS site. I
believe what you see below is actually from Intel. My problem is that even
with that addition it is still not seeing the storage controller. I am
getting an error message during the intial setup that the OS setup cannot
continue because it cannot find any hard drives. Now I have seen this
before, usually during a manual OS install when you forget to press F6 during
the initial install setup so I have been focusing on that area of the setup
process to troubleshoot this.

The HP boxes I am setting up have an Intel SATA 82801GR/GH AHCI Storage
Controller in them. I believe that it is too new for Windows XP to recognize
without specifying the drivers.

Long story short....the info in the .sif that you see is the product of
experimenting with many different instructions for adding storage controllers
that I found in my research. However, the instructuctions did not work in my
case. I believe that it must have something to do with one of the additions
in my .sif, one that I have entered or I am missing. While I have worked
with RIS for sometime, I am not as fluent in setting up unattended installs,
which is where I think now, that expertise would come in handy.
--
Jason Dittmer
Network Systems Manager
Williams|Labadie


"Gerry Hickman" wrote:

> Hi,
>
> What exact hardware are you trying to set up? Most of the latest
> Intel/Dell boxes can run from the BIOS without any text mode drivers at
> all. You say you didn't find any info, and yet I can see a
> [MassStorageDrivers] section in you SIF, so how did you know how to
> create that section if you didn't find it documented anywhere?
>

Reply With Quote
  #4  
Old 02-11-2005
Gerry Hickman
 
Posts: n/a
Re: Adding Third Party Storage Controllers in RIS WIN2k3

Hi Mercer,

OK you are making sense now. You researched some text mode drivers, but
they didn't work. That's different to how your first post came across
which was as if you didn't know how to create the entries in the SIF
file and could not find any information on it...

Here are a few suggestions:

1. Have you phoned HP?
2. Have you looked at BIOS options on the controller to offer the drives
to the o/s under BIOS control?

I've never used RIS, but I have some experience with SIF files under
Unattended mode. Where exactly did you put the files referred to in
[OemBootFiles] section? Have you checked the strings match you
TextSetup.oem file? Have you checked case sensitivity on all strings?

3. Have you posted on Compaq (HP) specific forums? This must be a day to
day task for Compaq/HP guys.

4. I've only just noticed you are saying the clients are XP! I saw
WIN2k3 in the subject line and thought we were talking about setting up
a server. I try to avoid XP where ever possible.

mercer2K wrote:
> Gerry,
>
> Thanks for resonding.
>
> I found the added .sif info from my searches on the Intel and or MS site. I
> believe what you see below is actually from Intel. My problem is that even
> with that addition it is still not seeing the storage controller. I am
> getting an error message during the intial setup that the OS setup cannot
> continue because it cannot find any hard drives. Now I have seen this
> before, usually during a manual OS install when you forget to press F6 during
> the initial install setup so I have been focusing on that area of the setup
> process to troubleshoot this.
>
> The HP boxes I am setting up have an Intel SATA 82801GR/GH AHCI Storage
> Controller in them. I believe that it is too new for Windows XP to recognize
> without specifying the drivers.
>
> Long story short....the info in the .sif that you see is the product of
> experimenting with many different instructions for adding storage controllers
> that I found in my research. However, the instructuctions did not work in my
> case. I believe that it must have something to do with one of the additions
> in my .sif, one that I have entered or I am missing. While I have worked
> with RIS for sometime, I am not as fluent in setting up unattended installs,
> which is where I think now, that expertise would come in handy.



--
Gerry Hickman (London UK)
Reply With Quote
  #5  
Old 02-11-2005
Gerry Hickman
 
Posts: n/a
Re: Adding Third Party Storage Controllers in RIS WIN2k3

Hi Mercer,

OK you are making sense now. You researched some text mode drivers, but
they didn't work. That's different to how your first post came across
which was as if you didn't know how to create the entries in the SIF
file and could not find any information on it...

Here are a few suggestions:

1. Have you phoned HP?
2. Have you looked at BIOS options on the controller to offer the drives
to the o/s under BIOS control?

I've never used RIS, but I have some experience with SIF files under
Unattended mode. Where exactly did you put the files referred to in
[OemBootFiles] section? Have you checked the strings match you
TextSetup.oem file? Have you checked case sensitivity on all strings?

3. Have you posted on Compaq (HP) specific forums? This must be a day to
day task for Compaq/HP guys.

4. I've only just noticed you are saying the clients are XP! I saw
WIN2k3 in the subject line and thought we were talking about setting up
a server. I try to avoid XP where ever possible.

mercer2K wrote:
> Gerry,
>
> Thanks for resonding.
>
> I found the added .sif info from my searches on the Intel and or MS site. I
> believe what you see below is actually from Intel. My problem is that even
> with that addition it is still not seeing the storage controller. I am
> getting an error message during the intial setup that the OS setup cannot
> continue because it cannot find any hard drives. Now I have seen this
> before, usually during a manual OS install when you forget to press F6 during
> the initial install setup so I have been focusing on that area of the setup
> process to troubleshoot this.
>
> The HP boxes I am setting up have an Intel SATA 82801GR/GH AHCI Storage
> Controller in them. I believe that it is too new for Windows XP to recognize
> without specifying the drivers.
>
> Long story short....the info in the .sif that you see is the product of
> experimenting with many different instructions for adding storage controllers
> that I found in my research. However, the instructuctions did not work in my
> case. I believe that it must have something to do with one of the additions
> in my .sif, one that I have entered or I am missing. While I have worked
> with RIS for sometime, I am not as fluent in setting up unattended installs,
> which is where I think now, that expertise would come in handy.



--
Gerry Hickman (London UK)
Reply With Quote
  #6  
Old 02-11-2005
Gerry Hickman
 
Posts: n/a
Re: Adding Third Party Storage Controllers in RIS WIN2k3

Hi Mercer,

OK you are making sense now. You researched some text mode drivers, but
they didn't work. That's different to how your first post came across
which was as if you didn't know how to create the entries in the SIF
file and could not find any information on it...

Here are a few suggestions:

1. Have you phoned HP?
2. Have you looked at BIOS options on the controller to offer the drives
to the o/s under BIOS control?

I've never used RIS, but I have some experience with SIF files under
Unattended mode. Where exactly did you put the files referred to in
[OemBootFiles] section? Have you checked the strings match you
TextSetup.oem file? Have you checked case sensitivity on all strings?

3. Have you posted on Compaq (HP) specific forums? This must be a day to
day task for Compaq/HP guys.

4. I've only just noticed you are saying the clients are XP! I saw
WIN2k3 in the subject line and thought we were talking about setting up
a server. I try to avoid XP where ever possible.

mercer2K wrote:
> Gerry,
>
> Thanks for resonding.
>
> I found the added .sif info from my searches on the Intel and or MS site. I
> believe what you see below is actually from Intel. My problem is that even
> with that addition it is still not seeing the storage controller. I am
> getting an error message during the intial setup that the OS setup cannot
> continue because it cannot find any hard drives. Now I have seen this
> before, usually during a manual OS install when you forget to press F6 during
> the initial install setup so I have been focusing on that area of the setup
> process to troubleshoot this.
>
> The HP boxes I am setting up have an Intel SATA 82801GR/GH AHCI Storage
> Controller in them. I believe that it is too new for Windows XP to recognize
> without specifying the drivers.
>
> Long story short....the info in the .sif that you see is the product of
> experimenting with many different instructions for adding storage controllers
> that I found in my research. However, the instructuctions did not work in my
> case. I believe that it must have something to do with one of the additions
> in my .sif, one that I have entered or I am missing. While I have worked
> with RIS for sometime, I am not as fluent in setting up unattended installs,
> which is where I think now, that expertise would come in handy.



--
Gerry Hickman (London UK)
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Adding Third Party Storage Controllers in RIS WIN2k3"
Thread Thread Starter Forum Replies Last Post
Adding new DNS server to Win2k3 domain randy Windows Server Help 3 29-10-2010 02:05 AM
Adding a additional storage to Desktop pc Nevermore Hardware Peripherals 3 01-09-2009 11:38 AM
Adding a new DC - win2k3 R2 Kyle BLake Active Directory 5 27-03-2009 06:58 PM
Adding third party software to autoplay Paul Beck Vista Help 1 23-12-2008 12:33 AM
DNS Problems adding Win2K3 Server to Existing Win2K Domain Robbie Windows Server Help 1 15-11-2004 01:16 PM


All times are GMT +5.5. The time now is 11:05 PM.