Hello,
The error code "16" means the following:
16 : "Device string unrecognizable"
This error is returned if a device string was expected, and the string encountered didn't fit the syntax/rules listed in the Filesystem Description.
To recover, you would need to change the menu.lst entry causing the problems in /boot/grub/menu.lst and reboot.
How you ask? Use a bootable Linux live CD or DVD. I've always preferred Ubuntu. Mount your root partition from the Linux live CD and edit the file from there.
Guide to Filesystem Descriptions:
http://www.uruk.org/orig-grub/filesystem.txt
Ryan
Last Wiki Answer Submitted: January 9, 2010 2:55 am by Ryan86131,175 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
It is easy to overcome this problem !
a) Boot the Suse on Rescue mode, after supply passwd type “grub” (without quote) and press enter
b) It launches grub prompt. From here type “find /boot/grub/menu.lst” (without quote)
c) It shows, (hd0,1) may be the no is vary…. that means, the first hardsik and the next is partition no.
d) Now type “root (hdx,x)” replace the x with ur hd no and next no (no quote)
e) Now type “setup (hdx)” (no quote)
Then quit and reboot the computer with reboot command
It is easy to overcome this problem !
a) Boot the Suse on Rescue mode, after supply passwd type “grub” (without quote) and press enter
b) It launches grub prompt. From here type “find /boot/grub/menu.lst” (without quote)
c) It shows, (hd0,1) may be the no is vary…. that means, the first hardsik and the next is partition no.
d) Now type “root (hdx,x)” replace the x with ur hd no and next no (no quote)
e) Now type “setup (hdx)” (no quote)
Then quit and reboot the computer with reboot command
your prob is completely solved….