0

I installed Ubuntu 14.04 in hard disk.
then after I did update-grub

sudo grub-install /dev/sda
sudo update-grub

After restarting Ubuntu 14.04, grub menu loaded with ubuntu,ubuntu advance,system setup.
When I choose ubuntu option, it seems that ubuntu can not start, does something wrong with grub2? here are the some screenshots. since i don't have enough reputation to post picture,please click the url below to see the issue screenshot,thanks a lot/

enter image description here enter image description herethis is the screenshot,when i edit ubuntu option

1 Answers1

1

Try boot-repair from live cd or live USB media.

Here are the instructions : How to install the Boot-Repair tool in an Ubuntu live disc?

  1. Insert or connect the Ubuntu live media (DVD or USB).
  2. Find out how to boot your computer from removable media.

    Note that there is a difference between booting of older computers (BIOS/MBR) and newer ones designed for Windows 8 and later releases (UEFI/GPT).

    Reboot the computer from live media and choose Try Ubuntu when asked.

Try Ubuntu

  1. Connect to the internet, then open a terminal with Ctrl+Alt+t, paste the following commands and run them by pressing Enter:

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

    Note: You copy and run them all at once. If you want to run them individually just remove the trailing "; \".

    That's it, the Boot-Repair window will appear!

Boot-Repair main window