I have a corrupt mbr and need to know if the following commands will delete my data or just create a new bcd area for bootstrapping?
per...http://support.microsoft.com/kb/927392
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
