Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit 59d8880

Browse files
committed
v0.9.8.5
Uses the default theme for Windows Boot Manager. Displays 10 menus instead of 6 as default. Also displays the percentage loaded. Update Clover to the latest version. Supports installing Clover Legacy on GPT disks. In the previous version, I checked the HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ImDskSvc key to check if ImDisk was installed. But one user reported that this key could be in ControlSet002. This version will check the CurrentControlSet key.
1 parent 7f2a781 commit 59d8880

34 files changed

+4
-2
lines changed

AIO/Files/PartIMG/PartIMG_ROOT.img

0 Bytes
Binary file not shown.

AIO/Tools/AIOCreator_x64.exe

0 Bytes
Binary file not shown.

AIO/Tools/Clover/boot7

0 Bytes
Binary file not shown.

AIO/Tools/MS/bootmgr

734 Bytes
Binary file not shown.

AIO/Tools/MS/bootmgr.exe

-636 KB
Binary file not shown.

AIO/Tools/PartIMGMapper_x64.exe

928 KB
Binary file not shown.

AIO/Tools/grub4dos/menu.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ configfile /AIO/Menu/BackupRecovery.lst
4545
iftitle [if exist /AIO/Menu/Special.lst] Special Pack\n Run Special Pack
4646
configfile /AIO/Menu/Special.lst
4747

48-
iftitle [if exist /EFI/CLOVER/CloverLegacy] Clover\n Run Clover
48+
iftitle [if exist /boot7] Clover\n Run Clover
4949
chainloader /AIO/Tools/Clover/boot0ss
5050

5151
iftitle [if exist /AIO/Tools/syslinux/syslinux/syslinux.bin] Syslinux\n Run Syslinux
-120 KB
Binary file not shown.

AIO/grub/Main.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menuentry "[h] ${oshdd}" --hotkey=h {
1010
}
1111
### End OSHdd
1212
### Start Others
13-
if [ -z "$cd" -a -f ${menudir}/Others.cfg ]; then
13+
if [ -n "$pc" -a -z "$cd" -a -f ${menudir}/Others.cfg ]; then
1414
source ${menudir}/Others.cfg;
1515
fi
1616
### End Others

AIOCreator.exe

-19.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)