apt-get purge wicd*
deborphan | xargs apt-get -y remove
COLUMNS=200 dpkg -l |grep ^rc |awk '{print $2} ' | xargs dpkg -P
If you don't need wicd, don't re-install.
If you do need it, you probably need to reboot after removal above, and then reinstall.
If there is no Debian entry, it means that the menu.lst is on the MEPIS partition and not antiX. In that case, you need to add the liquorix entry to your booting menu.lst, which I guess is on hda1/sda1.
ie add
Code: Select all
title Debian GNU/Linux, kernel 2.6.32-7.dmz.1-liquorix-686
root (hd1,0)
kernel /boot/vmlinuz-2.6.32-7.dmz.1-liquorix-686 root=UUID=f8cdbeb5-390f-4bb4-be09-fbd3982096a1 ro nosplash quiet
initrd /boot/initrd.img-2.6.32-7.dmz.1-liquorix-686