grub2 issue simple 3 steps :------ 1.) insert live cd of ubuntu with try vesrion ubuntu 10.4 2.)open terminal 3.)type "sudo fdisk -l" .and confim that where is ubuntu installaed in mine case its in sda5 4.)Mount the partition containing the Ubuntu installation.
"sudo mount /dev/sdXY /mnt" where X=a, b , c , d,..... y= 1,2,3,4,5,.... 5.)TYPE "sudo grub-install --root-directory=/mnt/ /dev/sdX" where X=a,b,c... 6.)Reboot 7.) on terminal "sudo update-grub2" On Sat, Jul 10, 2010 at 8:53 PM, [email protected] < [email protected]> wrote: > i just faced this problem, > But after this procedure, the Grub menu is missing(hidden) so no way > to boot in to windows. > to solve this problem, update grub while on the installed Ubuntu > > $sudo update-grub2 > > > it will lists all the menu items > > -- > "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 > -- -with regards - Abhishek jain B.Tech 2010 i.t. (RCERT JAIPUR) http://abhiandabhi.blogspot.com/ -- "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
