scsi() scsi controller not enabledin bios
multi() any controller otehr than the scsi()
multi(0)disk(0)rdisk(0)partition(1)
multi(0)disk(0)rdisk(1)partition(1)
multi= the controller 0 or 1
disk=0
rdisk=physical disk either 0 or 1 or 2 always starts with 0
partition= which partition the os is on this always starts with 1
\WINDOWS this is for the folder where the os is this is for xp, server
\WINNT this is for windows nt or 2000
or
scsi(0)disk(0)rdisk(0)partition(1)
boot.ini should look like below
[boot loader]
timeout=-1
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="First harddisk, first partition" /sos
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Second harddisk,first partition" /sos
Format a floppy disk using a Windows NT 4.0, 2000, XP or Server 2003 machine (not windows 9x!)
format a: /u
Copy NTDETECT.COM and NTLDR onto the floppy disk
opps had to edit it cuz i put 2 when it should be 1
multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="Second harddisk, second partition" /sos <---- wrong because its on a 2nd partition on a 2nd hdd but you wanted 2hdd on 1st partition.
when it should be 1
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Second harddisk, first partition" /sos <----- correct