On Monday 24 May 2004 01:55, abhishek patel wrote:
Currently running RH9 and kernel-2.4 I downloaded kerne=l-2.6 source and installed it. Now at boot up I get an option for Kernel-2. 6 but when I select it "No init found use init=option " error o ccurs. I am using GRUB.
title 265-fb-nomod root (hd0,8) kernel /boot/bzImage-265 ro root=/dev/hda9 LABEL=/
this is my grub configuration for a 2.6 kernel. it boots with these parameters.
make sure you specify the correct root=/dev/device-which-has-boot-partition
also grub and the linux kernel have different naming conventions for boot devices. hda9 is (hd0,8) for grub.
rahul