]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
change ntldr --> NTLDR
authorlongpanda <admin@ventoy.net>
Tue, 21 Jul 2020 13:32:51 +0000 (21:32 +0800)
committerlongpanda <admin@ventoy.net>
Tue, 21 Jul 2020 13:32:51 +0000 (21:32 +0800)
INSTALL/grub/localboot.cfg

index 0afb344603cd3c2dc89b873aec4d8b37b94d6fe7..d84158750bc879bd3d0bc1a30ecb557bb8f0bdc0 100644 (file)
@@ -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