Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
a6d3ecc7
Commit
a6d3ecc7
authored
Jul 21, 2020
by
longpanda
Browse files
change ntldr --> NTLDR
parent
5817b8b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
INSTALL/grub/localboot.cfg
INSTALL/grub/localboot.cfg
+2
-2
No files found.
INSTALL/grub/localboot.cfg
View file @
a6d3ecc7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment