Hello,
I am compiling a linux kernel and the only steps that are remaining are "creating initial ramdisk" and "preparing the grub and rebooting", but I am finding problems in creating the initial ramdisk.
I, at first tried "mkinitrd" but the error returned was "bash: mkinitrd: command not found". Then I used "mkinitramfs" and this is the error message
"root@harshavardhan:/boot# mkinitramfs -o initramfs-2.6.32.4.img 2.6.32.4
W: Possible missing firmware /lib/firmware/2.6.32.4/e100/d102e_ucode.bin for module e100
W: Possible missing firmware /lib/firmware/2.6.32.4/e100/d101s_ucode.bin for module e100
W: Possible missing firmware /lib/firmware/2.6.32.4/e100/d101m_ucode.bin for module e100"
I tried googling but all in vain. Please suggest me as how to proceed further and get this error corrected.
--
Harshavardhan