Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #!/bin/sh
  2. exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries. Simply type the
  4. # menu entries you want to add after this comment. Be careful not to change
  5. # the 'exec tail' line above.
  6. menuentry "Windows 10" {
  7. insmod ntfs
  8. set root=(hd1,gpt2)
  9. chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
  10. boot
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement