I installed burg on my computer, and after restarting, grub comes up with the following message:
GRUB loading.
error: no such device: 9b16030c-08f8-4f5d-b228-63e13bca7839
Entering rescue mode...
grub rescue>
typing the ls command will bring me this:
(hd0)
This is probably wrong, Ive seen people have many more listings when doing that command.
when I type the command set, it comes up with:
prefix=(hd0)/boot/burg
root=hd0
I have tried the commands:
set prefix=(hd0,x)/boot/grub set root=(hd0,x) insmod normal normal
I have tried pretty much every variation of that code, I do not get errors on the set prefix and the set root commands, but when I try any variation of the Insmod command, then it comes up with either the error Unknown partition or Unknown filesystem
Variations tried of the insmod command
Insmod (hd0,x)/boot/grub/normal.mod
This comes up with the unknown partition error
Insmod normal
This comes up with the unknown filesystem error
The unknown partition error seems to appear when (hd0,x)/boot is specified
I have tried booting from a cd and it doesn't seem to work.
I am dual booted with windows 7 and ubuntu 12.04 How can I recover from this situation?
Thanks
