Using Norton Disk Edit to Backup Your Master Boot Record

Last reviewed: January 30, 1998
Article ID: Q166997
The information in this article applies to:
  • Microsoft Windows NT Server versions 3.51 and 4.0
  • Microsoft Windows NT Workstation versions 3.51 and 4.0

SUMMARY

The master boot record is required to boot your computer. Having a current backup of your master boot record is an excellent way to ensure that, in the event of a virus or hardware failure, you will be able to recover your system in the shortest amount of time possible.

MORE INFORMATION

After the Power on Self Test (POST) is complete, the system BIOS loads the first sector of the hard disk drive into memory and transfers execution to the code that was at that location. That code reads the partition table to locate the system partition and, after finding it, reads in the first sector within that partition (the boot sector) and transfers execution to it. That code contains the information necessary to start the operating system.

If for any reason, a link in the boot sequence is broken, the system will fail to start. A backup copy of the boot sector is already stored on the hard disk but a backup copy of the master boot record is not.

If you have saved a copy of your master boot record, you will be able to replace this critical sector of your hard disk drive and get the system back in operation quickly.

By following the solution listed below you will be able to successfully back up your master boot record to a floppy disk. With that file and Norton Disk Edit, you will be able to restore your back up copy to the hard disk in the event of corruption because of a virus or malfunctioning hard disk hardware.

RESOLUTION

  1. Obtain a copy of Norton Disk Edit.

  2. Copy the following files onto a DOS 6.22 bootable disk:

          DISKEDIT.EXE
          NLIB200.RTL
          YMCFG.BIN
    

    A mouse driver is also very handy but not necessary.

  3. Create an Autoexec.bat file that starts Diskedit with the /W switch to make it possible to write your changes to the hard disk drive.

  4. Start Disk Edit and from the Object menu, click Drive.

  5. From the displayed dialog box, click Physical Disk.

  6. Select Hard Disk One and click OK. You are now looking at the master boot record and partition table.

  7. From the Object menu, click Partition Table.

  8. From the Tools menu, click Write Object To. To a File is already selected so click OK.

  9. Type a path back to drive A and select a filename to use. For example,

        A:\PDCMBR
    

  10. Click OK.

  11. Click Yes when prompted.

  12. Click Cancel at the Rescan prompt.

This completes saving a copy of your master boot record on to the floppy disk that you used to boot to DOS and run Disk Edit.

To Restore the File In the Event of Corruption

Using the same disk as before:

  1. Start Disk Edit and from the Object menu, click File.

  2. From the Files dialog box, double-click you saved master boot record.

  3. From the Tools menu, click Write Object To.

  4. Click Physical Sectors.

  5. Click Hard Disk 1.

  6. Set the Cylinder to 0, the Side to 0, and the Sector to 1.

  7. Click OK.

  8. Click OK again on the pop-up Warning! message box.

This completes restoring your master boot record to the hard disk drive.


Additional query words: Norton Disk Edit MBR Backup Copy
Keywords : ntboot ntgeneral nthowto NTSrvWkst
Version : WinNT:3.51,4.0
Platform : winnt


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 30, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.