The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    MBR/partition table/boot sector backup, rebuild, restore?

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by F_O_XXX, Jan 21, 2007.

  1. F_O_XXX

    F_O_XXX Notebook Enthusiast

    Reputations:
    0
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    5
    Hi, guys!
    I´ve just bought myself a notebook and since I had serious problems with my previous hard drive now I want to backup some things in order to be better prepared for possible "surprises". So besides hard drive images and stuff I think backing up MBR/partition table and boot sector is a good idea, too. I´ve read a lot of articles on the net lately but I need some advice on software for this purpose from experienced users before doing anything (stupid). Could some of the Hiren´s software do the trick? I find it good cause it´s bootable and I don´t have to think of other ways to boot since I don´t have any external usb stuff.
    10x
     
  2. BENDER

    BENDER EX-NBR member :'(

    Reputations:
    641
    Messages:
    1,125
    Likes Received:
    0
    Trophy Points:
    55
    You can use symantec ghost or acronis trueimage to backup your partition
     
  3. geekydude

    geekydude Notebook Geek

    Reputations:
    12
    Messages:
    75
    Likes Received:
    0
    Trophy Points:
    15
    Symantec Ghost has an option to backup the entire drive. That includes all partitions plus the MBR. When necessary, you can restore everything in one shot, basically restoring your drive to the state it was in when you got the notebook new.

    The other way is to use any linux liveCD to run the dd command. The MBR is simply the first 512 bytes of the drive, and the boot sector(s) is the first 512 bytes of each partition.
     
  4. F_O_XXX

    F_O_XXX Notebook Enthusiast

    Reputations:
    0
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    5
    I´m familiar with Ghost and Acronis, but I don´t want to create images of the entire drive and I already have my ghost images.
     
  5. Starcub

    Starcub Notebook Consultant

    Reputations:
    10
    Messages:
    287
    Likes Received:
    0
    Trophy Points:
    30
    I haven't used any of Hiren's tools, but I know it is fairly simple to backup and restore the MBR and partition table using Knoppix (knoppix.org) or probably any Linux live CD. There are some some freely available Linux live CD distributions that you can d/l and burn to CD that are tailored for utility use. The Linux dd program can backup and restore the MBR and partition table with a single command line very easily. As for the bootsectors for your various partitions, I imagine dd can do that just as easily too if you know where on your disk those things are stored. However it shouldn't be too difficult to figure it out to use the included tools through the documentation.