Created
May 12, 2013 05:08
-
-
Save liuyix/5562497 to your computer and use it in GitHub Desktop.
Recover grub after installing windows in grub shell
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
| # first manual boot into ubuntu | |
| root (hd0,X) | |
| kernel /boot/vmlinuz... root=/dev/sdaX | |
| initrd /boot/initrd... | |
| boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment