> I think this is what you want --> > http://www.howtoforge.com/kernel_compilation_ubuntu > Let me know if it helps. a lot has changed since 2.6.18 there is no menu.lst i edited grub.cfg in /boot/grub to include my custom entry for 2.6.33.2 and it worked but it shows fatal errors when i boot into that kernel it shows fatal errors with modules and initramfs in a shell. menuentry "custom, Linux 2.6.33.2" { recordfail=1 if [ -n ${have_grubenv} ]; then save_env recordfail; fi set quiet=1 insmod ext2 set root=(hd0,1) search --no-floppy --fs-uuid --set 964a0e2d-bae2-404f-ad49-05470d0453e3 linux /boot/vmlinuz-2.6.33.2 root=UUID=964a0e2d-bae2-404f-ad49-05470d0453e3 ro splash quiet initrd /boot/initrd.img-2.6.31-22-generic } after make install i dint find initrd.img(in /boot) for my custom kernel so made use of existing bootable kernels initrd. i think the problem is due to that. any help
-- l...@iitd - http://tinyurl.com/ycueutm
