Jump to content

MarcL

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by MarcL

  1. I have \$OEM$\$1\DRIVERS at the same level as i386 on my distribution, but it wont copy during the install. And, I do have "OemPreinstall=Yes" Here is my UNATTENDED.TXT
  2. Just thought I would share with the group.. I added support for the LSI U320 SCSI controller (Dell Precision) to my XP install. step 1: Add file SYMMPI.SY_ to i386. Compress the file SYMMPI.SYS from the driver disk. Step 2: Modify txtsetup.sif [sourceDisksNames] symmpi.sys = 1,,,,,,4_,4,1,,,1,4 [HardwareIdsDatabase] PCI\VEN_1000&DEV_0621 = "symmpi" PCI\VEN_1000&DEV_0622 = "symmpi" PCI\VEN_1000&DEV_0624 = "symmpi" PCI\VEN_1000&DEV_0030 = "symmpi" [sCSI.Load] symmpi = symmpi.sys,4 [sCSI] *CHANGE* symmpi = "LSI Logic PCI SCSI/FC MPI" Step 3: Modify dosnet.inf [FloppyFiles.2] d1,symmpi.sys [Files] d1,symmpi.sys Step 4: There is no step 4!
  3. Problem SOLVED! I needed to also add the file name to the [FloppyFiles.2] section of dosnet.inf
  4. That article is interesting, but is not using the same method I did to add the SCSI drivers. My txtsetup.sif file has the following: symc810.sys and symc8xx.sys both end up in the $WIN_NT$.~BT directory.. Why does symmpi.sys end up in $WIN_NT$.~LS?
  5. I am installing LSI U320 drivers using the method discribed in http://greenmachine.msfnhosting.com/READING/addraid.htm My process is to kick the install off from DOS using the winnt.exe /U /S command. this copies all of the needed files to the target drive, and reboots. After the reboot, I get an error that the symmpi.sys file is missing. The file is located in $WIN_NT$.~LS, if I manualy copy it to $WIN_NT$.~BT then all is fine. What INF file contains the information on where "winnt.exe" copies the file to? Thanks.
×
×
  • Create New...