Created
September 25, 2018 06:31
-
-
Save DastanIqbal/94604ecc3fe6222d34512db98331eb85 to your computer and use it in GitHub Desktop.
Fix grub or Ubuntu grub console issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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