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?
            Asked
            
        
        
            Active
            
        
            Viewed 1,630 times
        
    1 Answers
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
        
- 109,787
 
    