Warning: is ppc64 (be) and not ppc64le (le) be and le mean Big Endian Little Endian. I have an old ppc64 (be) ibm workstation, this is the sad situation about this architecture (which is still supported by Linux kernel, the 5.1 serie works really fine, the 6.* give kernel panics and udev process stuck at boot, for booting with this kernel you have to wait 20 minutes (sic!).) So I need a 5.1* kernel (actually I use the kernel 5.15.193, works fine). This is the situation about main distros (I avoid experimental or unknown distros) on my old Ibm 9111-285 workstation
Opensuse: boot, but give error about xml repository file (bad checksum or similar, to test it download the ppc64 tumbleweed iso and test it with qemu-ppc64)
Debian sid: is one of the few working, but to install it you have to run a livecd from old Debian stable ppc64 compile a custom kernel from anywhere (a vm with cross compile ppc64 or similar) and install the Debian sid from scratch (require a deep knowledge). After install and upgrade a lot of packages give illegal instruction error. So I prefer to avoid it.
Unbuntu: support only ppc64le
Gentoo: this is the perfect solution, works all, only is from source so you need to wait compilation of packages which can mean hours or maybe days.
Now the main question: for recovery I can use the old good Debian 7 (the latest ppc64 Debian which support this machine) but is too old and probably will give error making chroot a new distro. So I want to know how to do a livecd with custom kernel for ppc64, anyone has idea to start it? Some suggestions? A livecd ppc64 for Gentoo probably exist, but without the custom kernel give crash or don't reach the "login" phase because my old ide-cdrom on 9111-285 is not include in Gentoo kernel (for this reason I need a custom kernel).
I have tried the "live-build" project for Debian, but don't support ppc64 (the package exist, but give "architecture not supported")
