Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. insmod part_gpt
  2. insmod fat
  3. set root='hd0,gpt2'
  4. if [ x$feature_platform_search_hint = xy ]; then
  5. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 7AE0-3C74
  6. else
  7. search --no-floppy --fs-uuid --set=root 7AE0-3C74
  8. fi
  9. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement