Skip to content

Commit

Permalink
change ntldr --> NTLDR
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Jul 21, 2020
1 parent 5817b8b commit a6d3ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL/grub/localboot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6d3ecc

Please sign in to comment.