grublogoI was wondering when will Ubuntu have a stylish GRUB. To my surprise I read that the next release of Ubuntu 9.10 i.e Karmic Kaola will ship with Grub 2. I was excited and wanted to try it on my machine. Following is what I did to install Grub 2 on Jaunty.

A word of Caution: When you try to install it on Jaunty you’ll not be able to login to your machine untill you follow the steps carefully and change “root” to “uuid”.

Let’s being…

1. Bring up a terminal window by hittin ALT+F2 and typing “gnome-terminal” (without quotes).

2. Type the following on your terminal:

sudo apt-get install grub-pc

Click enter to install Grub 2 and will modify the existing grub boot loader menu.

3. Reboot your machine.

In Jaunty Grub 2 modifies the existing configuration incorrectly and we are going to change it. After rebooting at the “Chainload into Grub 2″ menu item press ‘e’ to edit the configuration and change:

root   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

to

uuid   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Press Enter and then press ‘b’ to boot into Jaunty. Once you have successfully booted from Grub 2 you can install Grub 2 on your machine by hitting the following command on your terminal window:

sudo upgrade-from-grub-legacy

All should be fine after this and you have your new Grub 2 to rock with. Following is how your grub 2 will look like

grub2

If you mess up something, follow the steps here.

Update

As Brian mentioned in the comments, you can make your Grub 2 look better in graphic mode. Check here to pimp up your Grub 2. Thanks Brian!

0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Related posts:

  1. How to open rar files in Ubuntu (Jaunty Jackalope): Install rar!
  2. Restoring Grub in Ubuntu: How-to
  3. Installing MPEG codecs on Ubuntu (Jaunty Jackalope)
  4. How to get transparent matrix style terminal in Ubuntu (Jaunty jackalope): How-to
  5. Installing Flock {The Social Browser} on Ubuntu (Jaunty Jackalope): How-to