Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if [ "${grub_platform}" == "efi" ]; then
- menuentry "Microsoft Windows 10 UEFI-GPT" {
- insmod part_gpt
- insmod fat
- insmod search_fs_uuid
- insmod chain
- search --fs-uuid --set=root $hints_string $fs_uuid
- chainloader /EFI/Microsoft/Boot/bootmgfw.efi
- }
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement