LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error after kernel compilation (https://www.linuxquestions.org/questions/linux-newbie-8/error-after-kernel-compilation-899144/)

parsist 08-24-2011 06:10 AM

error after kernel compilation
 
2 Attachment(s)
Hello

I am going to compile centos5.6 kernel.I download kernel-2.6.37.6.tar.bz and compiled it with no error(tar,make menuconfig,make bzImage,make modules,make modules_install).I copy the files in /boot , made initrd in /lib/modules and I edit /boot/grub/grub.conf.

But after reboot I got this error:
.
.
.
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz2.6.37.6default ro root=LABALE=/ rhgb quiet
[Linux-bzImage, setup=0x1c00, size=0x2b3435]
initrd /boot/initrd-2.6.37.6defult.img

Error 15: file not found

Press any ke to continue...


I attached /boot/grub/grub.conf here.
I searched websites in internet for weeks , but I found nothing.
Please help me.
Thanks.

weibullguy 08-24-2011 07:19 AM

You've got LABEL spelled wrong in your grub.conf file. Try fixing that and see if there's any love. Also, you could check that the spelling of your initrd corresponds to the actual name. Post the output of ls /boot if you'd like a fresh pair of eyes to help.

parsist 08-24-2011 09:56 AM

1 Attachment(s)
I made the wrong spell correct , but the problem is still exist.

I attached the /boot output.

Thanks for attention.


All times are GMT -5. The time now is 09:53 AM.