Possible Duplicate:
GRUB: “invalid arch independent ELF magic” after install on SSD
I am currently trying at get an dual boot computer work, where the Ubuntu 12.04 system is spread over two drives.
The setup of the two drives are:
HDD
/dev/sda1 /boot/efi
/dev/sda2 some unknown msftres at 128MB (dont bother about this as long as the rest works)
/dev/sda3 windows7
/dev/sda4 /home
/dev/sda5 swap
/dev/sda6 /tmp
/dev/sda7 /var
SSD
/dev/sdb1 /
In an attempt to combine speed with SDD survival. Now, that might be a topic in itself, but for now I would be very happy just to get the Grub bootloader to work.
When booting at either HDD or SSD, I get: error: invalid arch independent ELF magic. grub rescue>
Very grateful for all kinds of suggestions for how to solve this!