On Fri, 2002-10-11 at 10:00, Nathan wrote: > Well I don't know how to keep the kernel, redhat 8 > will either replace the kernel in install or halt upgrade > because of the smp kernel I have installed on the system. # rpm -e kernel-smp-2.4.18-10smp --justdb --noscritps --notriggers This should remove all knowledge of the current smp kernel from the rpm database, but not remove the files from the disk, or muck with grub/lilo. Then you can attempt an upgrade, but pay attention to your bootloader configuration, as the new up kernel will likely become default. I just read through the kernel.spec file for kernel-1.4.18-14.src.rpm, and it appears you should be able to build a kernel-smp-2.4.18-14.i586.rpm by running the command: # rpmbuild --rebuild --target=i586 --with smp kernel-2.4.18-14.src.rpm If this works as expected (I'm building it now) then install and use it. -- Chris Kloiber