Repairing Grub Menu
by Ease from LinuxQuestions.org on (#522D3)
I have two hdd's both with linux os. I booted into BIOS to select the secondary hdd after reinstalling linux on the primary hdd. The error message is the following:
error: no such device found: then a series of letters and numbers
error: unknown file system.
Entering rescue mode...
grub rescue>
I then did the following steps in order to repair the grub menu:
grub rescue> ls (which gave me a list of directories).
grub rescue> ls (and each directory, looking for the one that has the Filesystem ext2.)
There are two of them:
grub rescue> (hd0,msdos1) and (hd1,msdos1).
My question is, are these two different hdd's, and if so, which one is the secondary hdd in order to repair due to the fact that I know that my primary hdd boots properly.
Thank you for your help.


error: no such device found: then a series of letters and numbers
error: unknown file system.
Entering rescue mode...
grub rescue>
I then did the following steps in order to repair the grub menu:
grub rescue> ls (which gave me a list of directories).
grub rescue> ls (and each directory, looking for the one that has the Filesystem ext2.)
There are two of them:
grub rescue> (hd0,msdos1) and (hd1,msdos1).
My question is, are these two different hdd's, and if so, which one is the secondary hdd in order to repair due to the fact that I know that my primary hdd boots properly.
Thank you for your help.