Hi Simon, On Fri, Sep 22, 2017 at 4:32 PM, Simon Richter <s...@debian.org> wrote: > Hi, > > I'm trying to get a PS3 to boot with the powerpc64 kernel in stretch, > but had no luck so far. kexec from the boot menu happens, then the > screen goes blank and stays that way. I have a 3.5 kernel that boots and > works fine. > > Does anyone have a working setup with a standard kernel?
I can't remember exactly the linux kernel version number, but that smell just like the CONFIG_PPC_64K_PAGES=y change. I would try rebuild the linux kernel with CONFIG_PPC_64K_PAGES=n and see if that solve your booting issue. Otherwise git-bisect or post to linuxppc-...@ozlabs.org :) -M