Skip to content

Instantly share code, notes, and snippets.

@DastanIqbal
Created September 25, 2018 06:31
Show Gist options
  • Save DastanIqbal/94604ecc3fe6222d34512db98331eb85 to your computer and use it in GitHub Desktop.
Save DastanIqbal/94604ecc3fe6222d34512db98331eb85 to your computer and use it in GitHub Desktop.
Fix grub or Ubuntu grub console issue
#Search your grub partion
#Using ls cmd
#Ex: ls -al (hd0,1)/
#Ex: ls -al (hd0,1)/<folderName>
#After finding grub folder use below cmd to fix your grub
#(hd0,1) is my grub partion
set prefix=(hd0,1)/grub
set root=(hd0,1)
insmod linux
insmod normal
normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment