So last night, or overnight really, I ran the Debian ppc64 installer. The latest Debian GNU/Linux 12.0.0 "Sid" - Unofficial ppc64 NETINST 20240225-20:36. I used the 6.12.17 kernel with installer ramdisk. I wrote the CD image to a USB stick and the installer picked it up as a cdrom source. This was useful as it means you don't need to burn a CD and can simply write the image to a USB stick like a modern person.
Unfortunately, being unstable, it really is unstable. Main binaries like apt just crash. A few others do as well. It would be good if a stable release could be specified that just pulls in known stable components. Would be funny if it was that easy.
I left it overnight pulling in desktop components. The installer apt works fine. But the installed target apt is broken. This means that running task select will always fail, because it runs it on the target, which will crash. There's errors with '/var/lib/dpkg/status' from the start missing fields. It tries to run systemctl but it's not installed. The used debootstrap has an 'if' bug and needs to be shellchecked. Checking the errors it's almost funny. But it is on unofficial ppc64 so even a generic shell script can be broken it looks, though for such a generic file, I thought it would be tested by the build process and red flag it. I should probably send the details to the ppc64 team.