On Thu, 25 Sep 2003 19:58:11 +0530
"Nabin Limbu" <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I have upgraded my kernel to 2.4.20-20.9 via up2date with no problem 
> in RH 9.  In this new kernel, I wanted to enable a cyclades card in 
> kernel for which I complied this kernel as below:-
> - make menuconfig
> - enabled Cyclades card in the menu
> - make dep; make clean
> - make bzImage
> - make modules
> - make modules_install
> - cp  /usr/src/linux.x.x./arch/i386/boot/bzimage  /boot/
> - Edit /etc/grub.conf
> - Replaced /boot/vmlinuz-2.4.20-20.9 with /boot/bzImage
> - Rebooted
> 
> While trying to boot with this new kernel, I got following message:
> 
> root (hd0,0)
> Filesystem type is ext2fs, partition type 0x83
> kernel /boot/vmlinuz-2.4.20-20.9 ro root=LABEL=/
> 
> Error 13: Invalid or unsupported executable format
> 
> Press any key to continue
> 
> What might be the problem? How can I solve it? Please help.
 
Hi Nabin,

Make sure compiled in :

Kernel support for ELF binaries

under the General Setup option of menuconfig.
which will add the following line to your .config:

CONFIG_BINFMT_ELF=y

That might be all that's wrong,
Sean





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to