After shrinking and increasing the size of a disk in Windows 8 .... this is the error that i get when i start up my PC , it says .... Entering GRUB Rescue Mode.
Asked
Active
Viewed 447 times
1 Answers
0
I solved it. The problem was that the filesystem containing Ubuntu had been moved in the process and GRUB could not locate it. All I did was to locate the correct filesystem and set it as root and voila!
Steps:
Search the filesystems by using
ls
command.ls
Look for a filesystem that is recognized by GRUB.
ls (hd0,msdos6) {in my case , its msdos6}
Set root to that filesystem.
set root=(hd0,msdos6) set prefix=(hd0,msdos6)/boot/grub insmod normal normal
This did work, but every time I restart I need to type the same thing over and over. Hope it helps !!

karel
- 114,770
sudo update-grub
from ubuntu – mchid Apr 05 '15 at 08:16