Hi,

That means we have to create boot.ini file.

Open notepad and then copy and paste the bolded lines below into it. Go to File > save as and name the file "c:\boot.ini", change the Save as type to all files and save it.
[boot loader]
timeout=3
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


When done, open notepad and then copy and paste the bolded lines below into it. Go to File > save as and name the file fixes.bat, change the Save as type to all files and save it to your desktop.
type c:\boot.ini >logit.txt 2>&1
start logit.txt
del %0


Double-click on fixes.bat file to execute it. Notepad should open up. Post back its contents, please.