On Thu, November 07, 2002 at 8:49 AM, Haijin Yan wrote: > Hi, > I installed linux redhat 7.2 with 2.4.18-3 kernel, since > the kernel.org > only supplies kernel source of 2.4.18, I downloaded it and rebuilt the > kernel 2.4.18, the reason I did this is because when I > compile a kernel > module using 2.4.18 src code, I can not install it into > 2.4.18-3 kernel. > > I did make menuconfig, make dep, make clean, make bzImage, make > modules, make modules_install, and copied System.map and > bzImage to /boot > partition and /sbin/mkinitrd the proper initrd.img file, > grup.conf is also > changed, but after booting, it prompted > /lib/ext3.o unresolved symbol journal_restart > /lib/ext3.o unresolved symbol journal_abort > ... > [...] Hi, After the "make modules_install", try "make install" instead of manually copying things to /boot. Good luck, Ed ---------------------------------------------------------------- Ed Vance edv (at) macrolink (dot) com Macrolink, Inc. 1500 N. Kellogg Dr Anaheim, CA 92807 ---------------------------------------------------------------- -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/