Comment 8 for bug 517841

Revision history for this message
Eric Miao (eric.y.miao) wrote : Re: [dove] no KEXEC support

NCommander reported initramfs not being loaded correctly, and was able to reproduce that with the following suspicious kernel messages:

[ 0.298097] Trying to unpack rootfs image as initramfs...
[ 0.298372] rootfs image is not initramfs (no cpio magic); looks like an initrd

And

[ 3.323620] RAMDISK: Couldn't find valid RAM disk image starting at 0.

Looks like the initrd image is not correctly recognized, and thus fall back into using legacy RAMDISK way. Turning L2 cache doesn't solve this issue.