In Reply #42 I outlined how to copy the booting files from a Dell's Recovery Partition to the C: drive. The following is a method to remove the SRP (not present in Dell computers) after copying the booting files to the C: drive.
First, we have to unhide the SRP.
In Disk Management, right click the SRP, click Change Drive Letter and Paths..., click Add, dot in Assign the following drive letter, click the drop down arrow and select P , click OK.
Start an Administrator mode Command Prompt. To do this, click on the Start button, then All Programs, then Accessories. Right-click on the Command Prompt item and select Run as administrator from the pop-up menu. If a UAC prompt is displayed, click the Yes button.
Unload the BCD registry hive by running the following command:
reg unload HKLM\BCD00000000
Copy the bootmgr file from the SRP to the Windows 7 partition. Run the following command:
robocopy p:\ c:\ bootmgr
Copy the Boot folder from the SRP to the Windows 7 partition. Run the following command:
robocopy p:\Boot C:\Boot /s
The booting files have now been copied. If you wish to verify that they were copied correctly, run the following command:
dir c:\ /ah
If the bootmgr file and the Boot folder show up in the list, the procedure was successful.
In Disk Management, right click the SRP, click Change Drive Letter and Paths..., click Remove, Yes. This hides the SRP again.
In Disk Management, right click the C: drive, click Mark Partition as Active, Yes.
Restart the computer with a BING CD in the drive.
In BING (Partition Work), delete the SRP.
In BING, do a BCD Edit on Win7.
http://www.terabyteunlimited.com/kb/article.php?id=318reboot
Thanks for assistance from TeraByte Support.