Results 1 to 4 of 4

Thread: [SOLVED] lost vista grub entry

  1. #1
    Join Date
    Sep 2008
    Beans
    4

    [SOLVED] lost vista grub entry

    I had Vista/Ubuntu dual boot working but after Ubuntu wireless issues I re-installed Ubuntu and have lost my grub menu and go straight into Ubuntu.

    I don't have Vista in my menu.lst just Ubuntu.
    I was hoping someone could recommend what to add in.

    Here's my fdisk -l

    Disk /dev/sda: 118.5 GB, 118526284800 bytes
    255 heads, 63 sectors/track, 14410 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xe686f016

    Device Boot Start End Blocks Id System
    /dev/sda1 11948 11978 249007+ 82 Linux swap / Solaris
    /dev/sda2 11979 14410 19535040 83 Linux
    /dev/sda3 * 1 11947 95964246 7 HPFS/NTFS

    Partition table entries are not in disk order

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

    Re: lost vista grub entry

    Try adding:
    Code:
    title Windows Vista
    root (hd0,2)
    makeactive
    chainloader +1
    If it seems like you've lost your Grub menu on start up, find the line near the beginning in your menu.lst that has "hiddenmenu" and instead put a # in front of it:
    Code:
    #hiddenmenu

  3. #3
    Join Date
    Sep 2008
    Beans
    4

    Smile Re: lost vista grub entry

    Thanks for that!

    It worked perfectly. yet again the forum has come to the rescue.


    Many thanks

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

    Re: lost vista grub entry

    You're welcome; I'm glad you can boot all your OSes now. If it's not too much trouble, please click the "thread tools" link near the top of this thread and choose the "marked as solved".

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
  •