Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. menuentry 'Windows Boot Manager (на /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-0AC4-9839' {
  2. insmod part_gpt
  3. insmod fat
  4. set root='hd0,gpt1'
  5. if [ x$feature_platform_search_hint = xy ]; then
  6. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt2 0AC4-9839
  7. else
  8. search --no-floppy --fs-uuid --set=root 0AC4-9839
  9. fi
  10. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement