Results 1 to 4 of 4

Thread: How can I add my Ubuntu 9.10 entry to another GRUB setup?

  1. #1
    Join Date
    Oct 2008
    Location
    Arkansas
    Beans
    53
    Distro
    Ubuntu 10.10 Maverick Meerkat

    How can I add my Ubuntu 9.10 entry to another GRUB setup?

    My problem is this, I decided to try Pardus since I had the disk space available and learned that it never created a entry for Ubuntu 9.10 64-Bit. I have tried many different boot options and have only gotten it to show the first black and white bootsplash but never can continue to boot. Is there a option I am forgetting to add via Pardus's GRUB editor or is it something else?

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How can I add my Ubuntu 9.10 entry to another GRUB setup?

    I am not familiar with Pardus. Does it use grub2? Ubuntu's grub legacy was modified to use ext4 partitions but not every distribution did that since grub legacy was not centrally maintained anymore. You may not be able to boot Karmic if it is ext4. There may be a way with chainbooting but grub2 is better at finding other installs automatically in most cases and can be manually updated easily if not found automatically. I would use Karmic's bootloader and use it to boot into your other distribution. But then we are Ubuntu centric here.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Oct 2008
    Location
    Arkansas
    Beans
    53
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How can I add my Ubuntu 9.10 entry to another GRUB setup?

    Quote Originally Posted by oldfred View Post
    I am not familiar with Pardus. Does it use grub2? Ubuntu's grub legacy was modified to use ext4 partitions but not every distribution did that since grub legacy was not centrally maintained anymore. You may not be able to boot Karmic if it is ext4. There may be a way with chainbooting but grub2 is better at finding other installs automatically in most cases and can be manually updated easily if not found automatically. I would use Karmic's bootloader and use it to boot into your other distribution. But then we are Ubuntu centric here.
    Okay, how would I go about installing GRUB2 over the GRUB Legacy setup? I know how to install legacy, but i've read it's a different process this time.

    Also Ubuntu's documentation on upgrading GRUB didn't work, Pardus must have done something to it that prevents the upgrading process to find it.

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How can I add my Ubuntu 9.10 entry to another GRUB setup?

    On the pardus page I found it mentions both grub .97 and 1.97?
    http://distrowatch.com/table.php?distribution=pardus

    to reinstall grub2 with the karmic livecd where X & Y are drive & partition for Karmic use fdisk if unsure:
    $sudo mount /dev/sdXY /mnt
    $sudo mount /dev/sdXZ /mnt/boot ##only if you have a seperate /boot partition which could of course be on another drive as well
    sudo grub-install --root-directory=/media/sdXY /dev/sda
    $sudo grub-install --recheck --root-directory=/mnt /dev/sda


    To reinstall grub2.
    How to restore the Ubuntu/XP/Vista/7 bootloader (Updated for Ubuntu 9.10)
    http://ubuntuforums.org/showthread.php?t=1014708

    there are several ways simple, full chroot:
    Reinstall grub
    https://help.ubuntu.com/community/Gr...ing%20GRUB%202
    https://wiki.ubuntu.com/Grub2#Recove...20via%20LiveCD

    I would expect grub2 to find the pardus install and allow you to boot that.
    sudo update-grub
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

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
  •