by divVerent » Fri Dec 07, 2007 9:31 am
If that's the only issue, you can reconfigure grub to work.
At the grub> prompt, try:
ls (hd0,0)
ls (hd0,1)
ls (hd0,2)
ls (hd1,0)
etc. until you see a partition with a "boot" folder in it. Assume it's (hd0,2). Then, try:
root (hd0,2)
ls /boot
You will see a file /boot/vmlinuzsomething and a matching initrd file. Use it:
kernel /boot/vmlinuzsomething
initrd /boot/initrdsomething
boot
If you can get the system to run that way - and you should be able to - edit your /boot/grub/grub.conf and update the root line - I suppose it is the "root" line which has the bug.
1. Open Notepad
2. Paste: ÿþMSMSMS
3. Save
4. Open the file in Notepad again
You can vary the number of "MS", so you can clearly see it's MS which is causing it.