Results 1 to 7 of 7

Thread: Dual boot issues

  1. #1
    Join Date
    May 2008
    Beans
    17

    Question Dual boot issues

    I have a Powerbook G4 that previously had Fedora on it. I installed Ubuntu 8.04 and lost the ability to boot Fedora. Help would be appreciated. The installer did recognize Mac OS X though. Thanks for any help you could provide.

  2. #2
    Join Date
    May 2008
    Beans
    4

    Re: Dual boot issues

    make sure that your hard drive is partitioned so that the when you install one OS it does not overwrite the other. I had a similar problem but it worked out once i partitioned my hard drive, one half for mac OS, the other half i installed ubuntu linux

    hope this helps

  3. #3
    Join Date
    May 2008
    Beans
    17

    Re: Dual boot issues

    The hard drive partition layout is fine there is a boot partition for fedora and Ubuntu and Mac OS X, a swap partition and storage partitions. Fedora is there but I can't access it. I was wondering if there was a way to edit grub, and if so could I get instructions? It even tagged the fedora boot partition with /boot in gparted.

  4. #4
    Join Date
    May 2005
    Beans
    498

    Re: Dual boot issues

    If you can't boot both on boot by pressing the l (small L) then TAB and selecting fedora you may need to re-bless your yaboot.conf file

    sudo fdisk -l

    to list your partitions and get you partition numbers.

    sudo ofpath (hda etc)

    to get your openfirmware path to your hd

    see:

    http://ubuntuforums.org/showthread.p...ghlight=yaboot

    http://www.my2bits.org/?p=49
    Last edited by oswaldkelso; May 30th, 2008 at 12:18 PM. Reason: clarify

  5. #5
    Join Date
    May 2008
    Beans
    17

    Re: Dual boot issues

    I found the correct yaboot.conf. How would I edit it to include an option to boot an ext3 hda4 partition that starts fedora. examples of fedora/ubuntu boot appreciated or a link to a setup guide would be very helpful.
    Last edited by benl11235; May 30th, 2008 at 11:20 PM. Reason: new problem

  6. #6
    Join Date
    May 2008
    Beans
    17

    Re: Dual boot issues

    ## yaboot.conf generated by the Ubuntu installer
    ##
    ## run: "man yaboot.conf" for details. Do not make changes until you have!!
    ## see also: /usr/share/doc/yaboot/examples for example configurations.
    ##
    ## For a dual-boot menu, add one or more of:
    ## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ

    boot=/dev/hda6
    device=/pci@f4000000/ata-6@d/disk@0:
    partition=7
    root=/dev/hda7
    timeout=100
    install=/usr/lib/yaboot/yaboot
    magicboot=/usr/lib/yaboot/ofboot
    enablecdboot
    macosx=/dev/hda3

    image=/boot/vmlinux
    label=Linux
    read-only
    initrd=/boot/initrd.img
    append="quiet splash video=ofonly"

    image=/boot/vmlinux.old
    label=old
    read-only
    initrd=/boot/initrd.img.old
    append="quiet splash video=ofonly"

    This is my Ubuntu yaboot.conf file

  7. #7
    Join Date
    May 2005
    Beans
    498

    Re: Dual boot issues

    Add fedora to your yaboot.conf this is the section for fedora on mine with notes.

    ####################################
    ##fedora8
    ## path to kernel
    image=/boot/vmlinuz-2.6.23.1-42.fc8
    ## path to fedora root
    root=/dev/hda7
    ## the name that will be displayed on the screen after I press L then tab on boot.
    label=fedora
    read-only
    ## the real open firmware path to my hard drive
    device=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:
    ## the alias path to my hard drive (not used)
    #device=hda:
    ## the partition no I dont think I need this a it's already pointed to partition 7 with root. I keep it anyway as is works!
    partition=7
    ## path to img
    initrd=/boot/initrd-2.6.23.1-42.fc8.img

    ########################################

    Add to your yaboot.conf with YOUR device path and root partition details etc.

    Bless it

    sudo ybin -v


    done. on boot ubuntu will be the default, but if you press l ( small L) then tab. Fedora will show up. type fedora (or what ever you called it in label, "rose" for e.g. ) and your good to go.

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
  •