To: belker who wrote (24188 ) 1/1/2002 10:53:39 AM From: belker Respond to of 110655 i am reading more about the emergency repair process in win help. this is my c drive erd: [Paths] TargetDirectory = "\WINNT" TargetDevice = "\Device\Harddisk0\Partition1" SystemPartitionDirectory = "\" SystemPartition = "\Device\Harddisk0\Partition1" [Signature] Version = "WinNt5.0" [Files.SystemPartition] NTDETECT.COM = "NTDETECT.COM","9861" ntldr = "ntldr","397cb" arcsetup.exe = "arcsetup.exe","34dcb" arcldr.exe = "arcldr.exe","281cf" [Files.WinNt] \WINNT\system32\ntkrnlpa.exe = "ntkrnlpa.exe","1a8cfd" \WINNT\system32\ntoskrnl.exe = "ntoskrnl.exe","1afb9a" \WINNT\system32\w95upgnt.dll = "w95upgnt.dll","62879" \WINNT\system32\drivers\update.sys = "update.sys","1f157" \WINNT\AppPatch\sysmain.sdb = "sysmain.sdb","1a37b8" \WINNT\system32\spiisupd.exe = "spiisupd.exe","fe25" \WINNT\AppPatch\slayerui.dll = "slayerui.dll","9afd" \WINNT\system32\schmupd.exe = "schmupd.exe","5c75" \WINNT\system32\odtext32.dll = "odtext32.dll","8761" \WINNT\system32\odpdx32.dll = "odpdx32.dll","8aab" \WINNT\system32\odfox32.dll = "odfox32.dll","9e94" \WINNT\system32\odexl32.dll = "odexl32.dll","ae6c" \WINNT\system32\oddbse32.dll = "oddbse32.dll","14a03" \WINNT\inf\netcpqi.inf = "netcpqi.inf","10ede" \WINNT\inf\netcpqg.inf = "netcpqg.inf","10b44" \WINNT\system32\msxbde40.dll = "msxbde40.dll","5913d" \WINNT\system32\mstext40.dll = "mstext40.dll","3e402" \WINNT\system32\msrepl40.dll = "msrepl40.dll","8a552" \WINNT\system32\msrd2x40.dll = "msrd2x40.dll","73e5e" \WINNT\system32\mspbde40.dll = "mspbde40.dll","64bd2" what if i take these two lines: TargetDevice = "\Device\Harddisk0\Partition1" SystemPartitionDirectory = "\" SystemPartition = "\Device\Harddisk0\Partition1" and make them this TargetDevice = "\Device\Harddisk0\Partition2" SystemPartitionDirectory = "\" SystemPartition = "\Device\Harddisk0\Partition2" would that direct the repair to d drive? belker