To Add a mass storage driver, you need 4 informations...
1-PCI ID String
2-INF file name
3-SYS file name
4-Device driver description quoted
Copy INF files in [WinPE CD]:\i386\inf
Copy SYS files in [WinPE CD]:\i386\system32\drivers
Copy the remaining files in [WinPE CD]:\i386\system32
Once you did that...
Open the file [WinPE CD]:\i386\txtsetup.sif
Locate the section named "HardwareIdsDatabase"
Add each PCI ID like this...
[PCI ID String] = [SYS File name (Without .sys)]
Then locate the section named "SCSI.Load"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [SYS File name],4
the ",4" means that the file is in [WinPE CD]:\i386\system32\drivers
Then locate the section named "SCSI"
Add each INF File name without .inf like this...
[SYS File name (Without .sys)] = [Device driver description quoted]
No comments:
Post a Comment