Howdy folks,
I noticed the last few days when I start-up my PC (trying to save energy by powering off every morning while I'm at work) that after POST I received a notice: "Boot.ini is missing or corrupt. Booting from C:\Windows". The system would boot fine, but there was no BOOT.INI tab in msconfig and I could not access Startup and Recovery Settings in My Computer==>Properties, receiving instead a warning that BOOT.INI was missing or corrupt and I could not access nor change any of the settings within.
After a little research, I simply opened Notepad, inserted the text from MS' website for proper BOOT.INI text and syntax:
...saved the file as C:\boot.ini, rebooted and the system was back to normal. I have no idea what caused the glitch, System Restores were useless. Now I have a Boot.ini tab back in msconfig and I am able to access Startup and Recovery options just as before. I hope someone can benefit from this in the future.
Tony
Users helping Users...
I noticed the last few days when I start-up my PC (trying to save energy by powering off every morning while I'm at work) that after POST I received a notice: "Boot.ini is missing or corrupt. Booting from C:\Windows". The system would boot fine, but there was no BOOT.INI tab in msconfig and I could not access Startup and Recovery Settings in My Computer==>Properties, receiving instead a warning that BOOT.INI was missing or corrupt and I could not access nor change any of the settings within.
After a little research, I simply opened Notepad, inserted the text from MS' website for proper BOOT.INI text and syntax:
Code:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
...saved the file as C:\boot.ini, rebooted and the system was back to normal. I have no idea what caused the glitch, System Restores were useless. Now I have a Boot.ini tab back in msconfig and I am able to access Startup and Recovery options just as before. I hope someone can benefit from this in the future.
Tony
Users helping Users...