I meet some trouble when I upgrade my Ubuntu from 10.10 to 11.04. And I installed it on Vmware. When I start the virtual machine, I will enter the grub command line. By the way, One of my friends has the same trouble.

How can I solve the problem?

link|improve this question
what do you mean exactly? you mean it doesn't boot and stops at grub selection screen? – John Apr 29 '11 at 15:26
I had a similar problem (grub2 didn't recognize my / partition) when migrating 9.04 -> 10.04, this helped me: help.ubuntu.com/community/… – Piskvor Apr 29 '11 at 15:28
@John: grub does have a commmand line (the selection screen is a somewhat user-friendly interface to that); and unexpectedly seeing grub> is a dreadful experience (it drops to the command line if there's no meaningful config, or an error). – Piskvor Apr 29 '11 at 15:33
grub> exactly :( – Intelligence Gear Apr 30 '11 at 8:27
feedback

migrated from stackoverflow.com Apr 29 '11 at 15:38

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

I had the same problem. This worked for me: http://aaron-kelley.net/blog/2011/04/grub-prompt-after-upgrade-to-ubuntu-11-04/

link|improve this answer
thanks very much! – Intelligence Gear Apr 30 '11 at 11:25
I boot the system following the instructions given by help.ubuntu.com/community/Grub2#Using CLI to Boot. Then I fix the problem with the help of the your given url:sudo grub-install /dev/sda – Intelligence Gear Apr 30 '11 at 11:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.