Results 1 to 4 of 4

Thread: dual booting fedora and ubntu should i use grub or grub2?

  1. #1
    Join Date
    Aug 2010
    Beans
    3

    dual booting fedora and ubntu should i use grub or grub2?

    Hi,
    I am using my computer with fedora 12 installed. Now i want to dual boot his computer with ubuntu 10.04. Now my idea is that i will install grub2 of ubuntu into its own boot menu and use the fedora legacy grub by chainloading ubuntu. Now my question is that is this the best option?
    Or i install grub2 of ubuntu into MBR and do osprobe and find fedora 12?
    I am familiar with grub legacy. But i never tried grub2. So i want to get some suggestions regardng this.

    Thank You

  2. #2
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,689
    Distro
    Xubuntu

    Re: dual booting fedora and ubntu should i use grub or grub2?

    Hi and welcome to the forums

    In my opinion, GRUB2 is the way of the future. Although it may seem complicated at first, I find it to be very flexible and customizable.

    If Fedora is already installed, go ahead and install Ubuntu and allow it to install its bootloader to the MBR. Then, run
    Code:
    sudo update-grub
    in Ubuntu to pick up the Fedora install.

    There is a wealth of information available, much of it written by members of the Ubuntu community.
    https://help.ubuntu.com/community/Grub2
    http://ubuntuforums.org/showthread.php?t=1195275
    http://ubuntuforums.org/showthread.php?t=1287602
    http://members.iinet.net/~herman546/p20.html

  3. #3
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

    Re: dual booting fedora and ubntu should i use grub or grub2?

    Personally I always upgrade to grub2 on any platform that will allow it. I suspect that fedora will upgrade to it, if it was me I would do this then install Ubuntu.

    Upgrading grub is not tricky but you have to do all the correct commands in the correct order at the correct time, which includes rebooting and running a final command.

    Rubi1200 is correct though and your own contention that theoretically grub-legacy should chainload, personally I wouldn't risk it though when grub2 is a far better bootloader at least for my use. I think it is a matter of personal preference here.





  4. #4
    Join Date
    Apr 2009
    Location
    Texas
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: dual booting fedora and ubntu should i use grub or grub2?

    I agree with Rubi about letting ubuntu install grub2 to the MBR. IF for some strange reason after you run
    Code:
    sudo update-grub
    that grub does not see fedora than you can then run:
    Code:
    sudo os-prober
    to find the fedora install.
    Ubuntu Christian Edition chat on irc at server: OFTC/channel: #ubuntuCE
    BootInfoScript DualBooting
    Grub Grub2 MBR/GRUB
    Boot Info Script courtesy of community member meierfra and ghulselmans

Tags for this Thread

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
  •