Gregg66 Posted January 11, 2005 Posted January 11, 2005 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.CheersGregg66Edit: 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.
tguy Posted January 11, 2005 Posted January 11, 2005 @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.
Gregg66 Posted January 12, 2005 Author Posted January 12, 2005 tguy....I sent you a PMGregg66edit: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, \nt4d3 = "Promise FastTrak Series Driver Diskette", \fasttrak, \Win2000d4 = "Promise FastTrak Series Driver Diskette", \fasttrak, \WinXP[Defaults]scsi = FastTrak133_xp2[scsi]FastTrak133_xp2 = "WinXP Promise MBFastTrak133 Lite Controller", FastTrakFastTrak133_xp = "WinXP Promise SBFastTrak133 Lite Controller", FastTrakFastTrak133_nt52 = "Win2000 Promise MBFastTrak133 Lite Controller", FastTrakFastTrak133_nt5 = "Win2000 Promise SBFastTrak133 Lite Controller", FastTrakFastTrak133_nt42 = "WinNT Promise MBFastTrak133 Lite Controller", FastTrakFastTrak133_nt4 = "WinNT Promise SBFastTrak133 Lite Controller", FastTrak[Files.scsi.FastTrak133_xp]driver = d4, Fasttrak.sys, Fasttrakinf = d4, Fasttrak.inf[HardwareIds.scsi.FastTrak133_xp]id="PCI\VEN_105A&DEV_7275", "Fasttrak"[Files.scsi.FastTrak133_xp2]driver = d4, Fasttrak.sys, Fasttrakinf = d4, Fasttrak.inf[HardwareIds.scsi.FastTrak133_xp2]id="PCI\VEN_105A&DEV_5275", "Fasttrak"[Files.scsi.FastTrak133_nt5]driver = d3, Fasttrak.sys, Fasttrakinf = d3, Fasttrak.inf[HardwareIds.scsi.FastTrak133_nt5]id="PCI\VEN_105A&DEV_7275", "Fasttrak"[Files.scsi.FastTrak133_nt52]driver = d3, Fasttrak.sys, Fasttrakinf = d3, Fasttrak.inf[HardwareIds.scsi.FastTrak133_nt52]id="PCI\VEN_105A&DEV_5275", "Fasttrak"[Files.scsi.FastTrak133_nt4]driver = d2, Fasttrak.sys, Fasttrakinf = d2, Fasttrak.inf[Files.scsi.FastTrak133_nt42]driver = d2, Fasttrak.sys, Fasttrakinf = 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, iaStorinf = disk1, iaStor.infcatalog = disk1, iaStor.cat[Files.scsi.iaAHCI_ICH6R]driver = disk1, iaStor.sys, iaStorinf = disk1, iaAHCI.infcatalog = disk1, iaAHCI.cat[Files.scsi.iaStor_ICH5R]driver = disk1, iaStor.sys, iaStorinf = disk1, iaStor.infcatalog = disk1, iaStor.cat[Files.scsi.iaStor_ICH5RHR]driver = disk1, iaStor.sys, iaStorinf = disk1, iaStor.infcatalog = disk1, iaStor.cat;-------------------------------------------[Config.iaStor]value = "", tag, REG_DWORD, 1bvalue = "", ErrorControl, REG_DWORD, 1value = "", Group, REG_SZ, "SCSI miniport"value = "", Start, REG_DWORD, 0value = "", 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"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now