Grub2 – Fix ‘Error: File Not Found’ Followed by ‘Grub Rescue>’ After Update

grub2grubrescue

I just installed quite a lot of 12.10 updates, was prompted to reboot, and then found that I couldn't boot.

Best Answer

Use Boot Repair to fix your bootloader.

  1. Boot Ubuntu from a LiveCD or Live USB
  2. Connect to the internet
  3. Open a terminal, and add the Boot Repair PPA

    sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update

  4. Install Boot Repair

    sudo apt-get install -y boot-repair && boot-repair

  5. Launch and use, see https://help.ubuntu.com/community/Boot-Repair#Using_Boot-Repair for more details

Related Question