mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
1.0.27 release
This commit is contained in:
@@ -21,7 +21,12 @@ if [ "$grub_platform" = "pc" ]; then
|
||||
if search -n -s -f /Boot/BCD; then
|
||||
for bt in bootmgr BOOTMGR Bootmgr BootMGR; do
|
||||
if [ -f /$bt ]; then
|
||||
ntldr /$bt
|
||||
if regexp '^hd0' $root; then
|
||||
ntldr /$bt
|
||||
else
|
||||
drivemap -s hd0 $root
|
||||
ntldr /$bt
|
||||
fi
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user