Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Ubuntu 9.10 / Windows XPsp3, dual boot. Installed 9.10 over a month ago, no problems since today, update manager, now Windows is not listed. I've been using dual boot since ...
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Posts
    8

    [SOLVED] Grub doesn't list Windows XP

    Ubuntu 9.10 / Windows XPsp3, dual boot. Installed 9.10 over a month ago, no problems since today, update manager, now Windows is not listed. I've been using dual boot since 8.04, but still not very adept at terminal, and have no knowledge of GRUB. Help, please!

  2. #2
    Just Joined!
    Join Date
    Dec 2009
    Location
    Highlands
    Posts
    37
    Quote Originally Posted by techee1 View Post
    now Windows is not listed
    For a grub issue, you should probably wait for someone from the A team to reply

    However, you can pass the time by looking at this article:
    Grub/XP/Vista Bootloader - Ubuntu Forums

    Scroll down to the section "How to restore the Windows XP bootloader"

    You can see that you only need to type 3 commands

    (I think I've done this, but I can't remember )
    .

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Welcome to the forums!

    The latest version of Ubuntu uses GRUB2 rather than GRUB legacy as was used by prior versions of Ubuntu. You should be able to use the SuperGRUB LiveCD to restore GRUB if you wish. I'd advise downloading version 1.21, or later for working with GRUB2 machines:

    Super Grub Disk Homepage

    There is also a very good HowTo for working with Ubuntu and GRUB 2, here:

    https://help.ubuntu.com/community/Grub2
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Just Joined!
    Join Date
    Dec 2009
    Posts
    8
    Quote Originally Posted by techee1 View Post
    Ubuntu 9.10 / Windows XPsp3, dual boot. Installed 9.10 over a month ago, no problems since today, update manager, now Windows is not listed. I've been using dual boot since 8.04, but still not very adept at terminal, and have no knowledge of GRUB. Help, please!
    This install of 9.10 was an upgrade from Ubuntu 9.04, I checked GRUB v 0.97...hope you can help, thanks

  5. #5
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    That should make things easier. You just have to add back in the Windows entry in /boot/grub/menu.lst A typical one looks like
    Code:
    title Microsoft Windows NT/98/95 and MS-DOS
      root        (hd0,0)
    #  rootnoverify (hd0,0)
      makeactive
      chainloader +1
    Though you may have to edit the (hd0,0) if Windows is not the first partition on the first hard drive.

  6. #6
    Just Joined!
    Join Date
    Dec 2009
    Posts
    8
    I'm totally clueless, I need to be walked through this one. Thanks.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    cd /boot/grub
    ls
    If it lists menu.lst file then post the contents of menu.lst file here.

    In case there isn't any menu.lst file, install startup manager.
    Code:
    sudo apt-get install startup-manager
    It will install GUI of GRUB2. It doesn't have much options but you can check if Windows OS has been detected correctly or not.

    Post the output of sudo fdisk -l command too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Dec 2009
    Posts
    8

    cd /boot/grub ls


  9. #9
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,946
    You do have a menu.lst file so post its contents as suggested above. Open a terminal and do:

    sudo cat /boot/grub/menu.lst

    post the contents here.

  10. #10
    Just Joined!
    Join Date
    Dec 2009
    Posts
    8

    menu.lst

    Here it is.
    Attached Images Attached Images

Page 1 of 2 1 2 LastLast

Posting Permissions

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