Results 1 to 4 of 4

Thread: keeping same grub although installing new distros

  1. #1
    Join Date
    Dec 2005
    Beans
    410

    keeping same grub although installing new distros

    I have searched for information on this subject but apparently haven't chosen the right search terms.

    I run Ubuntu 12.04 and am OK with it. Although I stick with Ubuntu, I like to install and check other distros on separate partitions. When I install another distro, its grub takes over. I would like to contimue using grub from Ubuntu 12.04 no matter what other distro I install. Are there any suggestions?

    I am not interested in running Vbox. I don't feel I have enough memory (2GB) to do this. I also feel I don't need another layer of confusion to the situation.

    Earl

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

    Re: keeping same grub although installing new distros

    I have multiple drives, so if I install something else I let it overwrite the boot loader in sda, but keep BIOS on sdc. You could do something similar with a flash drive that has the boot loader you always want.

    Most installs give a choice on where to install the boot loader. And most installs will find other installs and let you boot them. But not always.

    Best to have Ubuntu liveCD, Boot-Repair and other repair tools.

    If you end up with another install's boot loader and you can still boot into Ubuntu, run this from Ubuntu to restore its boot loader.

    sudo grub-install /dev/sda
    sudo update-grub

    How to: Create a Customized GRUB2 Screen that is Maintenance Free.- Cavsfan
    https://help.ubuntu.com/community/Ma...tomGrub2Screen

    How to make a GRUB_II USB
    http://members.iinet.net/~herman546/....html#GRUB_USB
    My flash was labeled MC4GB and mounted to media/fred and is sdb.
    sudo grub-install --root-directory=/media/fred/MC4GB /dev/sdb
    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 2005
    Location
    UK
    Beans
    1,026
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: keeping same grub although installing new distros

    When you install another distro make sure at install that you DO NOT install grub to the boot partition, but to the installation partition instead (even that may be unnecessary ). There will be an option for this during install, usually around the time the installer asks for partition info.
    When installed, boot your 12.04 and in a Terminal,

    sudo update-grub

    This will update GRUB and find your new install and add it to the GRUB menu, leaving your main install as the first option.

    http://www.dedoimedo.com/computers/grub-2.html
    is an old resource I found useful for GRUB.

  4. #4
    Join Date
    Dec 2005
    Beans
    410

    Re: keeping same grub although installing new distros

    Quote Originally Posted by oldfred View Post

    Code:
    sudo grub-install /dev/sda
    sudo update-grub
    This worked just great!!! I have been looking at that problem for a VERY long time. Such a simple solution.

    Earl

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
  •