diff --git a/INSTALL/grub/localboot.cfg b/INSTALL/grub/localboot.cfg index 0afb3446..d8415875 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