Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. menuentry "Microsoft Windows x86_64 UEFI-GPT" {
  2. insmod part_gpt
  3. insmod fat
  4. insmod search_fs_uuid
  5. insmod chain
  6. search --fs-uuid --no-floppy --set=root 1234-ABCD
  7. chainloader /EFI/Boot/bootx64.efi
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement