Asked by Mitali Dargani

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Ravi Kumar
Solved:
Last query:
Last reply:
Revision history for this message
hexafraction (rarkenin) said :
#1

I believe your GRUB configuration is damaged. Boot from a Ubuntu install CD(live CD), and in the terminal on the LiveCD(Use Ctrl+Alt+T), run:
sudo apt-get install boot-repair

When it finishes,(there will be a prompt like ~/test$), run boot-repair and use the automated wizard in boot-repair.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

http://www.omgubuntu.co.uk/2011/09/live-usb-sticking-grub-2-video/

Using USB is the same difference as using a LiveCD. The data for the OS is identical

I also suggest you fsck your partitions and test your RAM using the same live USB.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Set the BIOS to boot the USB first. Your system may have a shortcut to set the boot device for one shot

Revision history for this message
Best Ravi Kumar (kumarravi-kumar267) said :
#7

Hi Mitali, follow this link http://www.webupd8.org/2009/12/how-to-recover-grub2-linux.html. It will tell you how to repair your GRUB via the live CD or USB.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

How to install boot repair?

Ans : Type the following commands in your terminal:

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

You can find more about Boot-repair and its related documentation at https://help.ubuntu.com/community/Boot-Repair.