Installing Ubuntu 14.10

Slashdot it! Delicious Share on Facebook Tweet! Digg!

Bootloader Failures

Occasionally, the bootloader doesn't appear after an Ubuntu installation, or you can boot only one system. Loading Windows after installing Ubuntu often leads to bootloader failure.

See the "Revival" box for commands that you will want to enter in a terminal window. These commands install the GRUB 2 bootloader with help from a Live system so that GRUB correctly identifies all systems.

Revival

To revive an installed Ubuntu, boot up Live mode on the DVD in this issue by choosing the Try Ubuntu without installing option. Be sure that the Live and installed versions are the same architecture. Then, invoke a terminal and execute the following commands. Change the /dev/sda6 entry to the specific partition in which the root directory (/ ) of the installed Ubuntu is located.

$ sudo mount /dev/sda6 /mnt

$ sudo mount -o bind /dev /mnt/dev
$ sudo mount -o bind /sys /mnt/sys
$ sudo mount -t proc /proc /mnt/proc
$ sudo chroot /mnt
$ grub-mkconfig -o /boot/grub/grub.cfg
$ update-grub2
$ grub-install /dev/sda
$ exit
$ sudo reboot

Use the chroot command (change root) to mount the installed system into your Live system and work with it as if you had booted it. Now you can set up a new GRUB 2.

Buy this article as PDF

Express-Checkout as PDF

Pages: 4

Price $0.99
(incl. VAT)

Buy Ubuntu User

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Installing Ubuntu 15.04

    Ubuntu 15.04 offers nearly no changes to the installation process. But, just in case you are new to Ubuntu, we'll walk you through upgrading or installing the latest release.

  • Installing Ubuntu 14.04

    Ubuntu 14.04 offers some changes to the installation process. We'll walk you through upgrading or installing the latest release.

  • Installing Ubuntu 13.10

    Ubuntu 13.10 offers some changes to the installation process. We'll walk you through upgrading or installing the latest release.

  • Installing Ubuntu 13.10

    Ubuntu 13.10 offers some changes to the installation process. We'll walk you through upgrading or installing the latest release.

  • Installing Ubuntu 14.04

    Ubuntu 14.04 offers some changes to the installation process. We'll walk you through upgrading or installing the latest release.