Hi,

A while ago I played around with Knoppix - and somehow caused it to write down its image into my /boot directory:

Code:
# ls -la /boot
total 90862
drwxr-xr-x   4 root root     1024 Dec  2 19:06 .
drwxr-xr-x  26 root root     4096 May  3 12:21 ..
-rw-r--r--   1 root root    56950 Oct 21  2005 config-2.6.12-1.1381_FC3
-rw-r--r--   1 root root    50929 Nov  3  2004 config-2.6.9-1.667
-rw-r--r--   1 root root    39437 Mar 21  2005 configs.tbz
drwxr-xr-x   2 root root     1024 Dec  2 19:07 grub
-rw-r--r--   1 root root   982829 Dec  2 01:24 initrd-2.6.12-1.1381_FC3.img
-rw-r--r--   1 root root   970344 Mar 21  2005 initrd-2.6.9-1.667.img
-rw-r--r--   1 root root 85983232 Mar 22  2005 knoppix.img
-rw-r--r--   1 root root      462 Mar 21  2005 knoppix.sh
drwx------   2 root root    12288 Mar 21  2005 lost+found
-rw-r--r--   1 root root   765359 Oct 21  2005 System.map-2.6.12-1.1381_FC3
-rw-r--r--   1 root root   714266 Nov  3  2004 System.map-2.6.9-1.667
-rw-r--r--   1 root root  1660241 Oct 21  2005 vmlinuz-2.6.12-1.1381_FC3
-rw-r--r--   1 root root  1405861 Nov  3  2004 vmlinuz-2.6.9-1.667
This unfortunately caused the boot partition to be full:

Code:
/dev/hda1              99M   95M     0 100% /boot
Could you tell me, how to remove it again?

Can I just erase the knoppix.* files with

Code:
rm /boot/knoppix.*
or should I delete them using some other procedure?

How about the other files - are they all necessary?

Thanks, Dietrich