1

After rebooting my Debian 6.0 server I am getting these errors on load (captured it through kvm console):

error: found two disks with number 3
error: superfluous RAID member (2 found)
error: file not found
grub rescue>

So, I'm not able to load my server, but is there any possibility to recover grub? Re-installing the whole system is not acceptable in my case

Jacob
  • 9,114
  • 4
  • 44
  • 56
  • You will need to provide output one by one from grub rescue prompt. First Run `ls` and provide the output – Drt Apr 06 '13 at 13:21
  • After that you need to find which partition from `ls` output contains `/boot` directory. By doing `ls (hd0,2)/boot` on each partition, till you find one with vmlinuz in it's output – Drt Apr 06 '13 at 13:24
  • next you will have to manually boot from that partition – Drt Apr 06 '13 at 13:25
  • or use live cd for debian with grub-repair-tool in it. – Drt Apr 06 '13 at 13:36

0 Answers0