Purpose of the BOOT.INI FileID: Q99743
|
[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" /NODEBUG C:\ = "Previous Operating System on C:\"
[boot loader] timeout = 30
default=scsi(0)disk(0)rdisk(0)partition(1)\winnt
NT and GEOMETRY
[operating systems] scsi(0)disk(0)rdisk(0)partition(1)\winnt = "Windows NT" /NODEBUG C:\ = "Previous Operating System on C:\"
scsi(0) means that the primary controller (usually the only one) is responsible for the device. If there were two SCSI cards and the disk was hanging off the second one, it would be called scsi(1).
disk(0) refers to physical disk 1.
rdisk(0) - The rdisk() parameter refers to which SCSI logical unit (LUN) to use, which could be a separate disk, but the vast majority of SCSI setups have only one LUN per SCSI ID.
partition(1) in this example is the only partition on the first drive in the computer. If there were two partitions, C and D, C would be partition(1) and D would be partition(2).
\winnt is the directory that multi-boot will look at to boot from one of the specified SCSI card's disk and partition.
/NODEBUG specifies that there's no debugging information being monitored. Debugging information is only useful for developers and does slow down Windows NT somewhat.
The Previous Operating System on C:\ implies that it is MS-DOS, because "C:\" is an MS-DOS path.
Additional query words: prodnt
Keywords : kbother ntboot
Version :
Platform :
Issue type :
Last Reviewed: January 13, 1999