First off..Hello everyone!!
I've been reading the posts on these forums and I'm thoroughly impressed. I've been burning bootable WinXP w/sp2 & Sata support for a couple of months now and I have a question regarding txtsetup.oem files.
Is it possible to combine the information within two separate txtsetup.oem files into one? The reason I ask is I have two different computers. One has Sata Raid and the other has Promise Raid. I'm making bootable cd's for both machine; however, if I can put all of it on one disk that would be even better.
I know I have to modify the txtsetup.sif file with all of the relative information for both controllers. The problem I run into is the txtsetup.oem file. I've tried it once before and received some sort of boot code error 4 I think. Maybe it was something I did that generated the code while the txtsetup.oem file I had made was ok.....
Any help would be appreciated.
Cheers
Gregg66
Edit: Just solved the issue!! I now have a bootable WinXP cd w/SP2, Sata Raid, and Promise Raid for both machines!!
I just merged the 2 txtsetup.oem files together...no problem. I wanted to make sure this worked before I make another with the "unatteneded" Winnt.sif file.
Page 1 of 1
Newbie question...
#2
Posted 11 January 2005 - 09:34 AM
@Gregg66
Could you send me a PM on how you did this?
I tried using txtsetup.oem files unsuccessfully for weeks. Your insight and perhaps some examples would be greatly appreciated.
Could you send me a PM on how you did this?
I tried using txtsetup.oem files unsuccessfully for weeks. Your insight and perhaps some examples would be greatly appreciated.
#3
Posted 11 January 2005 - 11:31 PM
tguy....I sent you a PM
Gregg66
edit:
the txtsetup.oem looks like this
; ****************************************************************************
; ****************************************************************************
; ** Filename: TxtSetup.OEM
; ****************************************************************************
; ****************************************************************************
[Disks]
disk1 = "Intel Application Accelerator driver", iaStor.sys, \
[Disks]
d1 = "Promise FastTrak Series Driver Diskette", \fasttrak, \
d2 = "Promise FastTrak Series Driver Diskette", \fasttrak, \nt4
d3 = "Promise FastTrak Series Driver Diskette", \fasttrak, \Win2000
d4 = "Promise FastTrak Series Driver Diskette", \fasttrak, \WinXP
[Defaults]
scsi = FastTrak133_xp2
[scsi]
FastTrak133_xp2 = "WinXP Promise MBFastTrak133 Lite Controller", FastTrak
FastTrak133_xp = "WinXP Promise SBFastTrak133 Lite Controller", FastTrak
FastTrak133_nt52 = "Win2000 Promise MBFastTrak133 Lite Controller", FastTrak
FastTrak133_nt5 = "Win2000 Promise SBFastTrak133 Lite Controller", FastTrak
FastTrak133_nt42 = "WinNT Promise MBFastTrak133 Lite Controller", FastTrak
FastTrak133_nt4 = "WinNT Promise SBFastTrak133 Lite Controller", FastTrak
[Files.scsi.FastTrak133_xp]
driver = d4, Fasttrak.sys, Fasttrak
inf = d4, Fasttrak.inf
[HardwareIds.scsi.FastTrak133_xp]
id="PCI\VEN_105A&DEV_7275", "Fasttrak"
[Files.scsi.FastTrak133_xp2]
driver = d4, Fasttrak.sys, Fasttrak
inf = d4, Fasttrak.inf
[HardwareIds.scsi.FastTrak133_xp2]
id="PCI\VEN_105A&DEV_5275", "Fasttrak"
[Files.scsi.FastTrak133_nt5]
driver = d3, Fasttrak.sys, Fasttrak
inf = d3, Fasttrak.inf
[HardwareIds.scsi.FastTrak133_nt5]
id="PCI\VEN_105A&DEV_7275", "Fasttrak"
[Files.scsi.FastTrak133_nt52]
driver = d3, Fasttrak.sys, Fasttrak
inf = d3, Fasttrak.inf
[HardwareIds.scsi.FastTrak133_nt52]
id="PCI\VEN_105A&DEV_5275", "Fasttrak"
[Files.scsi.FastTrak133_nt4]
driver = d2, Fasttrak.sys, Fasttrak
inf = d2, Fasttrak.inf
[Files.scsi.FastTrak133_nt42]
driver = d2, Fasttrak.sys, Fasttrak
inf = d2, Fasttrak.inf
[Config.Fasttrak]
value = "", Tag, REG_DWORD, 1
[Defaults]
scsi = iaStor_ICH6R
;----------- Component Section -----------
[scsi]
iaStor_ICH6R = "Intel® 82801FR SATA RAID Controller"
iaAHCI_ICH6R = "Intel® 82801FR SATA AHCI Controller"
iaStor_ICH5R = "Intel® 82801ER SATA RAID Controller"
iaStor_ICH5RHR = "Intel® 6300ESB SATA RAID Controller"
;-------------------------------------------
[Files.scsi.iaStor_ICH6R]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaStor.inf
catalog = disk1, iaStor.cat
[Files.scsi.iaAHCI_ICH6R]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaAHCI.inf
catalog = disk1, iaAHCI.cat
[Files.scsi.iaStor_ICH5R]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaStor.inf
catalog = disk1, iaStor.cat
[Files.scsi.iaStor_ICH5RHR]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaStor.inf
catalog = disk1, iaStor.cat
;-------------------------------------------
[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
;-------------------------------------------------------
[HardwareIds.scsi.iaStor_ICH6R]
id = "PCI\VEN_8086&DEV_2652&CC_0104","iaStor"
[HardwareIds.scsi.iaAHCI_ICH6R]
id = "PCI\VEN_8086&DEV_2652&CC_0106","iaStor"
[HardwareIds.scsi.iaStor_ICH5R]
id = "PCI\VEN_8086&DEV_24DF&CC_0104","iaStor"
[HardwareIds.scsi.iaStor_ICH5RHR]
id = "PCI\VEN_8086&DEV_25B0&CC_0104","iaStor"
Gregg66
edit:
the txtsetup.oem looks like this
; ****************************************************************************
; ****************************************************************************
; ** Filename: TxtSetup.OEM
; ****************************************************************************
; ****************************************************************************
[Disks]
disk1 = "Intel Application Accelerator driver", iaStor.sys, \
[Disks]
d1 = "Promise FastTrak Series Driver Diskette", \fasttrak, \
d2 = "Promise FastTrak Series Driver Diskette", \fasttrak, \nt4
d3 = "Promise FastTrak Series Driver Diskette", \fasttrak, \Win2000
d4 = "Promise FastTrak Series Driver Diskette", \fasttrak, \WinXP
[Defaults]
scsi = FastTrak133_xp2
[scsi]
FastTrak133_xp2 = "WinXP Promise MBFastTrak133 Lite Controller", FastTrak
FastTrak133_xp = "WinXP Promise SBFastTrak133 Lite Controller", FastTrak
FastTrak133_nt52 = "Win2000 Promise MBFastTrak133 Lite Controller", FastTrak
FastTrak133_nt5 = "Win2000 Promise SBFastTrak133 Lite Controller", FastTrak
FastTrak133_nt42 = "WinNT Promise MBFastTrak133 Lite Controller", FastTrak
FastTrak133_nt4 = "WinNT Promise SBFastTrak133 Lite Controller", FastTrak
[Files.scsi.FastTrak133_xp]
driver = d4, Fasttrak.sys, Fasttrak
inf = d4, Fasttrak.inf
[HardwareIds.scsi.FastTrak133_xp]
id="PCI\VEN_105A&DEV_7275", "Fasttrak"
[Files.scsi.FastTrak133_xp2]
driver = d4, Fasttrak.sys, Fasttrak
inf = d4, Fasttrak.inf
[HardwareIds.scsi.FastTrak133_xp2]
id="PCI\VEN_105A&DEV_5275", "Fasttrak"
[Files.scsi.FastTrak133_nt5]
driver = d3, Fasttrak.sys, Fasttrak
inf = d3, Fasttrak.inf
[HardwareIds.scsi.FastTrak133_nt5]
id="PCI\VEN_105A&DEV_7275", "Fasttrak"
[Files.scsi.FastTrak133_nt52]
driver = d3, Fasttrak.sys, Fasttrak
inf = d3, Fasttrak.inf
[HardwareIds.scsi.FastTrak133_nt52]
id="PCI\VEN_105A&DEV_5275", "Fasttrak"
[Files.scsi.FastTrak133_nt4]
driver = d2, Fasttrak.sys, Fasttrak
inf = d2, Fasttrak.inf
[Files.scsi.FastTrak133_nt42]
driver = d2, Fasttrak.sys, Fasttrak
inf = d2, Fasttrak.inf
[Config.Fasttrak]
value = "", Tag, REG_DWORD, 1
[Defaults]
scsi = iaStor_ICH6R
;----------- Component Section -----------
[scsi]
iaStor_ICH6R = "Intel® 82801FR SATA RAID Controller"
iaAHCI_ICH6R = "Intel® 82801FR SATA AHCI Controller"
iaStor_ICH5R = "Intel® 82801ER SATA RAID Controller"
iaStor_ICH5RHR = "Intel® 6300ESB SATA RAID Controller"
;-------------------------------------------
[Files.scsi.iaStor_ICH6R]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaStor.inf
catalog = disk1, iaStor.cat
[Files.scsi.iaAHCI_ICH6R]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaAHCI.inf
catalog = disk1, iaAHCI.cat
[Files.scsi.iaStor_ICH5R]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaStor.inf
catalog = disk1, iaStor.cat
[Files.scsi.iaStor_ICH5RHR]
driver = disk1, iaStor.sys, iaStor
inf = disk1, iaStor.inf
catalog = disk1, iaStor.cat
;-------------------------------------------
[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
;-------------------------------------------------------
[HardwareIds.scsi.iaStor_ICH6R]
id = "PCI\VEN_8086&DEV_2652&CC_0104","iaStor"
[HardwareIds.scsi.iaAHCI_ICH6R]
id = "PCI\VEN_8086&DEV_2652&CC_0106","iaStor"
[HardwareIds.scsi.iaStor_ICH5R]
id = "PCI\VEN_8086&DEV_24DF&CC_0104","iaStor"
[HardwareIds.scsi.iaStor_ICH5RHR]
id = "PCI\VEN_8086&DEV_25B0&CC_0104","iaStor"
Share this topic:
Page 1 of 1



Help
Back to top









