Hi to all, I need to recompile the kernel 2.4.25 for study's reasons. I have to make the image for linux ram fs (file *.img) but if i try to make the command mkinitrd it's not present of my linux distribution. I tried to use the command update-initramfs or mkinitramfs with the syntax
Code:
update-initramfs -c -k 2.4.25
and i get this error:
Code:
update-initramfs: Generating /boot/initrd.img-2.4.25
W: kernel 2.4.25 too old for initramfs on i386
W: not generating requested initramfs for kernel 2.4.25
How i can create the linux's img file to lunch at boot fase?
Thank you to all.