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.

    How to uninstall RC2 (dual boot) and fix MBR?

    Discussion in 'Windows OS and Software' started by Greg, Oct 11, 2006.

  1. Greg

    Greg Notebook Nobel Laureate

    Reputations:
    7,857
    Messages:
    16,212
    Likes Received:
    58
    Trophy Points:
    466
    I'm getting ready to install the RC2 build on my nc8430 (want to try it out for a while). However, I want to know how I would need to uninstall Vista properly so that the Master Boot Record would properly work.

    Last time I uninstalled Vista (beta 2), the MBR still thought I had Vista installed...so every time I booted I would have to select XP or have the machine say "no OS found" when it tried to load an (uninstalled) Vista.

    Does anyone know about this?

    Also, is there a way to force the computer's default OS to XP if I don't pick which OS to use at bootup? I only want to run Vista once in a while, not all the time.
     
  2. otakuoverlord

    otakuoverlord Notebook Evangelist

    Reputations:
    23
    Messages:
    420
    Likes Received:
    0
    Trophy Points:
    30
    If you want to do a complete uninstall while leaving your windows XP on the same drive....

    basically, it would go something like this:

    *insert your windows XP cd and boot off it

    *choose recovery console

    *use the fixboot command - it will restore the bootloader

    !!!!!!!!BEFORE YOU DO THIS!!!!!!!!!

    Google 'Windows XP recovery console' commands first and understand WHAT you are doing! Make sure you aren't that 0.0001% whose XP install doesn't want to work with this fix!

    also:

    http://www.microsoft.com/resources/...ocs/en-us/recovery_console_cmds.mspx?mfr=true

    and this, especially the part about BOOTCFG!
    http://support.microsoft.com/kb/314058

    Be very very careful, if you aren't paying attention, use the wrong commands, or do things in the wrong order you can very easily mess up your partition tables and wind up destroying all your data!!!!!!!

    You may just be better off (if you feel uncomfortable) leaving the vista bootloader and just living with having to choose your older OS option.
     
  3. Greg

    Greg Notebook Nobel Laureate

    Reputations:
    7,857
    Messages:
    16,212
    Likes Received:
    58
    Trophy Points:
    466
    Well, I Ghosted my current partitions (XP and DATA) just in case. For Beta 2 I just nuked all the installations and reinstalled XP fresh (I needed it anyway). This time I don't want to mess up the install already there.

    I don't think it would be too hard, but I want to make sure I get it right. From the looks of it I probably would only have to run fixmbr and fixboot.
     
  4. Spare Tire

    Spare Tire Notebook Evangelist

    Reputations:
    18
    Messages:
    459
    Likes Received:
    0
    Trophy Points:
    30
  5. ttupa

    ttupa Tech Elitist NBR Reviewer

    Reputations:
    136
    Messages:
    1,150
    Likes Received:
    0
    Trophy Points:
    55
    I must have gotten lucky. When I removed Beta 2, I just wiped the partition or "merged" it with the XP one. After that there was no problem. I guess that's not the way you're supposed to do it, but it worked for me.
     
  6. miner

    miner Notebook Nobel Laureate

    Reputations:
    1,326
    Messages:
    7,137
    Likes Received:
    0
    Trophy Points:
    205
    Yes, you can uninstall Vista and restore your Win XP boot manager as well...

    Boot your computer in to Windows XP.
    Ensure you have the Vista DVD in the DVD drive.
    Go to “Start” and “Run”. Type "cmd" & Enter.

    Type “e:\boot\bootsect /nt52 c:" - Press Enter
    (without quotes, and replacing e: with the drive letter of your Vista DVD & replacing c: with whatever is your XP partition drive).

    ***Ofcourse before doing this keep a backup of you data just in case the boot manager gets hosed. It shouldnt, I have done this many times and it will restore the boot manager.
     
  7. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    There is a much easier way to do this. After you install Vista, download the program VistaBootPRO found here. Install that. This program allows you to mess around with Vista's bootloader (which takes the place of the XP bootloader after you install Vista). In the program, there is an option to "disable Vista Bootloader", which will disable Vista's bootloader and restore XP's bootloader. You can then reboot with your partition manager and just destroy Vista's partition and merge it back with XP if you wish or leave it as a seperate data partition.
     
  8. jimc

    jimc Notebook Consultant

    Reputations:
    130
    Messages:
    269
    Likes Received:
    0
    Trophy Points:
    30
    you can always try control panel -> system -> advanced -> startup settings
     
  9. aloof

    aloof Notebook Enthusiast

    Reputations:
    0
    Messages:
    28
    Likes Received:
    0
    Trophy Points:
    5
    Was there any reason to navigate there? Or am I missing something in these seemingly simple instructions?
     
  10. miner

    miner Notebook Nobel Laureate

    Reputations:
    1,326
    Messages:
    7,137
    Likes Received:
    0
    Trophy Points:
    205
    Well, since it is command prompt, it defaults to C:\ So, if you type E:\boot it will take you to the folder on the DVD(considering your CD/DVD drive letter is E). I hope you didnt open up the folder in Windows!! There is no need to do that, what I meant was to navigate to E: in the command prompt.
    EDIT:Fixed the wording, hopefully now it makes some sense.

    There are other ways to do this as well. You can just type(e:\boot\bootcf...) the whole thing in Run menu and it will do the same thing. The cmd prompt allows you more options.