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.2.1.3
Browse files Browse the repository at this point in the history
Update to AIO Boot v0.2.1.3
  • Loading branch information
nguyentumine committed Jun 24, 2016
1 parent 0e684dd commit 77217e4
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 57 deletions.
14 changes: 7 additions & 7 deletions Boot/grub/android.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
submenu "Remix OS 32-bit" --class android-x86 {
set gfxmode=1024x768
terminal_output gfxterm
search --file --no-floppy --set=root /Files/Android/Remix_OS_32bit/kernel
findfile "kernel" "/Files/Android/Remix_OS_32bit/"
if [ -e /Files/Android/Remix_OS_32bit/kernel ]; then
menuentry "Remix OS 32-bit - ${remixresident}" --class android-x86 {
linux /Files/Android/Remix_OS_32bit/kernel vga=791 root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= CREATE_DATA_IMG=1
Expand All @@ -23,7 +23,7 @@ submenu "Remix OS 32-bit" --class android-x86 {
submenu "Remix OS 64-bit" --class android-x86 {
set gfxmode=1024x768
terminal_output gfxterm
search --file --no-floppy --set=root /Files/Android/Remix_OS_64bit/kernel
findfile "kernel" "/Files/Android/Remix_OS_64bit/"
if [ -e /Files/Android/Remix_OS_64bit/kernel ]; then
menuentry "Remix OS 64-bit - ${remixresident}" --class android-x86 {
linux /Files/Android/Remix_OS_64bit/kernel vga=791 root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet SRC= DATA= CREATE_DATA_IMG=1
Expand All @@ -45,7 +45,7 @@ submenu "Remix OS 64-bit" --class android-x86 {
submenu "Android-x86 v6 [32-bit]" --class android-x86 {
set gfxmode=1024x768
terminal_output gfxterm
search --file --no-floppy --set=root /Files/Android/android-x86-6/system.sfs
findfile "system.sfs" "/Files/Android/android-x86-6/"
if [ -e /Files/Android/android-x86-6/system.sfs ]; then
menuentry "Android-x86 v6 - Live" --class android-x86 {
linux /Files/Android/android-x86-6/kernel root=/dev/ram0 androidboot.hardware=android_x86 quiet DATA=
Expand All @@ -70,7 +70,7 @@ submenu "Android-x86 v6 [32-bit]" --class android-x86 {
submenu "Android-x86 v6 [64-bit]" --class android-x86 {
set gfxmode=1024x768
terminal_output gfxterm
search --file --no-floppy --set=root /Files/Android/android-x86_64-6/system.sfs
findfile "system.sfs" "/Files/Android/android-x86_64-6/"
if [ -e /Files/Android/android-x86_64-6/system.sfs ]; then
menuentry "Android-x86 v6 - Live" --class android-x86 {
linux /Files/Android/android-x86_64-6/kernel root=/dev/ram0 androidboot.hardware=android_x86_64 quiet DATA=
Expand All @@ -93,7 +93,7 @@ submenu "Android-x86 v6 [64-bit]" --class android-x86 {
submenu "Android-x86 v5 [32-bit]" --class android-x86 {
set gfxmode=1024x768
terminal_output gfxterm
search --file --no-floppy --set=root /Files/Android/android-x86-5/system.sfs
findfile "system.sfs" "/Files/Android/android-x86-5/"
if [ -e /Files/Android/android-x86-5/system.sfs ]; then
menuentry "Android-x86 5 - Live" --class android-x86 {
linux /Files/Android/android-x86-5/kernel vga=791 root=/dev/ram0 androidboot.hardware=android_x86 quiet SRC= DATA=
Expand All @@ -119,7 +119,7 @@ submenu "Android-x86 v5 [32-bit]" --class android-x86 {
submenu "Android-x86 v5 [64-bit UEFI]" --class android-x86 {
set gfxmode=1024x768
terminal_output gfxterm
search --file --no-floppy --set=root /Files/Android/android-x86_64-5/system.sfs
findfile "system.sfs" "/Files/Android/android-x86_64-5/"
if [ -e /Files/Android/android-x86_64-5/system.sfs ]; then
menuentry 'Android-x86 5 - Live' --class android-x86 {
linux /Files/Android/android-x86_64-5/kernel vga=791 root=/dev/ram0 androidboot.hardware=android_x86_64 quiet DATA=
Expand All @@ -142,7 +142,7 @@ if [ "$pc" ]; then
submenu "Android-x86 v4 [32-bit]" --class android-x86 {
set gfxmode=1024x768
terminal_output gfxterm
search --file --no-floppy --set=root /Files/Android/android-x86-4/system.sfs
findfile "system.sfs" "/Files/Android/android-x86-4/"
if [ -e /Files/Android/android-x86-4/system.sfs ]; then
menuentry "Android-x86 v4 - Live" --class android-x86 {
linux /Files/Android/android-x86-4/kernel vga=791 root=/dev/ram0 androidboot.hardware=android_x86 quiet DATA=
Expand Down
5 changes: 5 additions & 0 deletions Boot/grub/antivirus.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
menuentry "Kaspersky Rescue 10" --class icon-kas {
findfile "rescue.iso" "/rescue/"
if [ -e /rescue/rescue.iso ]; then
booting "rescue.iso" "/rescue/"
loopback loop /rescue/rescue.iso
Expand All @@ -14,6 +15,7 @@ export path

menuentry "Bitdefender Rescue CD" --class icon-bit {
set file="bitdefender.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
Expand All @@ -32,6 +34,7 @@ menuentry "Bitdefender Rescue CD" --class icon-bit {

menuentry "Avira Rescue System" {
set file="avira.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
Expand All @@ -46,6 +49,7 @@ menuentry "Avira Rescue System" {
if [ "$pc" ]; then
menuentry "AVG Rescue CD" {
set file="avg.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
Expand All @@ -59,6 +63,7 @@ menuentry "AVG Rescue CD" {
menuentry "COMODO Resuce Disk" {
set gfxpayload=normal
set file="comodo.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
Expand Down
81 changes: 39 additions & 42 deletions Boot/grub/backuprecovery.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export path

menuentry "Acronis True Image 2016 [64-bit] " {
set file="AcronisTrueImage2016.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -16,6 +17,7 @@ menuentry "Acronis True Image 2016 [64-bit] " {
if [ "$pc" ]; then
menuentry "Acronis True Image 2016 [32-bit] " {
set file="AcronisTrueImage2016.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -29,6 +31,7 @@ menuentry "Acronis True Image 2016 [32-bit] " {
fi
menuentry "Acronis Backup Advanced Universal 11.7 [64-bit] " {
set file="AcronisBackupAdvancedUniversal.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -42,6 +45,7 @@ menuentry "Acronis Backup Advanced Universal 11.7 [64-bit] " {
if [ "$pc" ]; then
menuentry "Acronis Backup Advanced Universal 11.7 [32-bit] " {
set file="AcronisBackupAdvancedUniversal.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -55,6 +59,7 @@ menuentry "Acronis Backup Advanced Universal 11.7 [32-bit] " {
menuentry "Symantec Ghost"{
set path="/Files/DOS/"
set file="Ghost.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
linux16 /Boot/memdisk iso raw
else
Expand All @@ -64,6 +69,7 @@ menuentry "Symantec Ghost"{
menuentry "EaseUS Todo Backup Advanced Server 9.2" {
set path="/Files/BackupRecovery/"
set file="etbas.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=keep
booting ${file} ${path}
Expand All @@ -77,6 +83,7 @@ menuentry "EaseUS Todo Backup Advanced Server 9.2" {
menuentry "AOMEI Backupper TechPlus 3.2" {
set path="/Files/BackupRecovery/"
set file="amlnx.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=keep
booting ${file} ${path}
Expand All @@ -91,6 +98,7 @@ fi
menuentry "MiniTool Power Data Recovery 7" {
set path="/Files/BackupRecovery/"
set file="mpdr.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
set gfxpayload=keep
Expand All @@ -105,6 +113,7 @@ submenu "R-Drive Image" {
set gfxpayload=normal
set path="/Files/BackupRecovery/"
set file="R-DriveImage.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
if [ "$pc" ]; then
menuentry "R-Drive Image Technician GUI (Graphic Mode) [32-bit]" {
Expand Down Expand Up @@ -161,90 +170,67 @@ submenu "R-Drive Image" {
fi
}
submenu "Acronis Snap Deploy 5" {
menuentry "Acronis Snap Deploy 5 Standalone Utility [64-bit]" {
set file="ASD5_en-US.iso"
if [ -e ${path}${file} ]; then
set file="ASD5_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
menuentry "Acronis Snap Deploy 5 Standalone Utility [64-bit]" {
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
loopback loop ${path}${file}
loopback ElTorito (loop)529928+1038593
linux (ElTorito)/dat4.dat quiet mbrcrcs=on
initrd (ElTorito)/dat5.dat
else
missing ${file} ${path}
fi
}
menuentry "Acronis Snap Deploy 5 Master Image Creator [64-bit]" {
set file="ASD5_en-US.iso"
if [ -e ${path}${file} ]; then
}
menuentry "Acronis Snap Deploy 5 Master Image Creator [64-bit]" {
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
loopback loop ${path}${file}
loopback ElTorito (loop)529928+1038593
linux (ElTorito)/dat8.dat quiet mbrcrcs=on
initrd (ElTorito)/dat9.dat
else
missing ${file} ${path}
fi
}
menuentry "Acronis Snap Deploy 5 Agent [64-bit]" {
set file="ASD5_en-US.iso"
if [ -e ${path}${file} ]; then
}
menuentry "Acronis Snap Deploy 5 Agent [64-bit]" {
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
loopback loop ${path}${file}
loopback ElTorito (loop)529928+1038593
linux (ElTorito)/dat16.dat quiet mbrcrcs=on
initrd (ElTorito)/dat17.dat
else
missing ${file} ${path}
fi
}
if [ "${grub_platform}" == "pc" ]; then
menuentry "Acronis Snap Deploy 5 Standalone Utility [32-bit]" {
set file="ASD5_en-US.iso"
if [ -e ${path}${file} ]; then
}
if [ "${grub_platform}" == "pc" ]; then
menuentry "Acronis Snap Deploy 5 Standalone Utility [32-bit]" {
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
loopback loop ${path}${file}
loopback ElTorito (loop)208+529720
linux (ElTorito)/dat2.dat quiet mbrcrcs=on
initrd (ElTorito)/dat3.dat
else
missing ${file} ${path}
fi
}
menuentry "Acronis Snap Deploy 5 Master Image Creator [32-bit]" {
set file="ASD5_en-US.iso"
if [ -e ${path}${file} ]; then
}
menuentry "Acronis Snap Deploy 5 Master Image Creator [32-bit]" {
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
loopback loop ${path}${file}
loopback ElTorito (loop)208+529720
linux (ElTorito)/dat6.dat quiet mbrcrcs=on
initrd (ElTorito)/dat7.dat
else
missing ${file} ${path}
fi
}
menuentry "Acronis Snap Deploy 5 Agent [32-bit]" {
set file="ASD5_en-US.iso"
if [ -e ${path}${file} ]; then
}
menuentry "Acronis Snap Deploy 5 Agent [32-bit]" {
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
loopback loop ${path}${file}
loopback ElTorito (loop)208+529720
linux (ElTorito)/dat14.dat quiet mbrcrcs=on
initrd (ElTorito)/dat15.dat
else
missing ${file} ${path}
}
fi
}
else
missing ${file} ${path}
fi
}
menuentry "Clonezilla Live" {
set path="/Files/Linux/"
set file="clonezilla-live-amd64.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
Expand All @@ -257,6 +243,7 @@ menuentry "Clonezilla Live" {
menuentry "Redo Backup and Recovery" {
set path="/Files/BackupRecovery/"
set file="redobackup.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
loopback loop ${path}${file}
Expand All @@ -268,6 +255,7 @@ menuentry "Redo Backup and Recovery" {
}
menuentry "Acronis True Image 2015 [64-bit] " {
set file="AcronisTrueImage2015_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -281,6 +269,7 @@ menuentry "Acronis True Image 2015 [64-bit] " {
}
menuentry "Acronis True Image 2014 [64-bit] " {
set file="ATIH2014P_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -294,6 +283,7 @@ menuentry "Acronis True Image 2014 [64-bit] " {
}
menuentry "Acronis True Image 2013 [64-bit] " {
set file="ATIH2013PP_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -307,6 +297,7 @@ menuentry "Acronis True Image 2013 [64-bit] " {
}
menuentry "Acronis True Image 2012 [64-bit] " {
set file="ATIH2012PP_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -321,6 +312,7 @@ menuentry "Acronis True Image 2012 [64-bit] " {
if [ "$pc" ]; then
menuentry "Acronis True Image 2015 [32-bit] " {
set file="AcronisTrueImage2015_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -334,6 +326,7 @@ menuentry "Acronis True Image 2015 [32-bit] " {
}
menuentry "Acronis True Image 2014 [32-bit] " {
set file="ATIH2014P_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -347,6 +340,7 @@ menuentry "Acronis True Image 2014 [32-bit] " {
}
menuentry "Acronis True Image 2013 [32-bit] " {
set file="ATIH2013PP_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -360,6 +354,7 @@ menuentry "Acronis True Image 2013 [32-bit] " {
}
menuentry "Acronis True Image 2012 [32-bit] " {
set file="ATIH2012PP_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
set gfxpayload=1024x768x32,1024x768
booting ${file} ${path}
Expand All @@ -373,6 +368,7 @@ menuentry "Acronis True Image 2012 [32-bit] " {
}
menuentry "Acronis True Image 2011" {
set file="ATIH2011PP_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
linux16 /Boot/memdisk iso raw
Expand All @@ -383,6 +379,7 @@ menuentry "Acronis True Image 2011" {
}
menuentry "Acronis Snap Deploy 4" {
set file="ASD4_en-US.iso"
findfile ${file} ${path}
if [ -e ${path}${file} ]; then
booting ${file} ${path}
linux16 /Boot/memdisk iso raw
Expand Down
Loading

0 comments on commit 77217e4

Please sign in to comment.