SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Dream Machine ( Build your own PC ) -- Ignore unavailable to you. Want to Upgrade?


To: Spots who wrote (2928)10/14/1998 9:50:00 PM
From: Zeuspaul  Read Replies (1) | Respond to of 14778
 
If NT boots from a SCSI disk the C drive has to have the a driver for the SCSI disk in its root directory in a file named NTBOOTDD.SYS. This is the same file that you need to load in the NT setup when you have a SCSI disk. This driver is NT-specific and adapter-specific. No got driver, no get boot.

Where do I get NTBOOTDD.SYS? Is it created in the NT installation process? The driver for the Adaptec AHA 2940 U2W SCSI host adapter was not available in the NT load process. I got the following files from Adaptec

AIC78U2.SYS
OEMSETUP.INF
TXTSETUP.OEM

I put them on a floppy and the host adapter was then recognized by NT in the install process. The SCSI harddrive was still not recognized and NT would not install. Is this related to not having the NTBOOTDD.SYS file?

Zeuspaul



To: Spots who wrote (2928)10/14/1998 10:42:00 PM
From: Dave Hanson  Read Replies (1) | Respond to of 14778
 
Nice, detailed NT boot floppy tips, Spots. As is often true, you fill in gaps in my knowledge. Good to you have you back with us!



To: Spots who wrote (2928)10/15/1998 5:55:00 PM
From: Dan Spangenberg  Read Replies (1) | Respond to of 14778
 
I have done many NT installations both to IDE, SCSI and mixed systems. What has been said about booting NT is essentially correct with a few exceptions. If NT is on an x86 based system and booting from the first or second SCSI drive on the first SCSI controller, then NT will boot without the NTBOOTDD.SYS file. To do this you need to use the "multi" syntax in the boot.ini file instead of the "SCSI" syntax.

It is the boot.ini file that points NT where to go to find it's system directory and files, and depending if the system is a pure IDE, pure SCSI or mixed drive system, various rules apply.

In a mixed IDE/SCSI system one must use the "SCSI" syntax in the boot.ini and the respective NTBOOTDD.SYS file to boot from a scsi drive, even if it is the first one. The NTBOOTDD.SYS file is nothing more than the correct sys driver file for your specific SCSI card, renamed or copied to NTBOOTDD.SYS. For example if you are using an adaptec 15xx series SCSI card then you would copy the aha154x.sys file from the winnt/system32/drivers/ directory to NTBOOTDD.sys or just copy and rename it. On a default NT installation to a SCSI drive, the boot.ini is always created using the "multi" function, without a NTBOOTDD.SYS. The presence of the NTBOOTDD.SYS file when booting to an IDE drive will not cause any problems. The boot.ini can have as many lines as needed, each pointing to a particular SCSI adapter, drive, and partition. NT is very versatile, a single system can have many different NT installs and all bootable from particular entry in the boot.ini file.

It should be absolutely no problem to have mixed IDE / SCSI drives in an NT system and have them all bootable. Seems kind of complicated but after you have done a few, its very logical.

There are a couple of articles on the knowledge base that explain it, I'm sure better than I did. Very informative articles.

support.microsoft.com
support.microsoft.com
support.microsoft.com
support.microsoft.com
support.microsoft.com

Sorry for the lengthy post, I probably didn't do a very good job explaining it. After all, I spend my days in front of computer screens, not writing manuals. :)

Good Luck
Dan