LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I am getting Error 15: File not found (https://www.linuxquestions.org/questions/linux-newbie-8/i-am-getting-error-15-file-not-found-652767/)

mama1 07-01-2008 03:36 AM

I am getting Error 15: File not found
 
Hello,
I am new to linux, I installed redhat linux 9 in my Dell laptop
which is already having vista installed in it, so it is dual boot system now, in redhat linux kernel vesion 2.4.20.8 I am unable to connect to Inernet, use my USB key and lot of other funcions, so I decided to install new kernel which is 2.6.19.2 and followed steps from forums
My /boot/grub/menu.lst file is as follows




#NOTE: you have /boot partition this means that all kernell and initrd #path are relative to /boot/,
#eg.
#root (hd0,2)
#kernel /vmlinuz-version ro root=/dev/hda5
#initrd /initr-2.6.19.2.img
#boot= /dev/hda

default =1
timeout =10
splash image = (hd0,2)/grub/splash.xpm.gz

title Red Hat Linux (2.4.20.8)
root (hd0,2)
kernel/vmlinux-2.4.20.8 ro root=LABLE=/ hdc = idc-scsi

title DOS
rootnoverif (hd0,0)
chain loader + 1
title My Distro (2.6.19.2)
Test Kernel (2.6.19.2)
root (hd0,2)
kernel /boot/bzImage-2.6.19.2 ro root=LABLE=/ hdc=ide-scsi
initrd /boot/initrd-2.6.19.2.img


Every thing went well So i saved it and when I am trying to reboot the system trough Test Kernel (2.6.19.2) I am getting following error:

Booting 'Test Kernel (2.6.19.2)' root (hd0,2)
Filesystem type is ext2fs, partition type 0x83
Kernel /boot/bzImage-2.6.19.2 ro root = LABEL = /hdc = ide-scsi
Error 15: File not found
press and key to continue....

I am unable to understand how to solve the problem please help me in this regard, pleaseeeeee help me.

billymayday 07-01-2008 03:52 AM

Can you boot into the old kernel and post the result of ls /boot

Can you also copy and paste file contents (unless you did!) because
Quote:

kernel /boot/bzImage-2.6.19.2 ro root=LABLE=/ hdc=ide-scsi
is clearly wrong (LABLE should be LABEL)

mama1 07-01-2008 04:02 AM

Hello billymayday,
I am sorry that's a typo it is LABLE

billymayday 07-01-2008 04:38 AM

It should be LABEL


All times are GMT -5. The time now is 10:54 AM.