Find the answer to your Linux question:
Results 1 to 2 of 2
I have windows xp and ubuntu on my laptop with a single hd partitioned and a grub loader. I have been using both operating systems with no problems but I ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Location
    Arkansas USA
    Posts
    1

    I need help with grub loader problems!!

    I have windows xp and ubuntu on my laptop with a single hd partitioned and a grub loader. I have been using both operating systems with no problems but I downloaded the update to ubuntu and now windows xp option on the grub loader disappeared and instead it says "other operating system" The grub loader now says "stage 1.5" How can I put back back windows xp again on the loader list? I'm a newbee to linux as you can tell. Can anyone help?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Which version of Ubuntu are you using? Execute this
    Code:
    cat /etc/lsb-release
    Post output here.

    Try to add Windows XP option manually.
    Press Alt+F2 and type this
    Code:
    gksu gedit /boot/grub/menu.lst
    It will open menu.lst file in Gedit with root privileges.

    Replace title Other Operating System line with whatever you want to appear in GRUB Menu.
    Code:
    title Windows XP
    rootnoverify (hd0,0)
    chainloader +1
    Save file and reboot machine. In case it doesn't work, post the output of sudo fdisk -l command here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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