by gabriel » Mon Oct 26, 2009 4:30 pm
I think the cause of this problem due to the following 2 reasons
1. The Windows Boot Manager (Bootmgr) entry is not present in the Boot Configuration Data (BCD) store.
2. The BCD file on the active partition is corrupted or missing.
In order to check this click on start->run->type CMD->Navigate to rootdirectory\Boot directory and look for the BCD(Boot Configutation Data) file.
First check whether BCD file is present or damaged
You can check it out by the CMD prompt. Just navigate to rootdirectory\Boot directory and look for the BCD(Boot Configutation Data) file using the command prompt in Windows 7 and look if BCD file is present or damaged. For resolution follow the steps in the link given below.
Rebuild the BCD store by using the Bootrec.exe tool
1. Insert the Windows 7 installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted. Then choose language, keyboard or another input method and click next
3. Click Repair your computer.
Choose the operating system you want to repair->click Next.
4. In the System Recovery Options dialog box, click Command Prompt and type
Type Bootrec /RebuildBcd, and then press ENTER.
--If the Bootrec.exe tool runs successfully, it gives you with an installation path of a Windows directory. To insert the entry to the BCD store, type Yes. A confirmation message displays that indicates the entry was added successfully.
----- If the Bootrec.exe tool cannot find any missing Windows installations, you have to delete the BCD store, and then you have to re-create it. To do this, type the following commands in the order in which they are given. Press ENTER after each command.
Bcdedit /export C:\BCD_Backup
ren c:\boot\bcd bcd.old
Bootrec /rebuildbcd
5. Restart the computer.