View Single Post

  #3  
Old 10-24-2005, 05:31 PM
Cache's Avatar
Cache Offline
ST&T Secret Police
 
Join Date: Jun 2004
Location: UK
Posts: 616
Quote:
Originally Posted by searriagh
After I have entered the XP setup menu and pressed R to repair windows XP
I am asked which Windows installation would I like to log onto?
1: C:\MinINT
2: C:\I386
3: C:\Windows
I think you should choose option 3. It looks like your hard drive has WinPE files and also the Windows installation files on. But I don't think there would be a problem whichever of the three you choose, they all seem to point to C:\. In other words, just try it and see.

Quote:
Originally Posted by searriagh
Also which is the correct command?
is it
Copy e:\i386\ntldr C:\
Copy e:\i386\ntdetect C:\
or
C:\>copy e:\i386\ntldr
C:\>copy e:\i386ntdetect.com

The second lot of commands would do nothing. The syntax for COPY is:

COPY source destination

So, you want:
copy e:\i386\ntldr c:\
copy e:\i386\ntdetect.com c:\
Reply With Quote