Quote:
|
Originally Posted by Jamesk5
This is probably going to make me sound like a real n00b, but I haven't changed the initrd from the .img-2.6.15......... to 16, because there is no img file in /boot for the new kernel.
|
I don't see a 2.6.16 kernel in your menu.lst...
Anyway, you can create a ramdisk like this:
Code:
cd /boot/
mkinitrd -o /boot/initrd.img-2.6.8.1 2.6.8.1
(this example is for a 2.6.8.1 kernel, adjust it to your needs).