[Bug 279137] FreeBSD fails to boot on IBM POWER8 systems (S814, S822L, S824)
[email protected] Sat, 18 May 2024 20:22:37 +0000
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279137 Justin Hibbits <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Justin Hibbits <[email protected]> --- 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.