the name of topic says it all. when i turn on computer boot.ini file not found

Recommended Answers

All 4 Replies

hmmm. that one is a very short script that tells BIOS where to find the windows bootloader and the windows system files. It also lists all operating systems on your machine - most folks only have the one - so that at boot you are presented witha list of OS's to chooose from. It's on your HDD. Yours is probably corrupted... Typically one looks like this:-

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect

To write a new one to your HDD you will need the Microsoft XP install CD so that you can boot into a cmd prompt window.And this explains how to do it very clearly:-
http://www.computerhope.com/issues/ch000648.htm

Of course, you could just run Repair from the XP install CD. [Repair, not recovery console..]
NOTE... the partition (1) means the first partition on your HDD. If your windows is loaded into C:, and that is the first or only partition you have, then (1) is correct.

can i do something by not using the CD

short answer is yes. boot.ini is just a text-editable file in the C: root directory.. to see it you must untick "hide protected operating system files" in folder options > view. This is mine [windows is in C drive] -

[boot loader]
timeout=20
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect

To edit it without the CD you would have to either put your HD in another puter as a slave drive, and just go in and edit it,
or if you have a multipartition setup on that drive then use your OEM discs to load another windows opsys in a spare or otherwise partition in which it would not matter if you lost ALL the data. [AS LONG AS YOUR INSTALL DISCS ALLOW YOU TO INSTALL XP TO ANY PARTITION OTHER THAN C: !!] Then as before you would just edit the bad boot.ini, and reboot, and delete the extra opsys.
There is no other way without a genuine windows XP CD.

one thing, if you have XP you are very likely using NTFS on your HD. For your emergency opsys you could therefore use NT or 2000, cos they are both NTFS compatible... and you just might have those old install discs somewhere, or know someone who...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.