@Charlie, You are missing the initrd.img-2.6.28-13-generic. Do not just delete all the other kernels as suggested by ops0603 above or else you will be left without a working kernel.
So, in your case you need to reinstall the newer one like this. su - #become the root user apt-cache search kernel-image #this tells apt to find all the new kernels apt-get install kernel-image-2.6.28-13 #installs the new kernel That should be it unless you get additional errors. You will be able to edit your menu.lst with the new kernel info, if it doesn't happen automatically (it should) -- package linux-image-2.6.28-13-generic 2.6.28-13.44 failed to install/upgrade: subprocess post-installation script returned error exit status 10 https://bugs.launchpad.net/bugs/388923 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
