1

Possible Duplicate:
GRUB: “invalid arch independent ELF magic” after install on SSD

Can not boot fresh installation of 64-bit Ubuntu 12.04. Got next message right after reboot:

error: invalid arch independent ELF magic.
grub rescue>

What is wrong? How can I fix it without reinstall?

Sergey
  • 1,181

1 Answers1

0

Boot into Live CD and run:

sudo mount /dev/sda3 /mnt
sudo mount /dev/sda1 /mnt/boot
sudo grub-install --root-directory=/mnt /dev/sda
Achu
  • 21,237