MBR

来自Shiyin's note
Shen讨论 | 贡献2013年12月18日 (三) 11:21的版本 (以“==linux下去除MBR== dd if=/dev/zero of=/dev/sda bs=466 count=1 只去除MBR的引导信息 dd if=/dev/zero of=/dev/sda bs=512 count=1 去除分区表信息 ==wi...”为内容创建页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

linux下去除MBR

dd if=/dev/zero of=/dev/sda bs=466 count=1

只去除MBR的引导信息

dd if=/dev/zero of=/dev/sda bs=512 count=1

去除分区表信息

win7恢复MBR

光盘启动后,运行 Command Prompt,然后输入

bootrec.exe /fixmbr

bootrec.exe的其它选项

  • /FixBoot. Writes a boot sector onto the system partition to start Windows
  • /ScanOs. Scans all disks for Windows installations and displays them to you.
  • /RebuildBcd. Scans all disks for Windows installations and prompts you to pick the ones you want to add to the BCD.