Commit a6d3ecc7 authored by longpanda's avatar longpanda
Browse files

change ntldr --> NTLDR

parent 5817b8b7
......@@ -3,8 +3,8 @@ if [ "$grub_platform" = "pc" ]; then
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment