tovis

unattended si3114 XP tetx mode failed

Jan 31st, 2012
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. # This is the manufacturer's script used from floppy disk - for floppy it is working, but unattended
  2. # installation stuck :( I can not even nLite this - blue death
  3. #
  4. ; This file installs the SiI 3114 non-RAID serial ATA driver as part
  5. ; of text mode setup on Windows 2000, Windows XP, Windows
  6. ; Server 2003, and Windows Vista.
  7. ;
  8. ; Copyright (C) 2003-2008 by Silicon Image, Inc.
  9. ; All rights reserved
  10.  
  11.  
  12. [Disks]
  13. disk1 = "Silicon Image SiI 3114 SATALink Driver Installation Disk",\si3114.sys,\
  14.  
  15.  
  16. [Defaults]
  17. SCSI = Si3114_XP
  18.  
  19.  
  20. [SCSI] ; HwComponent section
  21. Si3114_XP = "Silicon Image SiI 3114 SATALink Controller for Windows XP/Server 2003"
  22. Si3114_NT = "Silicon Image SiI 3114 SATALink Controller for Windows 2000"
  23.  
  24.  
  25. [Files.SCSI.Si3114_XP]
  26. driver = disk1,si3114.sys, Si3114
  27. driver = disk1,SiWinAcc.sys, SiFilter
  28. inf = disk1,SI3114.inf
  29. dll = disk1,SilSupp.dll
  30. catalog = disk1, Si3114.cat
  31.  
  32.  
  33. [Files.SCSI.Si3114_NT]
  34. driver = disk1,si3114.sys, Si3114
  35. inf = disk1,SI3114.inf
  36. dll = disk1,SilSupp.dll
  37. catalog = disk1, Si3114.cat
  38.  
  39.  
  40. [HardwareIds.SCSI.Si3114_XP]
  41. id = "PCI\VEN_1095&DEV_3114&SUBSYS_31141095", "Si3114"
  42. id = "PCI\VEN_1095&DEV_3114&SUBSYS_B0021458", "Si3114"
  43. id = "PCI\VEN_1095&DEV_3114&SUBSYS_003915D4", "Si3114"
  44. id = "PCI\VEN_1095&DEV_3114&SUBSYS_31148086", "Si3114"
  45. id = "PCI\VEN_1095&DEV_3114&SUBSYS_31141458", "Si3114"
  46.  
  47.  
  48. [HardwareIds.SCSI.Si3114_NT]
  49. id = "PCI\VEN_1095&DEV_3114&SUBSYS_31141095", "Si3114"
  50. id = "PCI\VEN_1095&DEV_3114&SUBSYS_B0021458", "Si3114"
  51. id = "PCI\VEN_1095&DEV_3114&SUBSYS_003915D4", "Si3114"
  52. id = "PCI\VEN_1095&DEV_3114&SUBSYS_31148086", "Si3114"
  53.  
  54.  
  55. ; NOTE: In order to install Windows 2000 onto a drive that is attached
  56. ; to this controller you must delete the line that reads:
  57. ;
  58. ; value = Parameters\PnpInterface, "5", REG_DWORD, 1
  59. ;
  60. ; from the [Config.Si3114] section below.
  61.  
  62. [Config.Si3114]
  63. value = Parameters\PnpInterface, "5", REG_DWORD, 1
  64. value = ProblemDevices, "", REG_SZ, ""
  65. value = ProblemDevices, "Maxtor 4D060H3 DAK05GK0", REG_SZ, "MaxMode = UDMA-5"
Advertisement
Add Comment
Please, Sign In to add comment