Skip to content

Instantly share code, notes, and snippets.

@dasdennis
Created September 16, 2012 17:51
Show Gist options
  • Save dasdennis/3733467 to your computer and use it in GitHub Desktop.
Save dasdennis/3733467 to your computer and use it in GitHub Desktop.
Ubuntu 12.09 GRUB Repair (Reparando o Grub no Ubuntu)
# Reparando o GRUB no Ubuntu 12.09 LTS
# For this error:
error: no such device: 4cfe3cc0-370e-48ed-82cd-7cd2ca7a0414.
grub rescue >
# Solution:
# Installation and use:
# Boot into Ubuntu Live CD or USB
# Hit Alt+Ctrl+T to open terminal and run following commands:
$ sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
$ sudo apt-get install -y boot-repair && boot-repair
# Once done Boot-Repair will open with two options choose the first option (Recommended repair).
# When repair is finished, Save the URL that appeared, Then reboot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment