For the other issue you might have a chance booting with a floppy. For the
floppy to successfully boot Windows NT/2000 the disk must contain the "NT"
boot sector. Format a diskette (on an NT machine, not a DOS/Win9x, so the NT
boot sector gets written to the floppy), then copy ntldr, ntdetect.com, and
boot.ini to it; and possibly ntbootdd.sys. Edit the boot.ini to give it a
correct ARC path for the machine you wish to boot.
In order for this to work you'll want to change the arc path in boot.ini
from multi syntax to scsi syntax to indicate that Windows 2000 will load a
boot device driver and use that driver to access the boot partition. Then
also copy the new manufacturer scsi driver to the floppy but renamed to
ntbootdd.sys
Something like this below;
[boot loader]
timeout=10
default=scsi(0)disk(0)rdisk(0)partition(1)\winnt
[operating systems]
scsi(0)disk(0)rdisk(0)partition(1)\winnt="Windows NT 0,1"
scsi(0)disk(0)rdisk(0)partition(2)\winnt="Windows NT 0,2"
scsi(0)disk(1)rdisk(0)partition(1)\winnt="Windows NT 1,1"
scsi(0)disk(1)rdisk(0)partition(2)\winnt="Windows NT 1,2"
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
<(E-Mail Removed)> wrote:
| Time out guys. Although it's good to get the juices
| flowing with a little competition. Wish I had this type
| motivation at work.
|
| I understand the difference between SCSI and the Promise
| connection on the system boards. My point was that they
| operate in the same fashion, so I was hoping someone with
| SCSI experience could answer.
|
| Both ideas have merit because I understand where both of
| you are going.
|
| I'll experiment with both suggestions and post the results.
|
| Thanks to you both.
|