Comment 4 for bug 449005

Revision history for this message
Hedgehog (jimmy-serrano) wrote :

I have almost the same problem as SW (old hardware that dont work with grub1 or 2) and the bug is still present in ubuntu 10.04. As installning any grub package breaks my installation this workaround makes kernel upgrades configure properly:

sudo -s

ln -s /bin/true /sbin/update-grub

apt-get upgrade

(of course the ln command only has to be run one time)