Hello, I am trying to build linux kernel 3.0-rc4 for a x86 server. I am using the default config for x86, and the compilation goes fine. But when I try to boot this kernel, it simply hangs at "Booting kernel" prompt after uncompressing the image. I suspected that some drivers may not have been included, so did "make allyesconfig", to include everything in the kernel itself. But same thing happened. I followed the following steps - make allyesconfig ARCH=i386 cp arch/x86/boot/bzImage /boot/vmlinuz-3.0-rc4. make modules_install ARCH=i386. initrd is not required as everything is in the kernel. Can someone point what the issue may be. Regards, Prashant. -- To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs