Joe Ciccone wrote:
Colin Dean wrote:
Ken Moffat wrote:
On Tue, Jan 23, 2007 at 05:09:04PM -0500, Colin Dean wrote:
Google mostly thinks this happens to people who try to boot Win XP
from grub, which is obviously not relevant, but there was one
suggestion that the problem was caused by copying vmlinux instead of
arch/i386/bzImage.
I was just about to start rebuilding the kernel when I saw this in the
book, section 9.3:

cp vmlinux ${CLFS}/boot/clfskernel-2.6.19

I assume, then, that that line should be:

cp arch/<the arch for which you're compiling>/bzImage
${CLFS}/boot/clfskernel-2.6.19

Well, bzImage is x86 (x86_64) specific. I checked x86, x86_64 and
x86_64-64 and they all copy bzImage. Could you point out the page that
copies vmlinux?

Section 9.3, the kernel compile section.
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev

Reply via email to