Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, After installing Ubuntu 8.10 in my laptop I-ve partitioned the disk and I-ve installed win xp in another partition. Since this GRUB doesn-t appears when my laptop boots and ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    25

    GRUB issue

    Hi,
    After installing Ubuntu 8.10 in my laptop I-ve partitioned the disk and I-ve installed win xp in another partition. Since this GRUB doesn-t appears when my laptop boots and I can only use xp. How to solve this?

  2. #2
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,301
    Windows doean't play nice with other operating systems and when installed it will overwrite the bootloader. I believe the simplest way to sort this out is to download the supergrub live CD (Linky) and use that to restore your Grub settings.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Windows Installer has removed GRUB and you have to re-install it.
    Boot up from Ubuntu LiveCD, open Terminal and execute this
    Code:
    sudo grub
    You will get a grub prompt, grub>
    Execute this:
    Code:
    find /boot/grub/stage1
    If you get "Error 15: File not found", try the following:
    Code:
    find /grub/stage1
    Using this information, set the root device (fill in X,Y with whatever the find command returned):
    Code:
    root (hdX,Y)
    setup (hd0)
    quit
    Reboot machine. Grub Menu will appear on startup. You have to edit menu.lst to add an entry of Windows OS in GRUB Menu.
    We need to check Partition Structure of your Hard disk for that. Execute this
    Code:
    sudo fdisk -l
    Post output 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
  •  
...