PDA

View Full Version : booting new custom kernel - MORE DETAILED



fabioxa
07-05-2004, 08:16 PM
Hi Folks

I´m remastering a live Cd of Knoppix 3.3, kernel 2.4.22-xfs with isolinux, I´m putting in a new live cd an aplication that need the compilation of a new kernel. I´m downloaded a source of kernel 2.4.22 from ftp.kernel.org and recompiled this. After all comands (like make dep, make modules, make modules install, etc...) I have two new files, the BzImage and System.map that are copied to /boot folder of source directory of remaster with a link System.map and vmlinuz . I tried to run lilo but it´s give a error. After this I change the name of bzImage to vmlinuz in a boot folder, and copied these file to isolinux directory of my distro and I get the follow error when I boot of a new live cd:

" Kernel panic : no init found. try passing init= option to kernel "

What´s is wrong??? It´s needed to compile the cloop.o, the custom kernel howto of knoppix.net it´s not very explained...