[Solved] Invalid Boot.ini Loading from C:\Windows Error
If while booting the computer in normal mode, you see this error message saying that “Invalid Boot.ini, loading from C:\Windows” then here is the solution to fix this error.
The error comes up while booting but after this the system boots normally as if there is no problem.
Cause of the error
The problem is caused due to missing or corrupted boot.ini file which is usually located in the C drive.
Solution
We can solve the problem by providing the same boot.ini file with correct properties.
1. Right click on My Computer -> Advanced -> Startup and Recovery, click Settings.
2. Now click on Edit button besides the line reading “To edit the startup options file manually, click Edit”.

3. This will open the boot.ini file but if it isn’t there then click OK to create a new.

4. Now copy and paste the following code in it
[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
5. Click save and exit.
6. A new file boot.ini will be created in the C drive, now we need to give it system attributes.
7. Open command prompt (type cmd in Run box).
8. Type the following command
attrib C:\boot.ini +s +h
and press Enter.
9. The problem is fixed.
So just restart the computer to see the problem gone.
You May Also Like to Read



July 29th, 2009 at 10:06 pm
k k
July 31st, 2009 at 1:54 pm
now my pc jut get a black screen after my graphic card logo, could you please help with that
July 31st, 2009 at 4:50 pm
Try re-editing the file from safe mode
July 31st, 2009 at 7:34 pm
thanx 4 the response, cant find it, i managed to get through that by getting into command through recovery, but the boot error is still there
August 3rd, 2009 at 6:20 pm
Thanks a lot dude, it really solved my problem! I’ve been trying to find answer from different sites but your instruction has been the most helpful and easiest to follow.
August 26th, 2009 at 2:55 pm
thanx buddy that does solve my problem……
August 27th, 2009 at 3:40 am
hi i have this problem also but i have a 64bit version of xp pro.. could you clarify for me whether or not this also works in 64bit xp pro or not…before i ham fistedly try it and break y pc altogether
thanks
September 2nd, 2009 at 11:17 pm
tnx a lot…
January 3rd, 2010 at 3:48 pm
hello brother ihave one problem being boot when i was pressing f8 button boot safe mode is not showing
it was showing “select boot device”
how can i restart in safe mode plz tell me brother
January 3rd, 2010 at 3:50 pm
it was showing only hdd device and cd-rom plz slove my problem
April 5th, 2010 at 11:34 pm
thanx man!!!!!!!!!!!!!!!!!!!!!!!!!!!! you really solved my problem after reading a lot of rubish at the web!!!!
thnx a lot!!!!!!!
April 26th, 2010 at 1:45 pm
THANKS……….IT REALLY WORKED FOR ME………..
KEEP YOUR GOOD WORK………
May 16th, 2010 at 7:57 am
Thanks for this concise tutorial. It resolved the issue.
However, I copied the contents of the backup config to the new one which was the same but also included the “/noexecute=optin” option.