Skip to content

Instantly share code, notes, and snippets.

@ibogun
Created January 5, 2015 01:03
Show Gist options
  • Save ibogun/4f69237b20fb18155ff4 to your computer and use it in GitHub Desktop.
Save ibogun/4f69237b20fb18155ff4 to your computer and use it in GitHub Desktop.
grub rescue > ls (hd1,msdos5) # let's assume this is the linux partition
grub rescue > set root=(hd1,msdos5)
grub rescue > set prefix=(hd1,msdos5)/boot/grub # or wherever grub is installed
grub rescue > insmod normal # if this produced an error, reset root and prefix to something else ..
grub rescue > normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment