What happens when you try?
Try creating a boot disk. For the floppy to successfully boot Windows 2000
the disk must contain the "NT" boot sector. Format a diskette (on a Windows
2000 (or newer) machine, not a DOS/Win9x, so the NT boot sector gets written
to the floppy), and copy Windows 2000 (or newer) versions of ntldr,
ntdetect.com, and boot.ini to it. Edit the boot.ini to give it a correct ARC
path for the machine you wish to boot. Below is an example of boot.ini. The
default is to start the operating system located on the first partition of
the primary or first drive (drive0). Then drive0 partition 2 and so on.
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 0,1"
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 0,2"
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Windows 2000 1,1"
multi(0)disk(0)rdisk(1)partition(2)\WINNT="Windows 2000 1,2"
Another possibility is to try loading the controller driver also from
floppy. For the floppy to successfully boot Windows 2000 the disk must
contain the "NT" boot sector. Format a diskette (on a Windows 2000 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. 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 correct 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 2000 0,1"
scsi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 0,2"
scsi(0)disk(1)rdisk(0)partition(1)\WINNT="Windows 2000 1,1"
scsi(0)disk(1)rdisk(0)partition(2)\WINNT="Windows 2000 1,2"
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
Suzie said:
I can't figure out how to make a new thread to this discussion of Windows
2000 so I'm replying to this question to ask my question but it isn't
related
to this person's question. My computer has Windows 2000 as its OS and it
won't start. I don't have an ERD for it. I have used an ERD before on it
and
it did boot up. I have looked up various websites to find a file for it to
download to a floppy on a Windows XP computer but I'm afraid I wasn't able
to
find a Windows 2000 boot disk that would start my computer. Where could I
download a bootable disk for Windows 2000 using a Windows XP computer. I
managed to download two files from the OS CD before my computer stopped
starting-Ntdlr and Ntdetect.com but I got an error message about a
ntoskrnl
file that is missing or corrupt and also an error message about the
Boot.ini
file being invalid. I don't have the Boot.ini file on the floppy where
these
two files I downloaded from the MakeBoot folder on the OS CD. I can't open
the OS to download the ERD and if I could then my troubles would be over.
What could I do to get the computer to start up? Where could I find the
download on another Windows XP computer if this is possible?