FreeBSD 14 fails to boot on IBM S814 LPAR

I've posted to freebsd-ppc@ already, but I figured I might also post here for additional visibility. I've got an IBM S814, and I created an LPAR in it to boot FreeBSD 14 in. Unfortunately, both powerpc64 and powerpc64le barf with an OF forth stack trace in presumably the bootloader. I get a stack trace something like:

Code:
0 > boot cd:,\ppc\chrp\loader |
Detected bad memory access to address: fffffffffffffffe
Package path = /
Last memory-queue entry @ c472c0

Return Stack Trace
------------------
@  - c40530
close-package  - c64040
(poplocals)  - c3e9e8
(init-program)  - c8df44
boot  - c8eacc
evaluate  - c50290
  - 8b01380
invalid pointer - 45
invalid pointer - 45
quit  - c509d4
quit  - c50728
syscatch  - c53908
syscatch  - c53908
invalid pointer - edffe23c7046087d
invalid pointer - edffc23cd000087d
invalid pointer - f201a338eaff623c
invalid pointer - c0432939f852e738
invalid pointer - d056c638b407087d
invalid pointer - 20866338ad6bfd4b
invalid pointer - 600000182c
 ok

I'm not sure what I can do further to try to debug this problem.
 
Back
Top