Possible Duplicate:
Grub rescue - error: unknown filesystem
After using testdisk 6.11, I got the error message:
Unknown filesystem error: grub rescue
To fix it, I used Boot-Repair, but it took too long - hours! (I had to go to sleep and return (: )
So, is there other way to fix it faster? Thanks!
sudo mount /dev/sdx1 /mnt; sudo grub-install --root-directory=/mnt /dev/sdx; sudo update-grub
from the Live CD, where sdx is the identifier for your disk and sdx1 is the Ubuntu partition's identifier. – SirCharlo Apr 24 '12 at 16:10