PS: This is the script I am using trying to get all packages to relaod. Would be nice if there was a simple way to reload / upgrade to release again.
==================== #!/bin/bash for pkg in `dpkg --get-selections | egrep -v deinstall | awk '{print $1}' | egrep -v '(x11-common|libc|libss2|libstdc|libpam|libgcc|liblaunchpad|libtext-wrap |lsb-base|passwd|upstart|dpkg|debconf|perl- base|python|apt|initscripts|sysv|coreutils|bash|mysql|virtuoso|mythtv|anjuta|dash|diff)'` ; do echo "============= $pkg" ; apt-get -y -m --force-yes install --reinstall $pkg ; done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385983 Title: package linux-image-3.13.0-37-generic 3.13.0-37.64 failed to install/upgrade: cannot copy extracted data for './boot/vmlinuz-3.13.0-37-generic' to '/boot/vmlinuz-3.13.0-37-generic .dpkg-new': unexpected end of file or stream To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1385983/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs