After many experiments here's the cleanest way to recover from this to a bootable system.
mount /dev/sda1 /mnt -o rw mount --bind /dev /mnt/dev chroot /mnt apt-get update apt-install grub-pc Just follow instructions and reboot. -- update-grub never runs because ubiquity crashed with InstallStepError in configure_bootloader() https://bugs.launchpad.net/bugs/419911 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
