Jump to content

Saecrious

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Saecrious

  1. I've tried this method to get the RAID controller working in my Sager 9860 notebook, which is a Promise 378.

    I was able to get everything put onto the CD without issue, and it loads fine in VirtualPC... but loading on the laptop itself it acts like there's no MSD loaded at all ("Setup did not find any hard disk drives installed on your computer").

    This is my first time integrating an MSD, so I may have done something wrong.

    Contents of the created folders:
    [code]E:\CD_Root\$OEM$\TEXTMODE>dir /b
    fasttx2k
    Fasttx2k.cat
    fasttx2k.INF
    fasttx2k.sys
    ptipbmf.dll
    txtsetup.oem


    E:\CD_Root\$OEM$\$$\OemDir>dir /b
    ptipbmf.dll


    E:\CD_Root\I386\$OEM$>dir /b
    fasttx2k
    Fasttx2k.cat
    fasttx2k.INF
    fasttx2k.sys
    ptipbmf.dll
    txtsetup.oem[/code]

    The txtsetup.oem file:
    [code][Disks]
    d1 = "Promise FastTrak 376/378 Driver Diskette", \fasttx2k, \

    [Defaults]
    scsi = FastTrak_TX2K_xp

    [scsi]
    FastTrak_TX2K_xp = "WinXP Promise FastTrak 376/378 (tm) Controller", fasttx2k

    [Files.scsi.FastTrak_TX2K_xp]
    driver = d1, fasttx2k.sys, fasttx2k
    inf    = d1, ptipbmf.dll
    inf    = d1, fasttx2k.inf
    catalog= d1, fasttx2k.cat

    [HardwareIds.scsi.FastTrak_TX2K_xp]
    id="PCI\VEN_105A&DEV_3376", "fasttx2k"
    id="PCI\VEN_105A&DEV_3373", "fasttx2k"

    [Config.fasttx2k]
    value = "", Tag, REG_DWORD, 1[/code]

    And my WINNT.SIF file:
    [code];SetupMgrTag
    [Data]
       AutoPartition=0
       MsDosInitiated="0"
       UnattendedInstall="Yes"

    [UserData]
       ComputerName=calico

    [Unattended]
       UnattendMode=DefaultHide
       OemPreinstall=No
       TargetPath=\WINDOWS

    [GuiUnattended]
       OEMSkipRegional=1
       TimeZone=20

    [TapiLocation]
       AreaCode=501

    [Identification]
       JoinWorkgroup=BOREALIS

    [Networking]
       InstallDefaultComponents=Yes

    [Components]
       iis_common=On
       iis_inetmgr=On
       iis_ftp=Off
       iis_www=On
       iis_www_vdir_printers=Off
       iis_www_vdir_terminalservices=Off
       iis_smtp=Off
       iis_smtp_docs=Off
       iis_nntp=Off
       iis_nntp_docs=Off
       iisdbg=Off
       indexsrv_system=Off
       msnexplr=Off
       netoc=Off
       zonegames=Off
       
    [MassStorageDrivers]
       "WinXP Promise FastTrak 376/378 (tm) Controller" = "OEM"
       "IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"
       
    [OEMBootFiles]
       txtsetup.oem
       fasttx2k
       fasttx2k.inf
       fasttx2k.cat
       fasttx2k.sys
       ptipbmf.dll[/code]

    Any suggestions? I also have an LSI 21320-R driver I want to tackle next if we can get these working.
×
×
  • Create New...