You make no mention of actually moving the new kernel from
/usr/src/linux/arch/i386/boot to /boot, but I assume you did that. I do
not believe make mrproper or make clean are necessary any longer. Don't
forget to run /sbin/lilo after you edit /etc/lilo.conf and move the new
kernel. The steps:

make xconfig
make dep
make bzImage
make modules
mv /lib/modules/current /lib/modules/modules.old
make modules_install
vi /etc/lilo.conf
mv /boot/bzImage /boot/oldimage
cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage
/sbin/lilo

Reboot.


Joseph Chen wrote:
> 
> Hi,
> 
> The kernel I compiled of the src with Mandrake 6.1 CD is always not
> working properly, either freezing when "Finding module dependencies"
> occurs or crashing when runing.  I suspect that the new modules screws up
> the existing ones there, but I'm not quite sure.  Should I delete all the
> existing modules in /lib/modules/ before do "make modules_install"?
> 
> All I did is
>         make mrproper
>         make xconfig
>         make dep
>         make clean
>         make bzImage
>         make modules
>         make modules_install
> 
> What else do I need to do?
> 
> Thanks,
> 
> Joe

-- 
John J. LeMay Jr.
NJMC, LLC.
http://www.njmc.com

Reply via email to