1

I deleted 2 partitions from Windows 8 disk manager. It turned out one of them is the grub partition. Now the laptop directly goes to grub rescue mode. I used F12 to select the system I want to boot into, but all ended up in grub rescue. The ubuntu installation CD does not help either. Does anyone have any idea to resolve this problem?

don.joey
  • 28,662

1 Answers1

0

You can use Boot Repair

Just boot from the Ubuntu LiveCD, and once it boots up, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

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

Run Boot Repair once the installation is done.

Source:Boot Repair

Mitch
  • 107,631