C
ck
I'm sharing this because for all my searching, this very simple solution was not to be
found anywhere.
I foolishly over wrote my MBR block which meant Boot.ini with its signature()
refused to recognise my w2k drive. Searches on the net [from another installation]
suggested swapping the signature() for multi(), or using the scsi() entry. Non of these
worked.
I didn't have a ERD emergency recovery disk [won't make that mistake again], I
even managed to download the 4 start-up boot disks, this was useless.
Try as I might I kept getting the windows 2000 installation not found, I even managed
to get a report from the boot process stating a NTOSKRNL.EXE was missing.
[note I'm leaving as many clues for a future search ;]
The solution when it came was blindingly obvious :- In the boot.ini file simply
replace: signature(######)disk(0)rdisk(0)partition(1)\windows=" ", with
<drive letter>\windows=" ". ;-)
I hope you got that, just replace all that guff about signature, disk, partition, with
the drive letter your system recognised.... When Windows 2000 boots again it
will fix the MBR and do whatever is needs [hardware detection] to boot without
problems next time.
[Geez, and to think I even tried to reinstall windows 2000 and would have done if
I hadn't run out of drive space.;]
found anywhere.
I foolishly over wrote my MBR block which meant Boot.ini with its signature()
refused to recognise my w2k drive. Searches on the net [from another installation]
suggested swapping the signature() for multi(), or using the scsi() entry. Non of these
worked.
I didn't have a ERD emergency recovery disk [won't make that mistake again], I
even managed to download the 4 start-up boot disks, this was useless.
Try as I might I kept getting the windows 2000 installation not found, I even managed
to get a report from the boot process stating a NTOSKRNL.EXE was missing.
[note I'm leaving as many clues for a future search ;]
The solution when it came was blindingly obvious :- In the boot.ini file simply
replace: signature(######)disk(0)rdisk(0)partition(1)\windows=" ", with
<drive letter>\windows=" ". ;-)
I hope you got that, just replace all that guff about signature, disk, partition, with
the drive letter your system recognised.... When Windows 2000 boots again it
will fix the MBR and do whatever is needs [hardware detection] to boot without
problems next time.
[Geez, and to think I even tried to reinstall windows 2000 and would have done if
I hadn't run out of drive space.;]