跳转到主内容

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 小时: 0

过去 7 天: 3

过去 30 天: 7

总计 144