I accidentally deleted my Linux partition from Windows, and when I restarted I always see the grub rescue screen. I did try setting root to each of the partitions, but I always got the unknown filesystem error. I found that the most suggested fix is to boot from a live CD/USB, but I can't perform that as well.
Asked
Active
Viewed 5,029 times
2 Answers
0
Try to Boot from live Ubuntu CD/USB, Install GRUB2 in proper Partition
To fix the problem.
this link fix my same problem. https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows
or if not correct it see http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd
to manually install GRUB2 in Terminal.
EsmaeelE
- 425
- 7
- 16
-1
You are getting a error because grub cannot find the linux. You need to boot into BIOS and manually select the boot option (USB). Once you do that re-install linux and it should update your grub config so that the new linux will be loaded
Joe
- 172