<---- template headericclude ----->
Dual boot Ubuntu and Fedora
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2011
    Location
    India
    Age
    32
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Dual boot Ubuntu and Fedora

    I had Ubuntu 10.10. Now in the free space remaining in my hard disk, I installed Fedora 15. But unfortunately, Fedora failed to detect ubuntu. Now when I start my computer, grub automatically loads fedora and also doesnt display the boot menu. How can I boot ubuntu and let the grub display a menu of operating system choices? My /etc/grub.conf file in fedora is as follows:

    Code:
    # grub.conf generated by anaconda
    #
    # Note that you do not have to rerun grub after making changes to this file
    # NOTICE:  You do not have a /boot partition.  This means that
    #          all kernel and initrd paths are relative to /, eg.
    #          root (hd0,0)
    #          kernel /boot/vmlinuz-version ro root=/dev/sda1
    #          initrd /boot/initrd-[generic-]version.img
    #boot=/dev/sda
    default=0
    timeout=0
    splashimage=(hd0,0)/boot/grub/splash.xpm.gz
    hiddenmenu
    title Fedora (2.6.38.6-26.rc1.fc15.i686)
            root (hd0,0)
            kernel /boot/vmlinuz-2.6.38.6-26.rc1.fc15.i686 ro root=UUID=45aa3eb0-1283-41ef-a0e1-bfc47b7d8785 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
            initrd /boot/initramfs-2.6.38.6-26.rc1.fc15.i686.img
    ~                                                                               
    ~                                                                               
    ~                                                                               
    ~                                                                               
    "/etc/grub.conf" 17L, 774C

  2. #2
    Join Date
    Mar 2004
    Location
    In your closet
    Posts
    16,272
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    Re: Dual boot Ubuntu and Fedora

    Make these changes to the menu.
    default=0
    timeout=10 < --- Change this to 10 seconds instead of 0 seconds
    splashimage=(hd0,0)/boot/grub/splash.xpm.gz
    hiddenmenu < --- Remove this line

    Those 2 changes will give you a 10 second countdown before the default is booted and actually display a menu.

    Adding Ubuntu could be tricky. It depends on, amongst other things, what partition it is installed to. I have Ubuntu installed on /dev/sd8 / (hd0,7) so my menu entry looks like this.
    Code:
    title	Ubuntu 11
    	root (hd0,7)
    	kernel /boot/grub/core.img
    You could try to emulate that and see if it works.

  3. #3
    Join Date
    Feb 2011
    Location
    India
    Age
    32
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Dual boot Ubuntu and Fedora

    thanks, it did :-)

Similar Threads

  1. Dual boot Fedora and Ubuntu with LVM
    By greno in forum Installation, Upgrades and Live Media
    Replies: 8
    Last Post: 19th November 2009, 04:39 PM
  2. Ubuntu 9.04 and Fedora 11 dual boot
    By Tuahaa in forum Installation, Upgrades and Live Media
    Replies: 9
    Last Post: 11th August 2009, 08:28 AM
  3. Dual-boot Ubuntu/XP, Replace Ubuntu w/ Fedora
    By safetycopy in forum Installation, Upgrades and Live Media
    Replies: 20
    Last Post: 26th February 2009, 09:11 AM
  4. Fedora 8 dual boot with ubuntu 8
    By mack_guy911 in forum Installation, Upgrades and Live Media
    Replies: 0
    Last Post: 30th May 2008, 06:53 AM
  5. Fedora 7 + Ubuntu dual boot
    By [S|G] in forum Installation, Upgrades and Live Media
    Replies: 8
    Last Post: 15th May 2007, 04:24 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]