メインコンテンツにスキップ

Fix Mbr showing error

Block Image

As above question my problem is same

But it is showing this error

この質問に回答する 同じ問題があります

この質問は役に立ちましたか?

スコア 0
1件のコメント

Which version of Windows are you using?

Which error message did you get that prompted you to try and fix?

さんによる

コメントを追加

2件の回答

最も参考になった回答

Type ''BOOTREC /FIXMBR ''and hit <Enter>.

This command will attempt to fix any corruption issues with the master boot record. If all goes well, you should see The operation completed successfully.

Next, type BOOTREC /FIXBOOT then hit <Enter>.

This command will attempt to write a new boot sector on the hard disk if Windows detects damage. Usually, this happens in cases where an older version of Windows was installed, or a non-compatible operating system such as Linux was installed.

If you are seeing an error such as Boot Manager is Missing, then the BOOTREC /RebuildBcd command might be able to fix it. This operation can also restore boot entries for older versions of Windows if you have a dual boot configuration.

If BOOTREC /RebuildBcd does not work, then Microsoft recommends you back up your BCD (Boot Configuration Data) store, then run the BOOTREC /RebuildBcd command again. Here is how you do it. Type each command then hit <Enter>:

·                     bcdedit /export C:\BCD_Backup

·                     c:

·                     cd boot

·                     attrib bcd -s -h -r

·                     ren c:\boot\bcd bcd.old

·                     bootrec /RebuildBcd

このアンサーは役に立ちましたか?

スコア 1
コメントを追加

You sure it's not

fdisk /fixmbr

このアンサーは役に立ちましたか?

スコア 0
コメントを追加

回答を追加する

Satyam Singh さん、ありがとうございました!
統計データ:

過去 24時間: 2

過去 7 日: 3

過去 30 日: 21

今までの合計 183