最近碰到的Ubuntu问题还真多,今天开机提示升级内核,there an error :

/var/cache/apt/archives/linux-image-2.6.24-23-generic_2.6.24-23.48_i386.deb: unable to make backup link of `./boot/vmlinuz-2.6.24-23-generic' before installing new version
其实解决办法很简单:
Open a terminal, then execute the following command:
sudo rm -fv /boot/initrd.img-2.6.24*.bak
sudo rm -fv /boot/vmlinuz-2.6.24-23-generic
sudo rm -fv /boot/initrd.img-2.6.24-23-generic
sudo rm -fv /boot/config-2.6.24-23-generic
sudo rm -fv /boot/abi-2.6.24-23-generic
sudo rm -fv /boot/System.map-2.6.24-23-generic