This Any Help?
ntfs.sys
When you start your computer that is running Windows XP Service Pack 2 (SP2), you may receive the following error message:
Windows could not start because the following file is missing:
\system32\drivers\ntfs.sys
RESOLUTION
To resolve this issue, follow these steps: 1. Insert the Windows XP startup disk in the floppy disk drive, or insert the Windows XP CD in the CD drive, and then restart the computer.
2. Click to select any options that are required to start the computer from the CD drive if you are prompted to do this.
3. When the "Welcome to Setup" screen appears, press R to start the Recovery Console.
4. If you have a dual-boot or multiple-boot computer, select the installation that you want to access from the Recovery Console.
5. When you are prompted, type the Administrator password. If the Administrator password is blank, press ENTER.
6. At the Recovery Console command prompt, type the following lines. Press ENTER after each line.
cd system32
ren ntkrnlpa.exe ntkrnlpa.old
ren ntoskrnl.exe ntoskrnl.old
cd "c:\windows\driver cache\i386"
expand sp2.cab -F:ntkrpamp.exe c:\windows\system32
expand sp2.cab -F:ntkrnlmp.exe c:\windows\system32
cd c:\windows\system32
ren ntkrpamp.exe ntkrnlpa.exe
ren ntkrnlmp.exe ntoskrnl.exe
7. Type exit to quit Recovery Console. Your computer will restart.
Hope it works for you.