This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New tab: ISO2IMG. Support to create a disk or partition image from ISO file to boot with ISO & IMG Mapper. Currently only supports Windows Setup and WinPE ISO files. For Linux, you can use the ISO file directly instead. Tested with Windows 7 ISO, Windows 10 ISO, DLC Boot, Sergei Strelec, HirenBootCD… - One user said he had keyboard crashes with Shim and Mok Manager in previous versions. AIO Boot now uses Shim and Mok Manager from Super-UEFIinSecureBoot-Disk. New file: /EFI/ENROLL_THIS_KEY_IN_MOKMANAGER.cer. If your machine has SecureBoot turned on and you are seeing the blue screen of Mok Manager, select Enroll key from disk then select this file on the AIOBOOT drive, then Reboot. - ISO & IMG Mapper: Prefer to use the file aioboot.mbr to backup and restore MBR. - Added Indonesian language for AIOCreator.exe. Thanks to Ida Bagus Anom Sanjaya. - Supports Autounattend.xml with multiple architectures. - Ubuntu 20.04 persistent, Linux Mint 20 persistent. - Support booting Ubuntu 20.04 from iPXE. - Bug fixes.
- Loading branch information
1 parent
88ad360
commit 91050a5
Showing
639 changed files
with
2,012 additions
and
1,374 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
!BAT | ||
|
||
:: AIO Boot - www.aioboot.com | ||
|
||
find --set-root --ignore-floppies --ignore-cd %2 | ||
|
||
set dev=(fd0) && set chain=+1 | ||
if /I "%1"=="cd" set dev=(0xff) && set chain= | ||
if /I "%1"=="hd" set dev=(hd-1) && set chain=+1 | ||
|
||
map %2 %dev% || echo Load fail && echo Try default arg && map --mem %2 %dev% || echo && echo Error image && goto :exit | ||
map --hook || goto :exit | ||
rootnoverify %dev% || goto :exit | ||
chainloader %chain% || echo Not a bootable img && goto :exit | ||
boot || echo Not a bootable img && goto :exit | ||
|
||
:exit | ||
echo | ||
echo | ||
pause Press any key to return to the Grub2 menu... | ||
find --set-root --ignore-floppies --ignore-cd /AIO/grub/i386-pc/core.img | ||
kernel /AIO/grub/i386-pc/core.img |
File renamed without changes.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.