David said:
On startup get a message that the boot.ini file is invalid
and that it is booting from C:WNNT. From the Control
Panel 'System' the boot.ini file cannot be opened. Any
advice on how to get a valid boot.ini file installed again.
Just create with a texte editor a file looking like this one:
[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="WINDOWS XP" /fastdetect
Just replace the "3" in brackets both times after "partition " depending
on the configuration of your system. I suppose that if you have only one
boot partition (I have three), just replace 3 by 1 in both instances. If
you get an error message like NTLDR not found, adjust that number by
increments of 1 until you succeed.
If your windows directory is not \Windows but \Winnt for instance,
correct accordingly. The "windows XP" after the = sign is not important,
replace as wished.
Be sure to save the file in text format as boot.ini in the root directory.
Hope this helps.
Regards