On 12/17/2010 03:30 AM, tovis wrote:
Thanks!
I will try it.
I Have choose disk1 because of the "Intel Storage Matrix" driver which I
have use for sample - how txtsetup.oem should have look like. Also in that
txtsetup.oem every device have separate rows for [Files.xxx] and
[HarwareIds.xxx] event thay have use the same driver file.
May be driver disk was prepared/checked for windows xp 64 bit edition?
What is also confusing me, that the floppy which have been work with
"original" installer CD, does not work with unattended prepared
install/setup copy. It would be nice to know how preparation for text mode
and pnp drivers  is work in unattended system. It's really time consuming
procedure to make a new preparation and check it.

Sincerely
   tovis

You're also using the Intel storage matrix driver ... you can just use my whole TXTSETUP.OEM and call it a day. (Unless you want to make changes, of course. And it doesn't include the AMD x86_64 SATA driver, for reasons discussed earlier.)
;#############################################################################
;#
;#    Filename:  TXTSETUP.OEM
;#
;#############################################################################

[Disks]
disk0 = "AMD AHCI/RAID Controller Driver", ahcix86.sys, \
disk1 = "Intel Matrix Storage Manager Driver", iaStor.sys, \

[Defaults]
scsi = iaAHCI

;#############################################################################

[scsi]

; ahcix86.inf
Napa_i386_ahci8086      = "AMD SATA AHCI/RAID Controller"

; iaAHCI.inf
iaAHCI                  = "Intel SATA AHCI Controller"

; iaStor.inf
iaStor                  = "Intel SATA RAID Controller"

;#############################################################################

; ahcix86.inf
[Files.SCSI.Napa_i386_ahci8086] 
inf     = disk0, ahcix86.inf
driver  = disk0, ahcix86.sys, ahcix86
catalog = disk0, ahcix86.cat

; iaAHCI.inf
[Files.SCSI.iaAHCI]
inf = disk1, iaAHCI.inf
driver = disk1, iaStor.sys, iaStor
catalog = disk1, iaAHCI.cat

; iaStor.inf
[Files.SCSI.iaStor]
inf = disk1, iaStor.inf
driver = disk1, iaStor.sys, iaStor
catalog = disk1, iaStor.cat

;#############################################################################

; ahcix86.inf
[Config.ahcix86]
value = "", Tag, REG_DWORD, 1

; iaStor.inf
[Config.iaStor]
value = "", tag, REG_DWORD, 1b
value = "", ErrorControl, REG_DWORD, 1
value = "", Group, REG_SZ, "SCSI Miniport"
value = "", Start, REG_DWORD, 0
value = "", Type, REG_DWORD, 1

;#############################################################################

; ahcix86.inf
[HardwareIds.SCSI.Napa_i386_ahci8086] 
id = "PCI\VEN_1002&DEV_4380&SUBSYS_280A103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_2814103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4392", "ahcix86"
id = "PCI\VEN_1002&DEV_4391", "ahcix86"
id = "PCI\VEN_1002&DEV_4393", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_101E1462", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_10221462", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_10201462", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_305817AA", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_305717AA", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_00421B0A", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_00431B0A", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_2A89103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_3054103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_3055103C", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_0184107B", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_0FFF0FFF", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_B0051458", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_B0031458", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_02131025", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_02111025", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_02161025", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_6B311462", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_6B321462", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_021D1025", "ahcix86"
id = "PCI\VEN_1002&DEV_4381&SUBSYS_43811002", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_43821002", "ahcix86"
id = "PCI\VEN_1002&DEV_4380&SUBSYS_43811002", "ahcix86"

; iaAHCI.inf
[HardwareIds.SCSI.iaAHCI]
id = "PCI\VEN_8086&DEV_2681&CC_0106","iaStor"
id = "PCI\VEN_8086&DEV_27C1&CC_0106","iaStor"
id = "PCI\VEN_8086&DEV_27C5&CC_0106","iaStor"
id = "PCI\VEN_8086&DEV_2821&CC_0106","iaStor"
id = "PCI\VEN_8086&DEV_2829&CC_0106","iaStor"
id = "PCI\VEN_8086&DEV_2922&CC_0106","iaStor"
id = "PCI\VEN_8086&DEV_2929&CC_0106","iaStor"
id = "PCI\VEN_8086&DEV_3A02&CC_0106","iaStor"
id = "PCI\VEN_8086&DEV_3A22&CC_0106","iaStor"

; iaStor.inf
[HardwareIds.SCSI.iaStor]
id = "PCI\VEN_8086&DEV_2682&CC_0104","iaStor"
id = "PCI\VEN_8086&DEV_27C3&CC_0104","iaStor"
id = "PCI\VEN_8086&DEV_27C6&CC_0104","iaStor"
id = "PCI\VEN_8086&DEV_2822&CC_0104","iaStor"
id = "PCI\VEN_8086&DEV_282A&CC_0104","iaStor"

<<attachment: jason_oster.vcf>>

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to