Tech Support > Microsoft Windows > Setup & Deployment > adding drivers to an iso image
adding drivers to an iso image
Posted by sienaman on April 15th, 2006


I have an iso image of XP with service pack 2 and I want to add some chipset
drivers SATA drivers and alike (from Intel) so that I can complete an
install of the OS. I add the drivers per the Intel docs but setup cannot seem
to find them.

After adding the drivers to the image I burn it onto a CD and re-boot. The
setup process proceeds until it cannot recognize the drive type. My thought
was that if I put the drivers on the ISO setup would find them but this does
not work.

Any help would be appreciated.

Posted by Mario Schmidt on April 15th, 2006


sienaman schrieb:
http://unattended.msfn.org/unattende...8203b42b796c9/

A lot of other interesting stuff there.

Posted by Mario Schmidt on April 15th, 2006


Mario Schmidt schrieb:

BTW:

The copy-section on that page is NOT COMPLETE! You also have to copy the
..sys file of the driver directly to you I386 folder on the CD. If there
is already a file with the same name but a ".sy_" as the extension,
delete that existing file.

It is IMPORTANT that you can' t just copy & paste stuff shown there, you
have to use the information provided by the TXTSETUP.OEM file of YOUR
drivers instead!

Posted by Mario Schmidt on April 15th, 2006


Mario Schmidt schrieb:
If that link does not work due to the expired session use

http://unattended.msfn.org/unattended.xp/view/web/36/

Posted by Mario Schmidt on April 15th, 2006


Mario Schmidt schrieb:

If you don' t know what WINNT.SIF is, just create that textfile in the
I386 folder with provided content.

Posted by sienaman on April 16th, 2006


Mario, thanks for the info but these particular drivers do not come with a
TXTSETUP.OEM. The driver set does some with a file called INFAnswer.txt but
it does not look anything like TXTSETUP.OEM. The contents of the file are as
follows, any info you have would be appreciated.

;
************************************************** ******************************
;
************************************************** ******************************
; ** Filename: INFAnswer.txt **
; ** Abstract: Windows* XP installation answer file to enable
; ** Intel(R) INF file preload.
; ** Last Update: Sept 12, 2003 (Version 6.0.0 Build 1001)
;
************************************************** ******************************
;
************************************************** ******************************
; Sample Unattended Setup Answer File **
; **
; This file contains information about how to automate the installation **
; or upgrade of Windows XP Pro Codename Whistler so the **
; Setup program runs without requiring user input. **
;
************************************************** ******************************

[Unattended]
UnattendMode=Fullunattend
UnattendSwitch=Yes
OemPreinstall=Yes
ConfirmHardware=No
OverwriteOemFilesOnupgrade=No
OemSkipEula=Yes
TargetPath=WINDOWS
;Filesystem=ConvertNTFS
DriverSigningPolicy=Ignore
OemPnPDriversPath="DRIVERS\INTELINF"
CrushDumpSetting=1

[UserData]
FullName="User_Name"
OrgName="Corporation_Name"
ComputerName=*
ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

[GuiUnattended]
Timezone=4 ;Set to the Pacific Northwest
AdminPassword=*
AutoLogon=Yes
AutoLogonCount=99
OemSkipReginal=1
OemSkipWelcome=1

[Display]
BitsPerPel=16
XResolution=640
YResolution=480
VRefresh=60

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000409
UserLocale=00000409
InputLocale=0409:00000409

[Shell]
DefaultStartPaneloff=Yes

[ComputerSettings]
PowerScheme=Presentation

[Branding]
BrandIEUsingUnattended=Yes

[Networking]
InstallDefaultComponents=Yes

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
INFID=*

[NetClients]
MS_MSClient=parama.MS_MSClient

[NetServices]
MS_SERVER=params.MS_Server

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
DNS=Yes
UseDomainNameDevolution=No
EnableLMHosts=Yes
AdapterSelections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=Yes
WINS=No
NetBIOSOptions=0

;
************************************************** ******************************
; Copyright (c) 2003 Intel Corporation **
; Copyright (c) 1994 - 2002 Microsoft Corporation **
; **
;
************************************************** ******************************
; Intel is making no claims of usability, effecacy or warranty **
;
************************************************** ******************************
; Information in this document is provided in connection with Intel
products. **
; No license, express or implied, by estoppel or otherwise, to any
intellectual **
; property rights is granted by this document. Intel assumes no liability **
; whatsoever, and Intel disclaims any express or implied warranty, relating
to **
; sale and/or use of Intel products for particular purpose, merchantability,
or **
; infringement of any patent, copyright or other intellectual property
right. **
; Intel products are not intended for use in medical, life saving, or life **
; sustaining applications. **
;
;
************************************************** ******************************
; Intel corporation disclaims all warranties and liabilities for the use of **
; this document and the information contained herein, and assumes no **
; responsibility for any errors which may appear in this document, nor does **
; Intel makes a commitment to update the information contained herein.
Intel **
; reserves the right to make changes to this document at any time, without **
; notice. **
;
************************************************** ******************************
;
************************************************** ******************************

; Third-party brands and names are the property of their respective owners. **
;
************************************************** ******************************
;************************************************* ********************************



"Mario Schmidt" wrote:

Posted by Mario Schmidt on April 17th, 2006


sienaman schrieb:
You may get the same info from the .inf file that is with the SATA
drivers. There you can find the PCI-IDs and Device-IDs etc. The missing
parts you have to fiddle together with the given information on the site.

Posted by Mario Schmidt on April 17th, 2006


HINT: Use a rewritable CD media to test if it works!

Posted by Mario Schmidt on April 17th, 2006


sienaman schrieb:
You may also post a link to the drivers so that I may take a look into it.

Posted by Mario Schmidt on April 17th, 2006


You may also take a look at www.driverpacks.net

The guy hosting that site makes driver packs of most common hardware
that can be integrated easily in the windows distribution. There is also
a MassStorage Driver Pack that takes care of some SATA drivers. Maybe
yours is supported?

Reading documentation on the site is NECESSARY BTW.


Similar Posts