when I run `sudo apt-get install -f`, it failed. The error is similiar to the privious. May be it'a not a bug, but something wrong with my computer hardware and os configuration. I notice that the kernel's version it metioned and the one I am using is different. I use `uname -a`, it shows version 3.13.0-36 ``` Linux xechoz-K54HR *3.13.0-36*-generic #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ``` But this ‘bug’ shows a different version kernel, 3.13.0-37.64 ``` xechoz@xechoz-K54HR:~$ sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up linux-image-3.13.0-37-generic (3.13.0-37.64) ... Internal Error: Could not find image (/boot/vmlinuz-3.13.0-37-generic) No apport report written because the error message indicates its a followup error from a previous failure. dpkg: error processing package linux-image-3.13.0-37-generic (--configure): subprocess installed post-installation script returned error exit status 2 dpkg: dependency problems prevent configuration of linux-image-extra-3.13.0-37-generic: linux-image-extra-3.13.0-37-generic depends on linux-image-3.13.0-37-generic; however: Package linux-image-3.13.0-37-generic is not configured yet. dpkg: error processing package linux-image-extra-3.13.0-37-generic (--configure): dependency problems - leaving unconfigured E: Sub-process /usr/bin/dpkg returned an error code (1) ``` 2014-11-18 0:50 GMT+08:00 Joseph Salisbury