From: longpanda Date: Tue, 21 Jul 2020 13:32:51 +0000 (+0800) Subject: change ntldr --> NTLDR X-Git-Tag: v1.0.16~2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/a6d3ecc7a9b01e6cd7a08bb03ca72a88f928df8d?ds=inline change ntldr --> NTLDR --- diff --git a/INSTALL/grub/localboot.cfg b/INSTALL/grub/localboot.cfg index 0afb344..d841587 100644 --- a/INSTALL/grub/localboot.cfg +++ b/INSTALL/grub/localboot.cfg @@ -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