On 21 October 2014 19:31, Gerd Hoffmann <kra...@redhat.com> wrote: > Looking them up in System.map finds me: > > c04eee18 T __loop_delay > c0868a28 T panic > > Ok, so the kernel came successfully though the uncompressing + > relocation + enable paging, but paniced before earlyprintk can print > something. > > Guess I'll have to fetch the vmlinux with debug info so I can get a full > stack trace and see where it paniced, but not today.
IIRC you should be able to fish the kernel log out of the memory buffer where it's currently sitting. I forget what the symbol name for that is, though. -- PMM