I had exactly the same problem. The only way managed to get the system past kernel update is to manually edit this file: /etc/kernel/postinst.d/zz-update-grub And modify the start of the script so it immediately exit with successful state=0:
#! /bin/sh exit 0 [...] etc... This will allow the installation of the new kernel to proceed. You will have to edit that file again each time you want to upgrade the kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990397 Title: Multiples packages fails to install when using NFS root To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/990397/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
