Quote:
just revert your yaboot.conf and run ybin
First thank you for responding but could you elaborate? When you say revert your yaboot.conf do you mean copy the FW distro boot info and add it to the yaboot.conf on the main HD? Where are you running ybin from, the install CD, from the main HD distro ? You see, I still want to  have 3 options to boot from (2 on the main HD and 1 on the FW HD) I just don't want the system to look at the FW HD for it's boot options. Again thanks for your help.
------------------------------------------------
here is the yaboot.conf that is on the FW HD:
boot=/dev/sda2
device=/pci@f4000000/firewire@e/node@0030dd0010101d46/sbp-2@c000/disk@0:
partition=3
root=/dev/sda3
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"
image=/boot/vmlinux.old
	label=old
	read-only
	initrd=/boot/initrd.img.old
	append="quiet splash"
# This entry automatically added by the Ubuntu installer for an existing
# Linux installation on /dev/hda4.
image=/pci@f4000000/ata-6@d/disk@0:4,/boot/vmlinux
    label=hda4-Linux
    root=/pci@f4000000/ata-6@d/disk@0:4
    append="root=/dev/hda4 ro quiet splash"
    initrd=/pci@f4000000/ata-6@d/disk@0:4,/boot/initrd.img