Comment 7 for bug 1318951

Revision history for this message
Manfred Hampl (m-hampl) wrote : Re: kernel update to 3.13.0-24.47 fails

Potential workaround that seems to have worked for an 3.2.0-61.92 to 3.2.0-61.93 upgrade on precide with /boot on a FAT32 partition:

Boot into a previous kernel version, uninstall the -61.92 kernel, and install -61.93 kernel from scratch.

Boot into the -60 kernel and issue the following commands:
sudo dpkg --purge linux-image-3.2.0-61-generic
sudo apt-get install linux-image-3.2.0-61-generic
sudo apt-get upgrade

see https://answers.launchpad.net/ubuntu/+question/248740