Grub installation failed during Ubuntu installation

6,632

Try with Boot Repair.

1 - Live CD

First, you'll need to boot from a Ubuntu Live CD.

2 - Repair the bootloader

To restore the Grub bootloader, follow these steps.

Open a terminal from the Live CD, and run the following commands:

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

After a few seconds, Boot Repair's main window will open.

Click on Recommended repair.

You're done!

Reboot to test everything out.

If everything went well, you should be up and running now.


Glossary

Bootloader: a piece of code that runs before any operating system is running. A bootloader is used to boot other operating systems. Each operating system usually has its own bootloader.

GRUB (Grand Unified Bootloader): a bootloader package developed to support multiple operating systems and allow the user to select among them during boot-up. It is Ubuntu's default bootloader.

Command, command line: the traditional Unix environment , where you type commands to tell the computer what to do.

Terminal: an application that allows you to access the command line. Open it by hitting its keyboard shortcut, Ctrl Alt T

Share:
6,632

Related videos on Youtube

Rajeev Kaushik
Author by

Rajeev Kaushik

Updated on September 18, 2022

Comments

  • Rajeev Kaushik
    Rajeev Kaushik over 1 year

    I want to use Ubuntu 12.04 Long Term Support but during installation it showed me a message

    Grub can't be installed.

    how can I install manually.

    • lambda23
      lambda23 over 11 years
      Is it a dynamic disk? If you install Ubuntu on dynamic disk, the gurb can't be installed.
    • Rajeev Kaushik
      Rajeev Kaushik over 11 years
      what is a dynamic disk
  • w4etwetewtwet
    w4etwetewtwet about 11 years
    I think you mean the amd 64 version and the i386 version. Which basically just means 64 bit and 32 bit. There is no ubuntu intel version and no amd version. However there is a 64 bit version and a 32 bit version. Although 64 bit processors are referred to as AMD64 as amd designed quite a lot of the technology behind them there are also 64 bit intel processors.
  • Drake Clarris
    Drake Clarris about 11 years
    unless you're talking Itanium 64-bit - in which case it only works on Itanium processors. AMD64 should work on any PC/laptop purchased in the last few years (except maybe the new arm-based laptops that have recently popped up)
  • Gustavo Gallegos Enríquez
    Gustavo Gallegos Enríquez about 11 years
    I apologize. I mean 64 bit version (AMD64). We tried to install it in a core i5 dell pc and in a centrino duo laptop and it does not work.