Could we have a look at this?
"Start Windows, then go CP > System > Advanced tab, Startup n Recovery Settings button. Click the Edit button. A notepad should pop with your boot.ini file. You can post it here for our guidance on editing it.
[Just occasionally, during installation Setup will leave an entry that controls its automatic restart during installation; it may be that..or a spurious entry with a misconfigured disk parameter, all fixable]"
gerbil
Industrious Poster
4,208 posts since May 2005
Reputation Points: 239
Solved Threads: 300
Hi, gnuma...
"I went to Control Panel>System but I don't find an Advanced Tab. what didn't I do?"... Beats me. Does entering this into the Run box go there directly?:
control sysdm.cpl ,3
But anyway.... the following should work for you:
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
So go back to where you got that file from, delete the second disk config line in the Notepad and go File, Save. And that is it.
The second disk configuration line with rdisk(1) in it refers to a second hard drive which you obviously don't have installed, so ntldr throws up that error message. In fact, rdisk(x) is the position of your disk on the mb adapter. With EIDE controllers and most setups, the primary boot drive is on the first adapter, so is rdisk(0)
gerbil
Industrious Poster
4,208 posts since May 2005
Reputation Points: 239
Solved Threads: 300