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.

    Restore a MBR

    Discussion in 'Windows OS and Software' started by will-insomnia, Feb 8, 2011.

  1. will-insomnia

    will-insomnia Notebook Guru

    Reputations:
    0
    Messages:
    58
    Likes Received:
    0
    Trophy Points:
    15
    Hi,

    I recently installed ubuntu on the second hard drive of my m17x, and it worked really well, however I then tried to install a bootloader and can boot ubuntu fine, but if I want to boot windows, have to use a bootcd which lets me select windows partition. Now I have searched on the internet, but all recovery seems to revolve around a windows cd which the alienware has, but does not have a recovery mode on like all the tutorials say.

    Its really bugging me, and I am using my windows side to do this at the moment, but how can I restore the MBR to my lappy!!

    Thanks,
     
  2. MousePotato

    MousePotato Notebook Enthusiast

    Reputations:
    0
    Messages:
    26
    Likes Received:
    0
    Trophy Points:
    5
    fdisk /mbr
     
  3. pepemosca

    pepemosca Notebook Evangelist

    Reputations:
    153
    Messages:
    450
    Likes Received:
    0
    Trophy Points:
    30
    Try:

    Put the Windows 7 installation disc in the disc drive, and then start your computer.
    Press a key when you are prompted.
    Select a language, a time, a currency, a keyboard or an input method, and then click Next.
    Click Repair your computer.
    Click the operating system that you want to repair, and then click Next.
    In the System Recovery Options dialog box, click Command Prompt.
    Type (these commands are safe - more information)
    Code:
    Bootrec.exe /FixMbr
    
    Code:
    Bootrec.exe /FixBoot
    
    Code:
    Bootrec.exe /RebuildBcd
    
    Press ENTER after each command.
    Restart your computer.

    That should do the trick! However if you still can't start Windows, then follow step 1 to 6 again and type this command (more information about this command):
    Code:
    Bootsect.exe /nt60 all /force
    
    Press ENTER and restart your computer.
     
  4. 2.0

    2.0 Former NBR Macro-Mod®

    Reputations:
    13,368
    Messages:
    7,741
    Likes Received:
    1,022
    Trophy Points:
    331
  5. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    If you want to restore the mbr to only boot windows, follow the advice already posted. Alternatively, you can boot into Ubuntu and run sudo update-grub. This should detect your windows installation. If not, maybe you need to run sudo grub-mkdevicemap first.
     
  6. will-insomnia

    will-insomnia Notebook Guru

    Reputations:
    0
    Messages:
    58
    Likes Received:
    0
    Trophy Points:
    15
    thanks, gonna try that now
     
  7. will-insomnia

    will-insomnia Notebook Guru

    Reputations:
    0
    Messages:
    58
    Likes Received:
    0
    Trophy Points:
    15
    Unfortunately it failed at the second command. I can boot windows fine using a bootloading cd, but i can't just boot from the hard drive. THanks for the help so far, but any more ideas?

    Windows 7 is still working and can be accessed via the bootcd, but cant be booted straight off a hard drive, and when i do boot off the bootcd, i have to boot the recovery partition, not the C:/ partition
     
  8. pepemosca

    pepemosca Notebook Evangelist

    Reputations:
    153
    Messages:
    450
    Likes Received:
    0
    Trophy Points:
    30
    Did you try this one?

    Code:
    Bootsect.exe /nt60 all /force
     
  9. will-insomnia

    will-insomnia Notebook Guru

    Reputations:
    0
    Messages:
    58
    Likes Received:
    0
    Trophy Points:
    15
    Yes I did and it didn't do anything either :(
     
  10. pepemosca

    pepemosca Notebook Evangelist

    Reputations:
    153
    Messages:
    450
    Likes Received:
    0
    Trophy Points:
    30
  11. will-insomnia

    will-insomnia Notebook Guru

    Reputations:
    0
    Messages:
    58
    Likes Received:
    0
    Trophy Points:
    15
    No I haven't, However I just fixed it by setting the D:\ "Recovery" as the drive from which I boot, and Windows runs perfectly well now!! Using this command "Bootrec.exe /RebuildBcd"

    Thanks