How to recover GRUB using Ubuntu Live CD (12.04 LTS)
|
|
Sometimes for some reason when you installed Microsoft Windows or other operating systems, your GRUB installation will be overwritten. This will cause your Ubuntu operating system unable to boot.
Here’s how to solve the problem using Ubuntu LTS Live CD:
1. First boot the Ubuntu Live CD from your computer
2. Then, open terminal-emulator application, and add boot-repair application to Ubuntu repository
$ sudo add-apt-repository ppa:yannubuntu/boot-repair
3. Update repository and install boot-repair
$ sudo apt-get update $ sudo apt-get install -y boot-repair
4. Then run boot repair by typing “boot-repair” at the bash prompt
To begin repairing/reinstalling GRUB, click on “Recommended Repair” at the application screen:

The “Advance” button offers other option that lets you customize the boot option.

Boot-repair lets you to:
1. Reinstall GRUB bootloader
2. Change the default OS to boot
3. Place boot flag on any partition or devices.
4. Add extra kernel option
5. Restore MBR (only when necessary!)
6. Repair filesystem (only when necessary!)
Official Boot-repair website: http://sourceforge.net/p/boot-repair/home/Home/
Ubuntu Community Page on Boot-repair: https://help.ubuntu.com/community/Boot-Repair
Tags: boot, grub, repair, ubuntu
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- Download NetBSD Live! 2007 LiveCD
- How to recover corrupted gzip files in Linux
- Installing GRUB in USB Flash Drive
- Putting Colors to GRUB Bootloader menu
- No Official pre-press Ubuntu 13.04 CD/DVD will be distributed by Canonical
- Canonical reduces support length for Non-LTS Ubuntu releases
- How to customize Ubuntu and Knoppix GNU/Linux Live CD


Leave a Comment