Cannot boot to Ubuntu, though installation was successful

29,460

Solution 1

Seems like your boot loader is missing from your primary boot drive, or just doesn't contain any reference to your Ubuntu installation.

When I face this type of issues, I use on of this two applications to salvage the situation:

  • Super GRUB2 Disk

    The primary purpose of Super GRUB2 Disk is to help you boot into an OS whose bootloader is broken.

  • Boot-Repair

    simple tool to repair frequent boot issues you may encounter in Ubuntu like when you can't boot Ubuntu after installing Windows or another Linux distribution, or when you can't boot Windows after installing Ubuntu, or when GRUB is not displayed anymore, some upgrade breaks GRUB, etc.

Solution 2

Usually when this happens it is because Ubuntu's installer didn't properly install the boot loader.

Assuming you installed Ubuntu by booting from a live CD/DVD or USB flash drive (or from the alternate CD) and running the installer (that is, not from within Windows using Wubi), you can fix this problem by reinstalling GRUB2 to the Master Boot Record using one of these methods.

Solution 3

insert ubuntu cd and select try ubuntu, connect to internet opne terminal ( Ctrl+Alt+T ), login as root:

sudo -i

find out your linux disk :

fdisk -l

mount it:

mount /dev/sdaX /mnt

Recover:

grub-install --root-directory=/mnt /dev/sda

Share:
29,460

Related videos on Youtube

Gian
Author by

Gian

Updated on September 18, 2022

Comments

  • Gian
    Gian over 1 year

    I installed Ubuntu 12.04 on an HP Pavilion H8-1228 computer via USB flash drive. Installation was a success. My computer still starts Windows, but there is no way to boot to Ubuntu.

    I tried hitting F5 to display a boot menu. There is no "Ubuntu" option.

    How can I boot into newly my installed Ubuntu system?

    • Mark Rooney
      Mark Rooney almost 12 years
      Where did you install the bootloader to? if GRUB is installed on the usb and it's not plugged in you will only boot into windows.
    • machineaddict
      machineaddict about 8 years
      It happened to me twice. Once it was a AMD processor which didn't supported linux, and the second I was using a flash drive. Install from an optical drive instead.