menuentry 'Search and boot Windows' --class=boot_windows {
if search -n -s -f /bootmgr; then
ntldr /bootmgr
- elif search -n -s -f /ntldr; then
- ntldr /ntldr
+ elif search -n -s -f /NTLDR; then
+ ntldr /NTLDR
else
echo "Windows NOT found ..."
fi
fi
-menuentry 'Return to menu [Esc]' --class=vtoyret VTOY_RET {
+menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
}