How to solve grub error: no such partition
Method 1: Step 1:Type following command and you will get screen as below.This command display all partition on your hard drive.Here (hd0,msdos1), (hd0,msdos2) and so on is your partitions. Command: ls Step 2:Now type following command. Command: ls (your partition name) Example : ls (hd0,msdos1) Note:Here i am getting error “Filesystem is unknown”. You have to repeat this for all partition until you get any none error message.Now here my partition is (hd0,msdos2) If you get error message for all partition than try Method 2. Step ...