Quote Originally Posted by tr
Try to configure locales by
Code:
dpkg-reconfigure locales
I don't understand the first screen that comes up. Am i supposed to select ONLY English/US languages? Those would start with "en" and/or "us", right?

Try this
Code:
dpkg -l | grep linux-image
if it shows 'ii' (not 'hi' = half installed) and you see your kernel there in the list, kernel is installed ok. Of course you can install it safely again if you want. It works after rebooting system.
Everything looks fine. Here's the output (for the 2.6.19-1 multimedia kernel only):

ii linux-image-2.6.19-multimedia-486 2.6.19-1 experimental.1 Linux 2.6.19 image on486 class

But take a look at your /boot/grub/menu.lst file. Sometimes Grub makes an error if using hd installed Knoppix by using 'rw' instead of 'ro'. Change that if it is the case.
Where inside that file should i look?