PDA

View Full Version : problem of update the Knoppix 3.3 Kernel to 2.6.5



lmsaga
04-25-2004, 03:26 AM
after 'make xconfig',
then 'make bzImage && make modules && make modules_install',
then ' mv arch/i386/boot/bzImage /boot/bzImage-2.6.5
mv System.map /boot/System.map-2.6.5
cd /boot
rm System.map
ln -s System.map-2.6.5 System.map '

at last config lilo.conf, 'image = /boot/vmlinux' change to ' image = /boot/bzImage-2.6.5'


then, reboot, but, when login, the system still shows 'kernel 2.4' not 'kernel2.6.5', why? what's wrong with my process?

Stephen
04-25-2004, 05:13 AM
what's wrong with my process?

Never used that method but you do not mention running lilo (/sbin/lilo -v as root) after making changes to the file so did you? The Debian method here (http://newbiedoc.sourceforge.net/system/kernel-pkg.html) if you want to check it out.

lmsaga
04-25-2004, 12:29 PM
now, I think I have updated the kernel, but many devices cannot work, such as USB mouse, the Laptop power management seems not available.