Results 1 to 10 of 10

Thread: Bootmgr missing for Vista

  1. #1
    Join Date
    May 2007
    Location
    Kingston, ON
    Beans
    54
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Bootmgr missing for Vista

    My apologies if this thread exists somewhere, but I didn't see one. I already had a Vista x64 Home Premium running for a while and decided I had been Ubuntu-less for too long (due to some other glitches a while ago I never managed to get fixed). I installed 8.10 alright to another partition, so with setup like this:

    Disk 1:
    Partition 1 - Windows
    Partition 2 - Ubuntu root
    Partition 3 - swap space
    Partition 4 - shared data

    Disk 2:
    Partition 1 - more shared data

    GRUB loads up fine and shows the options that it should show, and it boots into Ubuntu no problems. But when I try to boot into Windows, I get a message that the Bootmgr is missing. I can use SuperGRUB to get into it still, but that would be a major hassle to do everytime I wanted Windows. Any ideas on how to fix?

  2. #2
    Join Date
    Apr 2007
    Beans
    553

    Re: Bootmgr missing for Vista

    get advanced supergrub to fix master boot record.

    search this forum for chainloader it is needed for win partitions

    super grub will set it up for you.

  3. #3
    Join Date
    Mar 2008
    Location
    California, USA
    Beans
    8,111

    Re: Bootmgr missing for Vista

    In order to get a clearer picture of your setup, how about opening a terminal (Applications > Accessories > Terminal) and do:
    Code:
    cd ~/Desktop && wget 'http://home.comcast.net/~ubuntu_grub/boot_info_script.txt' && sudo bash boot_info_script.txt
    That will create a "boot_info_results.txt" file in the same directory from where the script is run, namely your desktop; please copy/paste the contents of that file to your next post. That will help clarify your setup and what your problem might be.

  4. #4
    Join Date
    May 2007
    Location
    Kingston, ON
    Beans
    54
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Bootmgr missing for Vista

    The file is attached. I googled for Advanced Super Grub and got nothing - is it different than normal Super Grub?
    Attached Files Attached Files

  5. #5
    Join Date
    Mar 2008
    Location
    California, USA
    Beans
    8,111

    Re: Bootmgr missing for Vista

    You accidentally posted the bash script and not the results; please post the contents of the "boot_info_results.txt" file.

  6. #6
    Join Date
    Apr 2007
    Beans
    553

    Re: Bootmgr missing for Vista

    advanced supergrub has more features for finding and fixing, plain supergrub assumes you already know what you are doing.

  7. #7
    Join Date
    May 2007
    Location
    Kingston, ON
    Beans
    54
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Bootmgr missing for Vista

    Oops. It was the only file that showed up on my desktop so I assumed it was the right one without looking. Must have typoed and not gotten the results. Let's try that again.

    And where I would get a hold of Advanced Super Grub?
    Attached Files Attached Files

  8. #8
    Join Date
    Mar 2008
    Location
    California, USA
    Beans
    8,111

    Re: Bootmgr missing for Vista

    OK, I believe I found the problem. How about first opening your menu.lst:
    Code:
    gksudo gedit /boot/grub/menu.lst
    And change the Windows entry at the end to:
    Code:
    title		Windows Vista
    root		(hd0,0)
    chainloader	+1
    Save, reboot, and let me know exactly what happens when you boot Vista from the Grub menu.

  9. #9
    Join Date
    May 2007
    Location
    Kingston, ON
    Beans
    54
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Bootmgr missing for Vista

    Thanks a lot. Problem solved.

  10. #10
    Join Date
    Mar 2008
    Location
    California, USA
    Beans
    8,111

    Re: Bootmgr missing for Vista

    I'm glad it turned out to be a simple fix; cheers and have fun with Vista and Ubuntu.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •