Comment 10 for bug 693042

Revision history for this message
Andy Whitcroft (apw) wrote : Re: [Bug 693042] Re: Kernel Panic while booting Natty installer kernel (2.6.37-10-generic) on amd64 ISO

On Wed, Jan 05, 2011 at 03:32:56PM -0000, Jeff Lane wrote:
> Andy: not sure if that bug is really affecting or not (we're not even
> getting close). I'm wondering if this is due to PXE.

Not even getting close to what? The last few messages are the kernel
freeing unused memory, and then a mknod error. These freeing messages are
the very last thing the kernel says before envoking the first userspace
program. This would typically be the /sbin/init in the initramfs.
The mknod error is not coming from the kernel, that is executing in
userspace very likely out of that /sbin/init busybox script.

I would conjecture that this indicates the kernel did indeed start
'init' and the script therein died leading to the kernel panic.

-apw