I went to
http://www.linuxquestions.org/quest...=compile+kernel
and followed the instructions verbatim. Everything went well until I got to the last part :
Next remove existing initrd.img file:
rm -rf /boot/initrd.x.x.x.img
..And create the new one:
/sbin/mkinitrd /boot/initrd-x.x.x.img x.x.x
(Note: )
The last set of x.x.x is the eqivalent to your new kernel version and it looks to /lib/modules for that version.
When I type in the command /sbin/mkinitrd I get an error message No such file or directory. Also after I rebooted it would not boot back up again.
Any ideas?
Tony