View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#9
Please try if removing backupmenu along with its dependencies changes anything
Code:
sudo gainroot
apt-get purge bootmenu tar-gnu i2ctools mtd-utils libacl1 backupmenu
Make sure to write down any additional package apt-get wants to remove! But do not force any removal, do not remove essential packages , apt-get will tell you.
Then reboot
After reboot install backupmenu with some extra commands
Code:
sudo gainroot
dpkg --configure -a
apt-get install -f
apt-get update
apt-get clean
apt-get install backupmenu
Any better???
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post: