How To Restore Grub in Ubuntu 9.10 Karmic Koala
Posted By Chinmoy Kanjilal On January 18, 2010 @ 10:00 am In Ubuntu | 6 Comments
A common problem many users face after installing either Linux or Windows on a system when the other is already present is an override of the default boootloader. Without a bootloader, the system is clueless about where to get boot data from. In such a case, you can try these simple steps to restore your grub menu with all the Operating Systems present in the list.
sudo fdisk -lThis lists all the partitions as shown.
sudo mount “device” /mnt

sudo mount /dev/sda12 /mnt
sudo grub-install –root-directory=/mnt “path”
sudo unmount /mnt
Article printed from Techie Buzz: http://techie-buzz.com
URL to article: http://techie-buzz.com/ubuntu/restore-grub-ubuntu-9-10-karmic-koala.html
Click here to print.
Copyright © 2006-20011 Techie Buzz. All rights reserved.