mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 08:21:14 +00:00
change ntldr --> NTLDR
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user