follow these steps. 1. boot using Ubuntu live cd. 2. open terminal and enter 'sudo -i' (without quotes) 3. # mkdir /media/root 4. # mount /dev/sda* /media/root (where sda* is you ubuntu root directory. You can use fdisk -l ti get the correct partition.My guess is you installed root and boot in same partition. Otherwise you may mount /boot to the boot directory of mounted root partition) 5. grub-install --root-directory=/media/root /dev/sda 6. after completing the command you may restart ubuntu live.
If anything goes wrong, put it here. Thank You, Renju Paul -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
