Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Quad Boot OS with separate boot partition

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

    Re: Quad Boot OS with separate boot partition

    Some installs give a choice on where to install grub2's boot loader. You can then not install, if an option or install to a partition (Ubuntu's only other option). The install to a partition will never be used and is just to keep your main install's grub2 in the MBR.

    If your second install overwrites the MBR but gives the option to boot into Ubuntu your can easily reinstall Ubuntu with this:

    #reinstall from working (not liveCD) system - first find Ubuntu drive (example is drive sdb but use your drive not partitions):
    sudo fdisk -l
    #if it's "/dev/sdb" then just run:
    sudo grub-install /dev/sdb
    #If that returns any errors run:
    sudo grub-install --recheck /dev/sdb
    sudo update-grub

    If it gets to the point you need a liveCD to reboot.

    https://help.ubuntu.com/community/Grub2/Installing
    Reinstall grub2 - Short version & full chroot version
    https://help.ubuntu.com/community/Gr...alling%20GRUB2

    Or you can have Boot-Repair, Supergrub or other boot alternatives.
    http://www.supergrubdisk.org/
    Boot Repair:
    https://help.ubuntu.com/community/Boot-Repair

    I also install grub2 directly to a flash drive and manually configure a grub.cfg to boot several other drives either MBR, or to a partition.

    Install grub2 to USB -general info
    http://members.iinet.net/~herman546/....html#GRUB_USB
    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.

  2. #12
    Join Date
    Sep 2007
    Location
    England / U.S.
    Beans
    277
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Quad Boot OS with separate boot partition

    Thanks again.

    I seem to have fixed it by leaving Ubuntu using the boot partition and reinstalling the other distros as normal (without assigning a separate boot). Then updated grub from Ubuntu. Used Grub Customiser to change the order and rename them.

    Thanks for all your help. Whilst I don't think this achieved everything I set out to do I'll mark this as solved as for now at least, it is the best way I can see of successfully using a separate boot partition.

    I have since borked the disk causing errors with gparted but I'll start a new thread on that.
    Linux is not windows // Ubuntu (Quantal:12.10) Guide
    Use descriptive thread titles // Linux... is... not... windows // OSX... is... not... Linux

Page 2 of 2 FirstFirst 12

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
  •