LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   kernel recompile error (kernel panic) (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-recompile-error-kernel-panic-213209/)

tombaaaaa 08-04-2004 04:25 AM

kernel recompile error (kernel panic)
 
I've just tried my first kernel recompile in SuSE 9.1 and got a kernel panic. I downloaded the 2.6.7 sources from kernel.org and tried to use my old configuration (from 2.4.19), then did:

Code:

make dep
make bzImage
make modules
make modules_install
cp /usr/src/linux/arch/i386/boot/bzImage /boot/2.6.7/

Can someone please give me a list of instructions for recompiling a kernel specific to SuSE 9.1, or point out what I might have done wrong?

Thanks,
Tom

citrus 08-04-2004 05:27 AM

make sure when you do make menuconfig that you compile the right drivers for your filesystems INTO your kernel not as a module

whansard 08-04-2004 05:36 AM

you might can
make oldconfig, and it will ask you about thethings that are different in the new kernel.

tombaaaaa 08-04-2004 12:33 PM

Thanks for the tips... it turned out that I hadn't included reiserfs support, which I needed! make oldconfig was useful in determining what was missing.

comprookie2000 08-04-2004 04:32 PM

this helped to show me what I had to include; It is down the page a little; http://www.gentoo.org/doc/en/handboo...?part=1&chap=7


All times are GMT -5. The time now is 12:48 PM.