]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/localboot.cfg
Merge branch 'master' of https://github.com/ventoy/Ventoy
[Ventoy.git] / INSTALL / grub / localboot.cfg
index 0afb344603cd3c2dc89b873aec4d8b37b94d6fe7..b60d54fcb6b8188635c31c2b723639efa24a77f9 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        
@@ -60,6 +60,6 @@ else
 
 fi
 
-menuentry 'Return to menu [Esc]' --class=vtoyret VTOY_RET {
+menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
     echo 'Return ...'
 }