mbester
Posts: 2
Score: 0 Joined: 10/25/2007 Status: offline
|
I am new to the WinPE world and I am trying to do something that I think is rather simple. I am looking to create a WinPE boot disk that has storage drivers, network drivers, and the Ghost application. I want to be able to ghost from the target system across the network. I have all the scripting setup for network shares but I am having issues with drivers. I have created a sub-folder and folders under there for each driver. When the disk boots I get "The File txtsetup.oen could not be found." Any ideas why this is happening. I think I have tried everything I know.. Default txtsetup.oem and modified ones both produce the error. I am lost. Text from the winpeoem.sif file....... [OemDriverParams] OemDriverRoot=diskd OemDriverDirs=dell380,ml370,P600,dell380n txtsetup.oem file................ [Disks] disk1 = "Intel Matrix Storage Manager driver", iaStor.sys, \ [Defaults] scsi = iaStor_ICH7DH ;----------- Component Section ----------- [scsi] iaStor_ICH7DH = "Intel(R) 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)" #iaAHCI_ICH7R = "Intel(R) 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)" #iaStor_ICH6R = "Intel(R) 82801FR SATA RAID Controller (Desktop ICH6R)" #iaAHCI_ICH6R = "Intel(R) 82801FR SATA AHCI Controller (Desktop ICH6R)" ;------------------------------------------- [Files.scsi.iaStor_ICH7DH] driver = disk1, iaStor.sys, iaStor inf = disk1, iaStor.inf catalog = disk1, iaStor.cat #[Files.scsi.iaAHCI_ICH7R] #driver = disk1, iaStor.sys, iaStor #inf = disk1, iaAHCI.inf #catalog = disk1, iaAHCI.cat #[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 ;------------------------------------------- [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_ICH7DH] id = "PCI\VEN_8086&DEV_27C3&CC_0104","iaStor" #[HardwareIds.scsi.iaAHCI_ICH7R] #id = "PCI\VEN_8086&DEV_27C1&CC_0106","iaStor" #[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"
|