when you select the button to check all boot paths, then a message window should pop up as to which if any paths are incorrect, and if you want them removed.
you can edit your boot.ini file manually, but that will not delete any of the installations, it will just limit the boot to one windows, and you do not know which windows is the one you want.
there are differences between a recovery cd and an installation cd.
can you get into your bios? F2, or delete ?
if you can get into your bios is there any thing in your menu for setup?
look and see if there is a recovery partition that you can enter through certain keys, that might bring pc back to factory settings.
besides being Evesham, what is the model and model number, I will do some more searching to find instructions for your situation.
below is what a normal boot.ini should look like:
| A typical simple example |
[boot loader] <br><br>timeout=30 <br><br>default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS <br><br>[operating systems] <br><br>multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect |
| Example with Recovery Console as an option |
[boot loader] <br><br>timeout=30 <br><br>default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS <br><br>[operating systems] <br><br>multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect <br><br>C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons |
| Example with Safe Mode as an option and "timeout" =10 seconds |
[boot loader] <br><br>timeout=10 <br><br>default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS <br><br>[operating systems] <br><br>multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect <br><br>multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Safe Mode" /safeboot:minimal /sos /bootlog |
| Simple boot.ini for a Windows XP SP2 system |
| [boot loader] <br><br>timeout=30 <br><br>default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS <br><br>[operating systems] <br><br>multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn |