42_custom 338 B

1234567891011
  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' --class windows --class os {
  7. set root='hd0,gpt2'
  8. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  9. boot
  10. }