Boot partition full, failed install, cleaned up, now I get:
runner@EPA:/var/lib/dpkg$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
dmraid : Depends: kpartx-boot but it is not installed
initramfs-tools : Depends: initramfs-tools-bin (< 0.99ubuntu13.1~) but 0.99ubuntu13.4 is installed
I've tried:
1.
sudo dpkg --purge intramfs-tools-bin
sudo dpkg --clear-avail
sudo apt-get update
sudo apt-get install intramfs-tools-bin
sudo apt-get dist-upgrade
2.
Open the following file;
sudo gedit /var/lib/dpkg/status
Remove all entries related to initramfs.
Open synaptic and remove all packages relating to initramfs.
sudo apt-get update(or reload the repos in synaptic)
Try installing once more.
3.
Open the following file;
sudo gedit /var/lib/dpkg/status
Remove all entries related to initramfs.
Open synaptic and remove all packages relating to initramfs.
sudo apt-get update(or reload the repos in synaptic)
Try installing once more.
4.
curl -O http://mirrors.kernel.org/ubuntu/poo...ntu13_i386.deb
sudo dpkg -i initramfs-tools-bin_0.99ubuntu13_i386.deb
Can't get initramfs-tools purged and then installed correctly.
Please help. Thanks,
runner@EPA:/var/lib/dpkg$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
dmraid : Depends: kpartx-boot but it is not installed
initramfs-tools : Depends: initramfs-tools-bin (< 0.99ubuntu13.1~) but 0.99ubuntu13.4 is installed
I've tried:
1.
sudo dpkg --purge intramfs-tools-bin
sudo dpkg --clear-avail
sudo apt-get update
sudo apt-get install intramfs-tools-bin
sudo apt-get dist-upgrade
2.
Open the following file;
sudo gedit /var/lib/dpkg/status
Remove all entries related to initramfs.
Open synaptic and remove all packages relating to initramfs.
sudo apt-get update(or reload the repos in synaptic)
Try installing once more.
3.
Open the following file;
sudo gedit /var/lib/dpkg/status
Remove all entries related to initramfs.
Open synaptic and remove all packages relating to initramfs.
sudo apt-get update(or reload the repos in synaptic)
Try installing once more.
4.
curl -O http://mirrors.kernel.org/ubuntu/poo...ntu13_i386.deb
sudo dpkg -i initramfs-tools-bin_0.99ubuntu13_i386.deb
Can't get initramfs-tools purged and then installed correctly.
Please help. Thanks,