Created
September 23, 2015 06:50
-
-
Save alexandre-mbm/ed47e2aa4d0ac1bbeed4 to your computer and use it in GitHub Desktop.
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
| set old_root=$root | |
| search.fs_uuid 3020b2c2-bdd1-4d60-a8b7-b29b1e4897e6 root hd1,gpt2 | |
| if [ $root != $old_root ]; then | |
| set prefix=($root)'/boot/grub' | |
| configfile $prefix/grub.cfg | |
| else | |
| search --fs-uuid --no-floppy --set=root 746E-44FF | |
| chainloader (${root})/EFI/Microsoft/Boot/bootmgfw_BACKUP.efi | |
| boot | |
| fi |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Re:Notebook: GRUB a partir de Ubuntu em /dev/sdb falta quando é boot em modo tablet