Advertisement
marwanpro

GRUBWin

Oct 1st, 2017
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if [ "${grub_platform}" == "efi" ]; then
  2. menuentry "Microsoft Windows 10 UEFI-GPT" {
  3. insmod part_gpt
  4. insmod fat
  5. insmod search_fs_uuid
  6. insmod chain
  7. search --fs-uuid --set=root $hints_string $fs_uuid
  8. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  9. }
  10. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement