mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-04-22 03:34:11 -04:00
change ntldr --> NTLDR
This commit is contained in:
parent
5817b8b7b0
commit
a6d3ecc7a9
@ -3,8 +3,8 @@ if [ "$grub_platform" = "pc" ]; then
|
|||||||
menuentry 'Search and boot Windows' --class=boot_windows {
|
menuentry 'Search and boot Windows' --class=boot_windows {
|
||||||
if search -n -s -f /bootmgr; then
|
if search -n -s -f /bootmgr; then
|
||||||
ntldr /bootmgr
|
ntldr /bootmgr
|
||||||
elif search -n -s -f /ntldr; then
|
elif search -n -s -f /NTLDR; then
|
||||||
ntldr /ntldr
|
ntldr /NTLDR
|
||||||
else
|
else
|
||||||
echo "Windows NOT found ..."
|
echo "Windows NOT found ..."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user