Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Updating/Fixing your Boot Sector Guideline [System Repair Disk]
#1
I'm going to explain how you're able to fix your boot sector if you're having issues with your master boot record if it's invalid or corrupt. The method explained in this post is shown through a system repair disk which is available for download on Windows 7 through your computer directly. You can burn it to a disk, which is what I would recommend. But lets move on.

First, you'll want to know what the MBR is. MBR is short for Master Boot Record, and it contains data about your partitions, including bootable systems. So if you dual boot with Linux and Windows, the MBR is what stores that information for you, and it's the boot sector located on the first sector of your hard drive.

If this becomes invalid, it can cause quite a few issues that may even possibly render your computer unbootable until it's fixed.

So the first step is to boot the repair disk, through the boot menu, or by selecting your CD drive as the first to boot on priority. Once you've loaded the disk on boot, you'll have to select your language and all that, and it will search for Windows installs. After this, you'll come to a menu, where you have the option to open an instance of a command prompt. This is the one you'll want to click.

In here, we want to navigate to the boot directory, and since by default you should already be in System32 from what I can remember about doing this, you'll have to type in this command to get into the boot directory from there:

Code:
cd Boot

Now that we're in the Boot directory of Windows, there's a file in here called bootsect.

Depending on what Windows version you have will change the syntax of this command slightly as one of the parameters you'll have to specify will change:

If you run Windows NT versions of 5.2 or below (which is anything before Vista), this is the command you'll want to run:
Code:
bootsect /nt52 SYS /mbr

If you run Windows NT versions of 6.0 or higher, you'll want to run
Code:
bootsect /nt60 SYS /mbr

This will restore the master boot record. If this fails, there's also a utility called bootrec which can be used in the following way, although i've never had to use it before:
Code:
bootrec /fixmbr

Finally, use the "exit" command to close the console and reboot your Windows.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Boot.SDI $Extend Meta Directory? AceInfinity 4 3,502 12-30-2011, 09:08 PM
Last Post: AceInfinity
  Decrease Computer Boot Time - System Configuration [Tutorial] AceInfinity 47 25,266 06-06-2011, 01:05 PM
Last Post: jhfire
  Graphics Card Won't Boot Win 2 1,092 12-12-2010, 03:35 PM
Last Post: Win
  How to make a boot disk? myposbussie 1 790 10-21-2010, 07:22 AM
Last Post: myposbussie
  Is it ok to delete 'Old disk structure' after system recovery? GeneralOJB 6 2,557 12-15-2009, 12:21 PM
Last Post: Skill

Forum Jump:


Users browsing this thread: 1 Guest(s)