https://git.adelielinux.org/-/snippets/12 for Manual Installation instructions
https://git.adelielinux.org/-/snippets/130 for a little more detail but the auto installer does not work for a G5. This is more for trying to follow the manual steps.
At the point of the manual installation where you are to start dealing the APK keys and repositories, do this instead:
mkdir -p /target/etc/apk
curl -o /target/keys.apk
https://distfiles.adelielinux.org/adelie/keys-20221101/ppc64/adelie-keys-1.0-r2.apk
tar -xf /target/keys.apk && rm -r /target/keys.apk
apk --root /target --initdb add
echo -e "
https://next.adelielinux.org/system\nhttps://next.adelielinux.org/user" >> /target/etc/apk/repositories
apk --root /target update
(The above is from
@ifrit05 )
In the manual instructions is a link to install GRUB2. There are actually PowerPC instructions!!!
The formatting for the installation has to be like this:
1) 1st partition must be an Apple Partition Map
2) 2nd partition must be an Apple_Bootstrap, labeled boot, 100MB with hfs file system
3) 3rd partiton must be 100MB partiton labeled boot as well ext2 file system
4) 4th partiton is where the root partition will go so it needs to be about 10GB (I think) ext4 file system
If done correctly, you’ll reboot to an Adelie text installation. Whatever root password you established during the install will work.
Two, things. Watch the Retro Action video on installing Adelie on a powerpc…but don’t try it, the horizon-ui doesn’t work for ppc macs. At the end of the video he gives instructions on installing plasma desktop and sddm. Also a command to make your keyboard and mouse work.
The other thing is, I have not been able to boot into the system past the login screen. When I enter my username’s password, the sddm screen blacks out and then returns, no errors, no failed login, but no access to the operating system. I don’t know why and haven’t found the answer…yet.
Once I get this accomplished I will put together installation instructions that hopefully won’t have too many gaps and actually works!!!
Hope this helped,
MacMaverick855