I recently read through https://tinkerdifferent.com/threads...ntoo-linux-on-an-ibook-g4-success-story.3339/ and watched
and noticed the install process involves spending more than a day being booted from the livecd.
I instead took the route of minimizing the time spent with the livecd, doing the bare minimum required to have a bootable, ssh-able machine.
I captured it as a script here: http://leopard.sh/linux/gentoo-ppc.sh
To use this, download and burn the latest .iso from https://distfiles.gentoo.org/releases/ppc/autobuilds/current-install-powerpc-minimal/, boot from the .iso, then run:
Note: the above command will wipe your hard drive.
This will partition and format your hard drive, unpack a stage3 tarball, copy the kernel+modules from the live cd, install a bootloader, set the root password to "root", set sshd to start on boot, then reboot.
After the machine reboots, it should get a DHCP lease and you should be able to ssh in as root and perform the rest of the install.
I instead took the route of minimizing the time spent with the livecd, doing the bare minimum required to have a bootable, ssh-able machine.
I captured it as a script here: http://leopard.sh/linux/gentoo-ppc.sh
To use this, download and burn the latest .iso from https://distfiles.gentoo.org/releases/ppc/autobuilds/current-install-powerpc-minimal/, boot from the .iso, then run:
Code:
wget -O - http://leopard.sh/linux/gentoo-ppc.sh | bash
Note: the above command will wipe your hard drive.
This will partition and format your hard drive, unpack a stage3 tarball, copy the kernel+modules from the live cd, install a bootloader, set the root password to "root", set sshd to start on boot, then reboot.
After the machine reboots, it should get a DHCP lease and you should be able to ssh in as root and perform the rest of the install.