[Bug 279137] FreeBSD fails to boot on IBM POWER8 systems (S814, S822L, S824)
Date: Sat, 18 May 2024 20:22:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279137 Justin Hibbits <jhibbits@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhibbits@FreeBSD.org --- Comment #1 from Justin Hibbits <jhibbits@FreeBSD.org> --- This indicates it failed somewhere in the loader path, be it loader or boot1.elf (I think that's the stage 1 loader on these systems). Would you be able to instrument the code, or is there any way to get a register dump and load address of the problem program? 0xfffffffffffffffe is probably -2, an error code, but we have no way of knowing where without further debugging. 0xc472c0 is probably in boot1.elf, if it even made it that far, because loader is located at 0x2c00060, and will probably be loaded there by firmware or boot1.elf. -- You are receiving this mail because: You are the assignee for the bug.