LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   running new kernel (https://www.linuxquestions.org/questions/linux-newbie-8/running-new-kernel-53488/)

infamous41md 04-04-2003 11:11 PM

running new kernel
 
i compiled a new kernel, but when i go to run it, i get errors such as: initrd missing... even tho initrd is accounted for. here is my grub.conf, any ideas, last one is the new kernel, the first 2 work fine.

title Red Hat Linux (2.4.18-14)
root (hd0,0)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.18-14.img
title WinXP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
title Wan Version
root (hd0,0)
kernel /bzImage ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.18-14.img

Palin 04-05-2003 11:53 PM

did you compile this kernel yourself? if so I think you need to run the image program or compile initial ram disk support directly into the kernel.


All times are GMT -5. The time now is 12:58 PM.