This works for me:
$ sudo mv /sbin/update-grub /sbin/update-grub-backup
$ sudo ln -s /usr/sbin/update-grub.real /sbin/update-grub
--
[Feisty]no way to install kernel 2-6-20-14 on AMD 64 machine
https://bugs.launchpad.net/bugs/105834
You received this bug notification because you are a member of U
i had found an error in "/sbin/update-grub" script. I've found that this
script redirect to "/usr/sbin/update-grub.real" so i created a symbolic
link to this file. On my system (originally dapper, upgraded to edgy and
now to feisty) the problem was within this script, so this "fix"
resolved it. As