Labels

Tuesday, November 23, 2010

How to Restoring Grub ubuntu 10.04

Here I want to go back to give one other alternative that you can run to restore grub ubuntu and certainly with a very easy way. And for the first time you use Ubuntu do not find it difficult to advance because only by following the steps below grub ubuntu then you'll be right back.

In a way this time we do not use any software other than the Ubuntu Live CD that we use when installing ubuntu itself. CD ready with the PC? Now we begin to fix grub ubuntu is missing.

1. Prepare the Ubuntu Live CD, If there is no Ubuntu website please download DII
2. Change the BIOS settings to boot CD-ROM first and then Save.
3. If your BIOS settings correct then boot the Ubuntu Live CD will soon be walking.
There we select Try Ubuntu without making changes in your computer
4. Wait a while then you now have entered into the Live CD Desktop.
Applications > Accessories > Terminal to run the terminal or press Ctrl+Alt+t.

5. Looking at our computer partition by typing the following command

sudo fdisk -l

6. From the command above can be seen that my Linux partition is on sda1
So now we are mounting to sda1 sector by typing the following command

sudo mount -t ext3 /dev/sda1 /mnt/
sudo mount -t proc proc /mnt/proc/
sudo mount -t sysfs sys /mnt/sys/
sudo mount -o bind /dev/ /mnt/dev/
sudo chroot /mnt /bin/bash

7. Note the command sudo mount -t ext3 /dev/sda1 /mnt/ if your format is ext4 linux sector, then we do not use ext3 but ext4. Enter the command again

grub-install /dev/sda
grub-install /dev/sda1

If no error information then you are back Ubuntu Grub and booting back to normal as before. But for those of you who still fail when there is a good idea to follow this event using software Supergrubdisk.

No comments:

Post a Comment