terminal_output console
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot
+ elif [ -f ($vtoydev,$partid)/efi/Microsoft/Boot/bootmgfw.efi ]; then
+ set root=($vtoydev,$partid)
+ terminal_output console
+ chainloader /efi/Microsoft/Boot/bootmgfw.efi
+ boot
fi
else
break
terminal_output console
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot
+ elif search -n -s -f /efi/Microsoft/Boot/bootmgfw.efi; then
+ terminal_output console
+ chainloader /efi/Microsoft/Boot/bootmgfw.efi
+ boot
else
echo "Windows NOT found ..."
fi