Due to a recent surgery I have a lot of time on my hands so I thought I would try to compile a kernel for the first time on Mandrake 9.2. I copied the instructions in the sticky thread over at the Slackware forum and everything went fine until I did make install and I get the following:
Code:
[root@J2 linux-2.6.0-test11]# make install
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /home/jeff/linux-2.6.0-test11/arch/i386/boot/install.sh 2.6.0-test11 arch/i386/boot/bzImage System.map ""
There is no /lib/modules/2.6.0-test11, skipping creation of initrd
There was an error when generating initrd try to do a :
/sbin/mkinitrd /boot/initrd-2.6.0-test11.img 2.6.0-test11
and see the errors
Any chance someone could decipher this and point me in the right direction?