boot.ini
Results 1 to 6 of 6

Thread: boot.ini

  1. #1
    Registered User
    Join Date
    Jul 2000
    Location
    Dayton
    Posts
    128

    Exclamation boot.ini

    I was wondering if anyone could tell me what the arc path of a hard drive hooked to the first channel a Promise Fasttrak66 IDE RAID card. The operating system is on the only partition on the drive. Thanks.

  2. #2
    Registered User
    Join Date
    Jun 2000
    Location
    r00t
    Posts
    616

    Post

    Although the Promise card is an IDE card Windows NT/Windows 2000 treats it as a SCSI card and so the boot.ini file ARC path needs to be changed from the multi().../signature() format to scsi().

    Note: The new signature() format is used in Windows 2000 for IDE devices, and example line is:

    signature(a1bb)disk(0)rdisk(0)partition(2)\WINNT=" Windows NT Workstation Version 4.00"

    For example if I had boot.ini file:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Workstation Version 4.00"
    multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Workstation Version 4.00 [VGA mode]" /basevideo /sos

    and then installed the Promise card (and install the driver before moving the IDE cable from the motherboard to the card), I would change boot.ini to:

    [boot loader]
    timeout=30
    default=scsi(0)disk(0)rdisk(0)partition(1)\WINNT
    [operating systems]
    scsi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Workstation Version 4.00"
    scsi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Workstation Version 4.00 [VGA mode]" /basevideo /sos

    Make sure you also change the "default=" part. Obviously make sure you have loaded the Promise driver before trying to boot

    -----------------------------------
    A buddy had a similar issue: this was his solution: hope this helps..
    "Teach the ignorant, care for the dumb, punish the stupid."
    -how to live a life well spent

  3. #3
    Registered User
    Join Date
    Jul 2000
    Location
    Dayton
    Posts
    128

    Post

    it is a 2000 server box, is it the same as you have their for the NT box? if it is, I tried that and it didn't work.

  4. #4
    Registered User
    Join Date
    Jun 2000
    Location
    r00t
    Posts
    616

    Post

    hrrmm....

    I see if he's got anyother ideas.

    Good Luck!

  5. #5
    Registered User
    Join Date
    Jun 2000
    Location
    r00t
    Posts
    616

    Post

    http://www.winimage.com/bootpart.htm

    try this proggy "Bootpart", it will automatically (hopefully) correct the boot.ini appropriately at worst case.Its freeware but has been a life saver

    ------------------
    "I might be ignorant but I REFUSE TO FIND OUT!"

  6. #6
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161

    Post

    If the hdd is a RAID member - forget it!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •