I have read every thread concerning adding drivers to WinPE and have tried all methods. Trying to load Silicon Image 3114 SATALink Controller drivers for AMD 64. SI3114.INF from Driver files ID section. [SI_HDC.NTamd64] %PCI\VEN_1095&DEV_3114.DeviceDesc%=SI_3114_XP, PCI\VEN_1095&DEV_3114&SUBSYS_31141095 %PCI\VEN_1095&DEV_3114.DeviceDesc%=SI_3114_XP, PCI\VEN_1095&DEV_3114&SUBSYS_288610F1 Here is my TXTSETUP.SIF [HardwareIdsDatabase] PCI\VEN_1095&DEV_3114&SUBSYS_31141095 = "SI_3114_XP" PCI\VEN_1095&DEV_3114&SUBSYS_288610F1 = "SI_3114_XP" [SCSI.LOAD] SI3114.sys = SI3114,4 [SCSI] SI3114 = "Silicon Image SiI 3114 SATALink Controller" The drivers are named si3114.sys in the SI3114.INF file. I copied the *.sys file to //System32/Drivers *.inf file to //INF All other files to //System32 Do I need to change the the WINPEOEM.SIF also ? ;[OemDriverParams] ;OemDriverRoot="" ;OemDriverDirs= I copied the new TXTSETUP.SIF, and driver files (as shown above) to my image in Magic ISO and saved it. Burned it. The cd works except I can't see the Hard disks in DISKPART, (this is in textmode not graphical mode) I am assuming the driver did not load, since the disks are not available. Thx