I was unable to boot Ubuntu after setting my BIOS to default. I tried Boot-repair and tried a "recommended repair". After a while it asks me to insert the following in Terminal:
sudo chroot "/mnt/boot-sav/sda2" dpkg --configure -a
sudo chroot "/mnt/boot-sav/sda2" apt-get install -fy
sudo chroot "/mnt/boot-sav/sda2" apt-get purge -y --force-yes grub* shim-signed linux-signed*
Than I get an error saying: Grub still present, try again. Boot-info gives the following output:
http://paste.ubuntu.com/8429040
Does this output look "healthy" to you, or do I miss my boot-partition? Does anyone know how I can make my Ubuntu bootable again?
sudo update-grub
– Sep 28 '14 at 12:30