Find the answer to your Linux question:
Results 1 to 5 of 5
I had re installed windows on a dual boot system containing ubuntu. Now how can i go to Ubuntu. How can i get the grub or lilo boot menu...
  1. #1
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470

    Installing Grub

    I had re installed windows on a dual boot system containing ubuntu.

    Now how can i go to Ubuntu. How can i get the grub or lilo boot menu

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    boot up from Ubuntu LiveCD, open terminal and execute this
    Code:
    sudo grub-install /dev/hda
    in case you have SATA harddisk, replace hda with sda.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    i got the fallowing message

    Could not find device for /boot: Not found or not a block device.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    do you have SATA harddisk? replace hda with sda as i suggested in last post.
    in case, it throws error again, post the output of 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

  5. #5
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470
    i solved my problem by using Super Grub Disk

    Thanks for ur help

Posting Permissions

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