After some debate I've decided to reply to this thread to help people find what they are looking for.
Grub2 is now standard and PPC support added.
If you haven't got a usable PPC system in the first place one trick you can do is write a full iso HFS image to a USB stick with:
Code: Select all
sudo dd if=~/Desktop/mini.iso of=/dev/usbSticky
( from
http://mac.linux.be/phpBB3/viewtopic.php?f=10&t=85 )
Geekbox is a quick 17mb iso distro you can use for testing that:
http://www.geexbox.org
Also, searching for yaboot / grub2 will help find threads / help you google.
Here's another link:
HOWTO Boot Apple PowerPCs From A USB Drive In Open Firmware
https://sites.google.com/site/shawnhcor ... n-firmware
and another;
http://mac.linux.be/phpBB3/viewtopic.php?f=10&t=85
And, if you came here from google, not forgettnig the Gentoo PPC handbook section on boot:
http://www.gentoo.org/doc/en/handbook/h ... =1&chap=10
Finally, remember that parted is generally the tool to use for partitions as that AFAIK is the only thing that can read a mac partition layout
( from
http://penguinppc.org/mac/#altivec )
Hope this helps someone out there. Sorry to previous posters to bump the tread but I think it's worth it.