Liberian Geek
  • Home
  • How-To/Tips
  • Linux
  • Windows

How to Install GRUB 2.00 in Ubuntu 12.04 (Precise Pangolin)

If you don’t already know, GRUB 2.00 was released recently and if you wish to upgrade your system, then this brief tutorial is going to show you how.

GRUB (GRand Unified Bootloader) is the program that helps boot up your computer when you turn it on. Without it, you wouldn’t be able to load Ubuntu. So, it’s very important that you know what do to in case something goes wrong before upgrading it. The least make will render your computer inoperable.

Now that it’s clear, let ‘s continue below to learn how to upgrade GRUB in Ubuntu 12.04 (Precise Pangolin)

Objectives:

  • Install / Upgrade GRUB 2.00 in Ubuntu 12.04
  • Enjoy!

To get started press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to download the newest version of GRUB.

wget -O- ftp://ftp.gnu.org/gnu/grub/grub-2.00.tar.xz | tar -xJ

 

grub_precise_6

 

Next, change into grup-2.00/ directory by running the command below

cd grup-2.00/

 

grub_precise_7

 

Then while in that directory, install these two packages.

sudo apt-get install bison flex

 

grub_precise_8

 

Next, run the command below to begin building GRUB installation environment.

sudo ./configure --prefix=/usr

 

grub_precise_9

 

Next, run the command below to build GRUB 2.00

sudo make

 

After that, run the commands below

sudo make install

 

grub_precise_10

 

Next, install GRUB 2.00 on the partition it should be installed on. This is VERY IMPORTANT. If you don’t know, read this blog post first before continuing.

When you’re ready, install GRUB onto the partition that you know it should be installed on.

sudo grub-install /dev/xxx

 

grub_precise_11

 

Finally, update grub by running the commands below.

sudo update-grub2

 

Enjoy!

 

grub_precise


Related Posts

  • Ubuntu 12.04.2 Released With Support For Systems Using UEFI Firmware With Secure Boot Enabled
  • LibreOffice 3.6.2 Maintenance Update Released
  • Blender 2.64 Released: Install it in Ubuntu 12.04 (Precise Pangolin)
  • Install / Upgrade to Linux Kernel 3.6.0 in Ubuntu 12.04 (Precise Pangolin)
  • OpenShot 1.4.3 Released: How To Install / Upgrade in Ubuntu 12.04

Home > How-To/Tips, Linux - 6 July 2012
Tweet
Got anything to say? Go ahead and leave a comment!
  1. dbn says:
    April 28, 2013 at 4:51 PM

    thanks.

    Reply
Comment Below!
Click here to cancel reply.



Follow @liberiangeek

Recent Posts
    • Say Yes To Google Play Music Manager In Ubuntu 13.04 Raring Ringtail
    • Delete Junk, Improve Performance And Increase Privacy With BleachBit In Ubuntu 13.04 Raring Ringtail
    • Firefox 21 Released For Windows, Mac And Linux Systems
    • How Can You Find System Information In Ubuntu 13.04 Raring Ringtail
    • Is There A Better Task Scheduler In Ubuntu 13.04 Raring Ringtail?
    • Want LAMP (Linux, Apache, MySQL, PHP) In Ubuntu 13.04?
    • Support For Ubuntu 10.04 / 11.10 Desktop And 8.04 Server Edition End Today
    • Want uTorrent In Ubuntu? You May Have To Settle For qBittorrent Instead
    • LibreOffice 4.0.3 Released–Third Minor Release Of LibreOffice 4.0 Family
    • Why Do We Still Need GUI Tools To Manage Groups In Ubuntu?

    Copyright © 2009 - 2013 Liberian Geek        Privacy Policy |      About Us |      Contact Us |      Search

    ↑ Top