[ubuntu-in] Problems related to Grub (Ravi Joshi)
Sk. Hasanujjaman
sk.hasanujjaman at gmail.com
Thu Jun 3 13:35:40 BST 2010
Will you plz follow the following steps? ---
1. Insert your Ubuntu live CD into your computer and restart it.Boot from it
(Try ubuntu).
2. Open terminal and type *sudo fdisk -l* and locate which partition
contains your linux installation(e.g /dev/sda9).
3. Then type
* sudo mkdir /media/root*
*sudo mount /dev/sda9 /media/root * (sda9 should be
replaced by your linux partition)
If you’ve done this correctly, then you should see the following output if
you type *ls /media/root*
**
*bin dev home lib mnt root srv usr
boot etc initrd lib64 opt sbin sys var
cdrom initrd.img media proc selinux tmp vmlinuz*
4. At last type
*sudo grub-install --root-directory=/media/root /dev/sda*
after successful execution the output will come
*Installation finished. No error reported.*
If it comes,then you can reboot your computer.
If the output doesn't come like this,type
*sudo grub-install --root-directory=/media/root /dev/sda
-f * (that is with the force option)
I think this will help to solve your problem.I have done it so many times.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-in/attachments/20100603/d6ea3170/attachment.htm
More information about the ubuntu-in
mailing list