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

Commit

Permalink
Update to AIO Boot v0.1.4.0
Browse files Browse the repository at this point in the history
Update to AIO Boot v0.1.4.0
  • Loading branch information
nguyentumine committed Jun 19, 2016
1 parent a652196 commit 44cbef9
Show file tree
Hide file tree
Showing 357 changed files with 578 additions and 64 deletions.
Binary file added Boot/boot1f32alt7
Binary file not shown.
Binary file added Boot/boot3
Binary file not shown.
Binary file added Boot/boot6
Binary file not shown.
Binary file added Boot/boot7
Binary file not shown.
3 changes: 3 additions & 0 deletions Boot/grub/android.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,7 @@ submenu "Remix OS 64-bit" --class android-x86 {
else
extractc "Remix_OS_for_PC_64bit_xxx.zip" "Remix_OS_for_PC_64bit_xxx.iso" "/Files/Remix_OS_64bit/" "http://www.jide.com/remixos-for-pc"
fi
}
menuentry "${backcfg} (b)" --hotkey=b {
configfile ${prefix}/main.cfg
}
5 changes: 4 additions & 1 deletion Boot/grub/antivirus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ menuentry "COMODO Resuce Disk" {
missing ${file} ${path}
fi
}
fi
fi
menuentry "${backcfg} (b)" --hotkey=b {
configfile ${prefix}/main.cfg
}
5 changes: 4 additions & 1 deletion Boot/grub/backuprecovery.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,7 @@ menuentry "Acronis Snap Deploy 4" {
missing ${file} ${path}
fi
}
fi
fi
menuentry "${backcfg} (b)" --hotkey=b {
configfile ${prefix}/main.cfg
}
3 changes: 3 additions & 0 deletions Boot/grub/diskutilities.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,7 @@ submenu "System Rescue CD" {
else
missing ${file} ${path}
fi
}
menuentry "${backcfg} (b)" --hotkey=b {
configfile ${prefix}/main.cfg
}
5 changes: 3 additions & 2 deletions Boot/grub/dos.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,6 @@ menuentry "FreeDos" {
missing ${file} ${path}
fi
}

cfgmenu "<-- Return to main menu" "configfile ${prefix}/main.cfg"
menuentry "${backcfg} (b)" --hotkey=b {
configfile ${prefix}/main.cfg
}
13 changes: 0 additions & 13 deletions Boot/grub/functions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,4 @@ function escctrl {
if keystatus --ctrl; then
configfile ${prefix}/main.cfg
fi
}

function cfgmenu {
menuentry "$1" "$2"{
$2
}
}

function searchchain {
menuentry "$1" "$2"{
search --file --no-floppy --set=root $2
chainloader $2
}
}
3 changes: 3 additions & 0 deletions Boot/grub/linux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -627,4 +627,7 @@ menuentry "BackBox Linux [32-bit]" {
else
missing ${file} ${path}
fi
}
menuentry "${backcfg} (b)" --hotkey=b {
configfile ${prefix}/main.cfg
}
112 changes: 77 additions & 35 deletions Boot/grub/main.cfg
Original file line number Diff line number Diff line change
@@ -1,47 +1,89 @@
if [ "$pc" ]; then
cfgmenu "Boot WinPE" "ntldr /Boot/bootmgr"
cfgmenu "${dos}" "configfile ${prefix}/dos.cfg"
menuentry "Boot WinPE (p)" --hotkey=p {
ntldr /Boot/bootmgr
}
menuentry "${dos} (d)" --hotkey=d {
configfile ${prefix}/dos.cfg
}
fi
if [ "$efi" ]; then
cfgmenu "Boot WinPE" "chainloader /EFI/Microsoft/Boot/boot${_SPEC_UEFI_ARCH}.efi"
menuentry "Boot WinPE (p)" --hotkey=p {
chainloader /EFI/Microsoft/Boot/boot${_SPEC_UEFI_ARCH}.efi
}
fi

cfgmenu "${br}" "configfile ${prefix}/backuprecovery.cfg"
cfgmenu "${disk}" "configfile ${prefix}/diskutilities.cfg"
cfgmenu "${oshdd}" "configfile ${prefix}/oshdd.cfg"
cfgmenu "Boot ISO Linux" "configfile ${prefix}/linux.cfg"
cfgmenu "${av}" "configfile ${prefix}/antivirus.cfg"
cfgmenu "Android" "configfile ${prefix}/android.cfg"
cfgmenu "${halt}" "halt"
cfgmenu "${reboot}" "reboot"
menuentry "${br} (k)" --hotkey=k {
configfile ${prefix}/backuprecovery.cfg
}
menuentry "${disk} (u)" --hotkey=u {
configfile ${prefix}/diskutilities.cfg
}
menuentry "${oshdd} (h)" --hotkey=h {
configfile ${prefix}/oshdd.cfg
}
menuentry "Boot ISO Linux (l)" --hotkey=l {
configfile ${prefix}/linux.cfg
}
menuentry "${av} (a)" --hotkey=a {
configfile ${prefix}/antivirus.cfg
}
menuentry "Android (n)" --hotkey=n {
configfile ${prefix}/android.cfg
}
menuentry "${halt} (o)" --hotkey=o {
halt
}
menuentry "${reboot} (r)" --hotkey=r {
reboot
}
if [ "$pc" ]; then
menuentry "${winsetup}" --class net {
if test -f /sources/boot.wim -a -f /sources/install.wim; then
ntldr /Boot/wsbootmgr
else
echo "${winsetupd}"
escreturn
fi
}
menuentry "${winsetup} (i)" --hotkey=i {
if test -f /sources/boot.wim -a -f /sources/install.wim; then
ntldr /Boot/wsbootmgr
else
echo "${winsetupd}"
escreturn
fi
}
fi

if [ "$pc" ]; then
cfgmenu "Load Grub4dos" "ntldr /Boot/grub4dos/grldr"
cfgmenu "Load Syslinux" "chainloader +1"
cfgmenu "Microsoft Diagnostics and Recovery Toolset (DaRT)" "ntldr /Boot/dartbootmgr"
menuentry "iPXE" --class net {
set path="/ISO/"
set file="ipxe.iso"
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
linux16 (loop)/ipxe.krn
else
missing ${file} ${path}
fi
menuentry "Load Grub4dos (g)" --hotkey=g {
ntldr /Boot/grub4dos/grldr
}
if test -f /Boot/syslinux/syslinux.bin; then
menuentry "Load Syslinux (s)" --hotkey=s {
chainloader /Boot/syslinux/syslinux.bin
}
menuentry "Clover Legacy (z)" --hotkey=z {
chainloader +1
}
else
menuentry "Load Syslinux (s)" --hotkey=s {
chainloader +1
}
fi
menuentry "Microsoft Diagnostics and Recovery Toolset (DaRT) (t)" --hotkey=t {
ntldr /Boot/dartbootmgr
}
menuentry "iPXE (x)" --hotkey=x {
set path="/ISO/"
set file="ipxe.iso"
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
linux16 (loop)/ipxe.krn
else
missing ${file} ${path}
fi
}
fi
if [ "$efi" ]; then
searchchain "refind ${_UEFI_ARCH} EFI" "/EFI/refind/refind_${_SPEC_UEFI_ARCH}.efi"
searchchain "Clover ${_UEFI_ARCH} EFI" "/EFI/CLOVER/CLOVER${_SPEC_UEFI_ARCH}.efi"
menuentry "refind ${_UEFI_ARCH} EFI (f)" --hotkey=f {
search --file --no-floppy --set=root /EFI/refind/refind_${_SPEC_UEFI_ARCH}.efi
chainloader $2
}
menuentry "Clover ${_UEFI_ARCH} EFI (z)" --hotkey=z {
search --file --no-floppy --set=root /EFI/CLOVER/CLOVER${_SPEC_UEFI_ARCH}.efi
chainloader /EFI/CLOVER/CLOVER${_SPEC_UEFI_ARCH}.efi
}
fi
4 changes: 3 additions & 1 deletion Boot/grub/oshdd.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -723,4 +723,6 @@ fi
if [ "$efi" ]; then
searchefi
fi
cfgmenu "${backcfg}" "configfile ${prefix}/main.cfg"
menuentry "${backcfg} (b)" --hotkey=b {
configfile ${prefix}/main.cfg
}
5 changes: 4 additions & 1 deletion Boot/grub4dos/android.lst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ title %backlst%
title Load Grub2
chainloader /Boot/grub/g2ldr

title Load Syslinux
iftitle [ls /Boot/syslinux/syslinux.bin] Load Syslinux
chainloader /Boot/syslinux/syslinux.bin

iftitle [ls /Boot/syslinux/notbin.txt] Load Syslinux
chainloader +1

title %reboot%
Expand Down
5 changes: 4 additions & 1 deletion Boot/grub4dos/antivirus.lst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ title %backlst%
title Load Grub2
chainloader /Boot/grub/g2ldr

title Load Syslinux
iftitle [ls /Boot/syslinux/syslinux.bin] Load Syslinux
chainloader /Boot/syslinux/syslinux.bin

iftitle [ls /Boot/syslinux/notbin.txt] Load Syslinux
chainloader +1

title %reboot%
Expand Down
5 changes: 4 additions & 1 deletion Boot/grub4dos/backuprecovery.lst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ title %backlst%
title Load Grub2
chainloader /Boot/grub/g2ldr

title Load Syslinux
iftitle [ls /Boot/syslinux/syslinux.bin] Load Syslinux
chainloader /Boot/syslinux/syslinux.bin

iftitle [ls /Boot/syslinux/notbin.txt] Load Syslinux
chainloader +1

title %reboot%
Expand Down
5 changes: 4 additions & 1 deletion Boot/grub4dos/diskutilities.lst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ title %backlst%
title Load Grub2
chainloader /Boot/grub/g2ldr

title Load Syslinux
iftitle [ls /Boot/syslinux/syslinux.bin] Load Syslinux
chainloader /Boot/syslinux/syslinux.bin

iftitle [ls /Boot/syslinux/notbin.txt] Load Syslinux
chainloader +1

title %reboot%
Expand Down
5 changes: 4 additions & 1 deletion Boot/grub4dos/dos.lst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ title %backlst%
title Load Grub2
chainloader /Boot/grub/g2ldr

title Load Syslinux
iftitle [ls /Boot/syslinux/syslinux.bin] Load Syslinux
chainloader /Boot/syslinux/syslinux.bin

iftitle [ls /Boot/syslinux/notbin.txt] Load Syslinux
chainloader +1

title %reboot%
Expand Down
5 changes: 4 additions & 1 deletion Boot/grub4dos/linux.lst
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,10 @@ title %backlst%
title Load Grub2
chainloader /Boot/grub/g2ldr

title Load Syslinux
iftitle [ls /Boot/syslinux/syslinux.bin] Load Syslinux
chainloader /Boot/syslinux/syslinux.bin

iftitle [ls /Boot/syslinux/notbin.txt] Load Syslinux
chainloader +1

title %reboot%
Expand Down
5 changes: 4 additions & 1 deletion Boot/grub4dos/menu.lst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ title Microsoft Diagnostics and Recovery Toolset (DaRT)
title Load Grub2
chainloader /Boot/grub/g2ldr

title Load Syslinux
iftitle [ls /Boot/syslinux/syslinux.bin] Load Syslinux
chainloader /Boot/syslinux/syslinux.bin

iftitle [ls /Boot/syslinux/notbin.txt] Load Syslinux
chainloader +1

title %reboot%
Expand Down
Binary file modified EFI/CLOVER/CLOVERIA32.efi
Binary file not shown.
Binary file modified EFI/CLOVER/CLOVERX64.efi
Binary file not shown.
2 changes: 2 additions & 0 deletions EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@
</array>
<key>GUI</key>
<dict>
<key>Theme</key>
<string>BGM</string>
<key>#Custom</key>
<dict>
<key>Entries</key>
Expand Down
Binary file modified EFI/CLOVER/drivers-Off/drivers32/GrubEXFAT-32.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers32/GrubISO9660-32.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers32/VBoxExt2-32.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers32/XhciDxe-32.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers64/GrubEXFAT-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers64/GrubISO9660-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers64/GrubNTFS-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers64/GrubUDF-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers64/NvmExpressDxe-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers64/XhciDxe-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers-Off/drivers64UEFI/CsmVideoDxe-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers32/FSInject-32.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers64/FSInject-64.efi
Binary file not shown.
Binary file modified EFI/CLOVER/drivers64UEFI/FSInject-64.efi
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added EFI/CLOVER/themes/BGM/GoB_PTMono_10W_Bevel3.png
5 changes: 5 additions & 0 deletions EFI/CLOVER/themes/BGM/Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
A theme by blackosx.

- The device icons in the /icons folder with .icns extensions are all .png files.
- All image files, except the background, have been converted to 8-bit images using pngquant (http://pngquant.org).

Binary file added EFI/CLOVER/themes/BGM/Selection_big.png
Binary file added EFI/CLOVER/themes/BGM/Selection_small.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added EFI/CLOVER/themes/BGM/background.png
Binary file added EFI/CLOVER/themes/BGM/icons/cd.icns
Binary file not shown.
Binary file added EFI/CLOVER/themes/BGM/icons/func_about.png
Binary file added EFI/CLOVER/themes/BGM/icons/func_clover.png
Binary file added EFI/CLOVER/themes/BGM/icons/func_help.png
Binary file added EFI/CLOVER/themes/BGM/icons/func_options.png
Binary file added EFI/CLOVER/themes/BGM/icons/func_reset.png
Loading

0 comments on commit 44cbef9

Please sign in to comment.