1

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?

Rob Lamb
  • 11
  • 2

1 Answers1

1

You do not have grub installed in your MBR.

You can simply re-install grub from a live cd.

The process is a bit complicated, involves mounting a few partitions and installing grub.

Give this a try and keep us posted on your results.