Skip to content

Instantly share code, notes, and snippets.

@cavoirom
Created October 11, 2013 05:51
Show Gist options
  • Save cavoirom/6930143 to your computer and use it in GitHub Desktop.
Save cavoirom/6930143 to your computer and use it in GitHub Desktop.
Fix GRUB: “invalid arch independent ELF magic”
Boot into Live CD and run:
(sda1 is linux partition)
sudo mount /dev/sda1 /mnt
sudo grub-install --root-directory=/mnt /dev/sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment