Below is information about the changes of AIO Boot in current and older versions. You can access and download all versions of AIO Boot at Github.

  • v0.9.9.20 (13.12.2022)
    Many users reported that some common items no longer work, this version removes these items.
  • v0.9.9.20 (25.11.2022)
    • Supports installing Windows 11 on systems that do not meet the requirements (CPU, TPM, Secure Boot).
    • DLC Boot 2022 V4.
    • End of life version, no longer in development.
  • v0.9.9.18 (24.10.2020)
    • Latest a1ive’s Grub2, latest iPXE.
    • Remove the message: “Welcome to AIO BOOT!”.
    • New tool: WindowsVHDCreator.exe.
      • This tool supports creating a VHD file and applying a Windows edition from the install.wim/install.esd file.
      • You can put this VHD file on any NTFS drive and boot directly from Grub2 (Boot from ISO, WIM & VHD) without having to copy it to the AIO BOOT drive.
      • This tool provides an option to add a hidden entry to the system Boot Configuration Data to fix: “Windows could not update the computer’s boot configuration. Installation cannot proceed.”.
      • If your machine is booting in UEFI: you must boot the VHD file on the machine on which you created the VHD file to complete the installation and setup before boot it on other machines.
      • If your machine is booting in Legacy: you can do a fresh install on any machine. But Grub2 must be booted from an MBR disk.
    • Support booting ALT Linux directly from ISO file, or integrating it with AIOCreator.
  • v0.9.9.17 (03.10.2020)
    • Update Azerbaijani translations. Thanks Tofiq.
    • Wimboot & NTBoot:
      • Fix 0xc000000f error (Secure Boot).
      • Fix “Windows could not update the computer’s boot configuration. Installation cannot proceed.” (UEFI Windows Setup).
      • Add LoadOptionsString (DDISABLE_INTEGRITY_CHECKS is used by default).
    • The “Install Windows from ISO” entry now supports Secure Boot.
    • Other bug fixes.
  • v0.9.9.16 (28.09.2020)
    • Updated Korean translation for AIOCreator and Grub2. Thanks VenusGirl.
    • Updated Turkish translation for Grub2. Thanks Tayfun Akkoyun.
    • Fix #74.
  • v0.9.9.15 (26.09.2020)
    • Added Indonesian translation for Grub2 menu and AIO Boot Extractor. Thanks Ida Bagus Anom Sanjaya.
    • Fix  #73.
    • New entry: Disable Secure Boot for this session. The boot loaders and operating systems will incorrectly identify the current Secure Boot state. This helps boot another boot loader and operating systems that do not support Secure Boot. Hence this could lead to other erroneous settings. See the functions of this driver at a1ive/****sb.
    • Install Windows from ISO: This entry will be disabled if Secure Boot is enabled. Use AIOCreator.exe to integrate ISO and WIM files instead.
    • Bug fixes.
  • v0.9.9.14 (21.09.2020)
    • Added Azerbaijan translations for AIO Boot Extractor, AIOCreator and Grub2. Thanks Tofiq.
    • Updated Korean translation for AIOCreator and Grub2. Thanks VenusGirl.
    • Updated Turkish translation for AIOCreator and Grub2. Thanks Tayfun Akkoyun.
    • Support booting Windows XP VHD using vboot. The vbootldr.gz file is obtained from a1ive Grub2 File Manager.
    • Support booting VHD files with Grub2 installed (eg VHD file with AIO Boot installed).
    • ISO & IMG Mapper: a1ive Grub2 recent version has support for getting RSDP information. This entry is now restricted for use on OEMIDs: VBOX (VirtualBox), VMWARE and BOCHS (QEMU).
    • Bug fixes.
  • v0.9.9.13 (17.09.2020)
    • Updated the Korean language file for AIOCreator.exe and Grub2. Added Korean translation for AIO Boot Extractor. Thanks to VenusGirl.
    • Grub2 Settings:
      • Support hiding or showing hotkeys in Grub2 entry title. Thanks to a1ive.
      • Support setting the default boot entry.
      • List all fonts that exist in the fonts directory (except for current fonts). Just copy font files (.pf2) to /AIO/grub/fonts directory.
    • Bug fixes.
  • v0.9.9.12 (13.09.2020)
    • Updated the Korean language file for AIOCreator.exe. Added Korean language translation for Grub2 menu. Thanks to VenusGirl.
    • Fixed a bug from version 0.9.9.10:
      • Supports booting DLC, SSTR, KMPE on GPT disks in Legacy BIOS.
      • Boot DLC WinPE directly from Grub2, don’t boot them from DLC Grub4dos.
    • AIO Boot Extractor did not delete the build.txt file when updating to a new version. This caused one more update from AIOCreator. This bug has been fixed in this version.
  • v0.9.9.11 (12.09.2020)
    • Removed Super-UEFIinSecureBoot-Disk preloader and its CER.
    • If Secure Boot is on, you need to enroll this certificate file from Mok Manage (Enroll key from disk): /EFI/ENROLL_THIS_KEY_IN_MOKMANAGER.cer.
    • Show additional information on Grub2 header: Boot mode, CPU Architecture, Secure Boot (ON or OFF).
    • ISO & IMG Mapper: The PartIMG_ROOT.img file now uses the FAT16 format, (ID 0x04).
    • Updated Indonesian language file. Thanks to Ida Bagus Anom Sanjaya.
    • Bug fixes.
  • v0.9.9.10 (08.09.2020)
    • ISO & IMG Mapper:
      • Automatically get the grub.cfg file in ISO and add parameter to support “persistent” if the .data file exists. This only applies to Debian, Ubuntu, and distributions based on them. If the configuration file is not recognized, you need to create your own.
      • Increase the file size of Debian.data and Ubuntu.data to 500MB.
    • Boot from ISO, WIM & VHD:
      • Automatically get Grub2 and ISOLINUX/SYSLINUX configfile from common paths in ISO file.
      • Add the required parameters so that the system can find and mount the ISO file.
      • Save configuration file in FAT partition image and then load it.
    • Install Windows from ISO: Fix could not create system partition on disk (Setup was unable to create a new system partition or locate an existing system partition). Haven’t tried in UEFI mode. See here.
    • Updated Tiny PXE Server to the latest version.
    • DLC, SSTR, KMPE: Directly boot into Grub4dos in Legacy.
  • v0.9.9.9 (05.09.2020)
    • ISO & IMG Mapper:
      • Support MAP along with another file with the file extension .data.
        • This file must have the same name as the main file. For example: ubuntu.iso and ubuntu.iso.data. Both files must be in the same directory.
        • The purpose of this is to support “persistent” for Linux distributions such as Ubuntu, Debian, Linux Mint… But you can choose any file you want to be a 3rd partition on the disk. This way you can use the “persistent” feature with the file on the NTFS partition, which is much larger and much faster.
        • New files: Debian.data.7z and Ubuntu.data.7z in the \AIO\Tools\DATA.IMG directory. You can extract and use it as a “persistent” partition for Ubuntu and Debian distributions. You can resize this file using toporesize. AIOCreator.exe -> Tools -> toporesize.
      • Support loading your own configuration file:
        • This file must have the same name as the main file. For example: ubuntu.iso and ubuntu.iso.cfg. Both files must be in the same directory.
        • The purpose of this is to add parameters to support “persistent” for the above mentioned Linux distributions.
        • The configuration file is usually located in the ISO file at /boot/grub/grub.cfg. Copy it out and make any changes you want.
        • For Ubuntu, add the “persistent” parameter behind “file=/cdrom/preseed/ubuntu.seed” to support “persistent”.
          file=/cdrom/preseed/ubuntu.seed

          To:

          file=/cdrom/preseed/ubuntu.seed persistent
        • For Debian:
          boot=live

          To:

          boot=live persistence
      • DragonFlyBSD (IMG for UEFI and Legacy).
      • MidnightBSD (ISO for Legacy, IMG for UEFI and Legacy).
      • TrueNAS (UEFI and Legacy).
      • Versions based on FreeBSD, OpenBSD may also be supported, except for NetBSD.
    • Boot from ISO, WIM & VHD:
    • Updated Turkish language file for Grub2. Thanks to Tayfun Akkoyun.
    • Fixed an issue with booting Fedora in Legacy mode. The same applies to all distributions that use the linuxefi and initrdefi commands in the Grub2 script. These commands are not available in Legacy mode and they will now be redirected to the linux and initrd commands.
    • Other bug fixes.
  • v0.9.9.8 (02.09.2020)
    • ISO & IMG Mapper:  Warning: this feature should not be tested on a virtual machine.
      • FreeBSD ISO + IMG (UEFI + Legacy).
      • OpenBSD ( installXX.fs for UEFI & Legacy, installXX.iso for Legacy).
      • pfSense ISO + IMG (UEFI + Legacy).
      • GhostBSD (UEFI + Legacy).
      • FreeNAS (UEFI + Legacy).
      • Currently does not support NetBSD.
      • New file: ntfs_x64.efi and ntfs_ia32.efi from rEFInd.
    • ISO2IMG: Use NTFS format to prevent the system from booting UEFI on IMG partition.
    • DLC Boot, Sergei Strelec and KMPE: New menu for booting DOS programs. Need to re-integrate.
    • Fixed the issue of displaying elements on low resolution machines.
    • The AIOBoot.7z file will now use the password: aioboot.
  • v0.9.9.7 (31.08.2020)
    • 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.
  • v0.9.9.6 (21.08.2020)
    • Android-x86 and Arch Linux 2020 are supported booting from the “Boot from ISO, WIM & VHD” menu.
    • Fix the unattend.xml parsing error. Note that AIO Boot supports unattend.xml without including it in ISO. Just copy your XML file to the same directory as the ISO file and rename it to the name of the ISO file. For example, Windows10.iso and Windows10.xml.
    • Turkish language file update, thanks to Murat ATICI.
    • Set resolution to 1024×768 as default for both UEFI and Legacy.
    • Fixed bugs.
  • v0.9.9.5 (19.08.2020)
    • Support for chainloading unsigned .EFI files (eg Clover, rEFInd) from Grub2 with Secure Boot enabled.
    • Improved Grub2 script for ISO & IMG Mapper.
    • Add Restore_AIOBOOT_Drive.exe to AIO_MAP partition, you can restore partitions from Windows without having to boot into Grub2.
    • Add shimia32 (bootia32.efi) and MokManager IA32 (mmia32.efi) obtained from Fedora. Tested on VMware Workstation.
    • New a1ive Grub2.
    • Fixed bugs.
  • v0.9.9.4 (17.08.2020)
    • New menu: ISO & IMG Mapper. Just copy the ISO file to the AIO Boot drive and then boot from this menu.
      • Tested with Debian, Ubuntu, Fedora… FreeBSD, pfSense. Windows installer ISOs are not supported.
      • The AIO Boot drive will be temporarily replaced by a small partition labeled AIO_MAP. The partitions will be restored the next time you boot into Grub2. Do not add, delete or modify files on this partition before you restore the AIO Boot drive.
      • If the PartIMG_Root.img and/or ISO files are fragmented, you will need to defragment it first. Just defragment the file, no need to defragment the drive.
      • If you are updating from the old version, you should reinstall Grub2 by running AIOCreator.exe, selecting Grub2 from the Bootloaders.
      • Only MBR disks are supported.
    • Added Porteus (UEFI & Legacy & persistent). Only supports USB.
  • v0.9.9.3 (14.08.2020)
    • Many users reported that Grub2 does not show the menu in UEFI mode (black screen). This bug has been fixed in this version. Tested on Dell Precision M4700 and DELL VOSTRO 15 3568. Grub2 can be booted on the Dell Precision M4700 with Secure Boot enabled.
    • Add rEFInd back at the request of many users.
  • v0.9.9.2 (09.08.2020)
    • Fixed a bug related to Tools button on GPT disk. Now you can install Grub2 Legacy on GPT disk.
    • Rearrange hot keys in order in main menu.
    • Updated Turkish language file. Thank you Tayfun Akkoyun.
    • Add the following ISOs to the supported list:
      • KMPE WinPE.
      • android-x86_64-9.0.
      • Arch Linux 2020.
      • TeraByte Image for UEFI.
      • TeraByte Image for DOS.
      • BootIt® UEFI.
      • BootIt® Bare Metal.
      • I have also uploaded some ISO files here.
  • v0.9.9.1 (06.08.2020)
    • Rearrange the order of the disks before installing Windows XP if the current disk is not 0.
    • Support integrating WinPE versions from DLC Boot, AnhDV Boot, HKBoot and Sergei Strelec.
    • VMware vSphere Hypervisor (ESXi) (UEFI & Legacy).
  • v0.9.9 (04.08.2020)
    • AIO Boot Extractor now supports hard drives but does not include drives on disk 0.
    • Support installing Windows from ISO file without having to integrate into AIO Boot drive. From the Grub2 main menu, select Install Windows from ISO.
    • Support booting VHD and WIM in UEFI mode without having to integrate to AIO Boot drive.
    • Supports Clonezilla, System Rescue CD and Rescatux latest version.
    • Add Arabic language to AIO Boot Creator. Thanks, Thamer Mousa.
    • New file /AIO/grubfm/Readme.txt.  Support booting GrubFM in both UEFI and Legacy.
    • More features with Grub2 version from a1ive.
    • Fixed major bugs.
  • v0.9.8.19 (27.07.2020)
    • Fix freeze and striped screen when booting to bootmgr (WinPE & Setup). Tested on some devices.
    • Fix the Grub2 script using the last partition as the root partition instead of the first.
    • Add settimeout and setdefault commands. You can now change the timeout value easily in the Help menu.
    • Automatically update/reinstall Grub2 after updating to the new version.
  • v0.9.8.18 (24.07.2020)
    • Removed PartIMGMapper, Syslinux, rEFInd and Chameleon bootloader.
    • Updated Grub 2.05, Grub4dos, Clover, imdisk and 7-Zip.
    • AIO Boot Extractor now only supports USB.
  • v0.9.8.17 (09.10.2018)
    • Fixed a bug: hang after loading boot.wim via wimboot. This happens on Legacy mode if the networkpath.txt file is empty. If you update from the old version, delete this file if it is empty and then re-run AIOCreator.exe. Thanks to Daniel Lilas for finding the cause.
    • Now you don’t have to select the mode when you click Run PXE. Thanks to Daniel Lilas for the helpful information.
  • v0.9.8.16 (03.10.2018)
    • Added Norwegian language for AIO Boot Creator. Thanks to Daniel Dybing.
    • Updated German translation.
    • Updated Clover, Grub4dos and iPXE to the latest build.
    • Bug fixes.
  • v0.9.8.15 (14.08.2018)
    • Added Simplified Chinese translation to AIO Boot Extractor and Grub2 menu. Also updated the translation in this language for AIOCreator. Thanks to CloverGit.
    • Added Porteus, Trusted End Node Security and MANGO (Massive Network Ghost) to the list as requested from the user.
    • Updated Clover and rEFInd to the latest version.
    • Bug fixes.
  • v0.9.8.14 (24.07.2018)
    • Added Norwegian language for AIO Boot Extractor. Thanks to Daniel Dybing.
    • Added support for VMware vSphere Hypervisor (UEFI only), temporarily in the Linux list.
    • Update iPXE to the latest version (Add driver for Intel 40 Gigabit Ethernet NICs).
    • Update Clover to the latest version.
    • Bug fixes.
  • v0.9.8.13 (13.07.2018)
    • Updated Grub2 and iPXE latest version from GIT.
    • Added Polish language for AIO Boot Extractor. Thanks to Andrzej Gicala.
  • v0.9.8.12 (07.07.2018)
    • Added the following packages to the Linux list as requested by the user:
      • Ubuntu Budgie.
      • ophcrack LiveCD.
      • Darik’s Boot and Nuke.
    • Update Clover and Grub4dos to the latest version.
  • v0.9.8.11 (26.06.2018)
    • Fixed a major bug. This bug only occurs on Windows 7 32-bit when the user integrates the WinPE version from the ISO file. Many thanks to the users for reporting.
    • Added support for Trinity Rescue Kit.
    • Updated Clover and Grub4dos to the latest version.
  • v0.9.8.10 (17.06.2018)
    • Added support for Windows Defender Offline as user requests. Try the 64-bit version if the 32-bit version does not work.
    • Added a new method to check the WinPE file information if wimlib and dism don’t support.
    • Updated Clover to the latest version.
  • v0.9.8.9 (12.06.2018)
    • Added support for RIPLinuX and Sophos Bootable Anti-Virus as requested by the user.
    • Added Brazilian Portuguese language. Thanks to Renato Pejon.
    • Updated Korean language.
    • Updated Clover and Grub4dos to the latest version.
    • Bug fixes.
  • v0.9.8.8 (27.05.2018)
    • AIOCreator has support for Korean language. Thanks to Hanuware.
    • Supports back to 1024×768 resolution for iPXE in Legacy mode. Some users said wimboot could not boot WinPE, cause it needed resolution. Thank you for testing the old version. If you update from the old version, open the /AIO/menu.pxe file and delete the “isset $ {legacy} || ” in the second and third lines.
    • Updated 7-Zip to the latest version (18.05).
    • Update Clover to the latest version.
    • Updated MokManager.
  • v0.9.8.7 (02.05.2018)
    • In this version, you only need to enter Network Path once to install Windows through network boot. Just share the AIO Boot drive and add the Network Path to the /AIO/networkpath.txt file. If your computer has an account and password, add the Network Path as NetworkPath|Username|Password. You can add multiple Network Paths by adding multiple lines. The tool will try one by one.
    • Added support for Autounattend.xml for Windows Setup. Just copy the file Autounattend.xml or Unattend.xml into the /AIO/Files/WinSetup/XYZ directory, same directory as the boot.wim and ISO files.
    • Added support for Spanish language for AIOCreator.exe. Thanks to Alacran.
    • Updated Russian and Romanian languages. Thanks to Denis Cojocaru.
    • Updated Grub4dos and Clover to the latest version.
    • According to information from a user, most netbooks (x86) and possibly older/weak computers may not support 1024×768 resolution. This version will not set resolution and splash image for iPXE in Legacy mode by default.
  • v0.9.8.6 (10.04.2018)
    • Added support for Kaspersky Rescue Disk 2018.
    • Support for Bob.Omb’s Modified Win10PEx64 v2.4 integration on FAT32 formatted drives. In previous versions, the tool repackaged an ISO file larger than 4GB and therefore it reported an error on the FAT32 partition.
    • Update Grub4dos to the latest version.
    • Thanks to the users who have notified me of the bugs as well as the latest versions of the packages.
  • v0.9.8.5 (07.04.2018)
    • 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.
  • v0.9.8.4 (04.04.2018)
    • Supports the latest version of Easy Recovery Essentials. Thanks to the user who sent the ISO file. You can only integrate one version for this package. Click the Menu Editor button to delete the current version and re-integrate it. Or use the Partition Image Mapper.
    • Add the APFS driver of macOS 10.13.4 (apfs.efi) and new default theme for Clover.
    • Update Grub4dos to the latest version.
    • Bug fixes.
  • v0.9.8.3 (24.03.2018)
    • Support for integrating multiple WinPE versions built from the Win10PE SE tool. The ISO file will be repackaged to save space. These files may contain files that may be blocked by antivirus programs, disable them if the integration fails. Tested with Gandalf’s Win10PEBob.Omb’s Modified Win10PEx64.
    • Supports WinPE versions with multiple indexes. Ex: the \sources\boot.wim file in the ISO of Windows Setup.
    • New builds for Grub4dos and Syslinux.
    • Bug fixes.
  • v0.9.8.2 (13.03.2018)
    • Added support for Easy Recovery Essentials as requested by users. Also support for PXE.
    • Acronis packages will be extracted to support PXE booting in UEFI mode.
    • New builds for Grub4dos and iPXE.
    • Bug fixes.
  • v0.9.8.1 (09.03.2018)
    • Supports installing Grub2 on GPT disks to boot in Legacy BIOS mode without creating a small partition. Run AIOCreator.exe, select Install Grub2 (Legacy) from the Tools button. This button only appears when the current hard disk is GPT and the current drive format is FAT32 or NTFS. Please note that you should reinstall Grub2 every time you defragment on this drive.
    • Improved Grub2 File Manager.
    • New builds for Grub4dos and iPXE.
    • Add new language files in /AIO/grub/locale. Very grateful if you help me translate it.
  • v0.9.8.0 (06.03.2018)
    • New feature of Grub2 File Manager:
      • Automatically detect and boot into Linux operating system from ISO file. List tested (incomplete):
        • 4MParted.
        • Arch Linux.
        • Bitdefender.
        • CentOS.
        • Clonezilla.
        • Debian Live.
        • Fedora.
        • Gentoo.
        • Gparted.
        • Kali Linux.
        • Linux Lite.
        • Linux Mint.
        • Manjaro.
        • MiniTool Partition Wizard 9.1.
        • Slackware Live Edition.
        • Ubuntu.
        • WifiSlax 4.12.
        • WifiSlax64.
        • antiX.
        • gNewSense.
        • openSuse.
      • Support booting grldr, grub.exe, menu.lst, grub.cfg, .efi files…
      • Boot with Grub4dos.
      • Boot VHD with NTBOOT.
      • Boot WIM with wimboot.
      • Boot with MemDisk.
      • View images by display as background.
      • Press d to access the File Manager menu.
    • Added hotkeys for auto menus.
    • Add the lua module to run lua script on Grub2.
    • Added menu “Boot from ISO, WIM, IMG, VHD and IMA files“. Copy the files with this extension to the /AIO/Files directory.
    • Full support for Turkish language. Thanks to Tayfun Akkoyun.
    • Fixed issue with booting VHD from Grub4dos and Parted Magic integration bug. Thank you for reporting this issue.
  • v0.9.7.22 (02.03.2018)
    • Update Grub4dos to the latest version (2018-02-27).
    • Update 7-Zip to the latest version (18.01).
    • Bug fixes for All in One – System Rescue Toolkit integration. Thanks a user for reporting this issue.
    • Bug fixes for Puppy Linux integration.
  • v0.9.7.21 (27.02.2018)
    • Update Grub4dos to the latest version (0.4.6a-2018-02-20).
    • Move the Grub4dos menu file to /AIO/Menu/Grub4dos.lst.
    • Bug fixes.
  • v0.9.7.20 (21.02.2018)
    • Fixed bug on language switch.
    • Support Grub2 on Android-x86-7.1-R1.
    • Updated Russian and Romanian languages. Thanks to Cojocaru Denis.
  • v0.9.7.19 (21.02.2018)
    • Move the WinPE (.wim) file instead of copying if you place the file on the AIO Boot drive. This saves disk space. You can extract the ISO file containing the WinPE versions to the root of the AIO Boot drive, and then select the .wim file to Integrate. Please note that you should not overwrite AIO Boot files (eg EFI directory).
    • Bug fixes.
  • v0.9.7.18 (12.02.2018)
    • Improved detection of ISO files of Linux operating systems for integration. By using the syslinux_configfile command to read the isolinux configfile if the ISO file does not contain the Grub2 configfile.
    • Update Clover to the latest version.
    • New default background image for Grub2 and Grub4dos.
    • Bug fixes.
  • v0.9.7.17 (04.02.2018)
    • AIOCreator.exe now has 64-bit version. You can copy the \AIO\Tools\AIOCreator_x64.exe file to the root directory for quick access.
    • Updated Partition Image Mapper and Tiny PXE Server to the latest version.
    • Added support for Simplified Chinese. Thank you Sun Wei.
    • Support booting Linux via PXE in UEFI mode. Thanks to Daniel Lilas for reporting this issue.
    • Support booting 4MLinux via PXE.
    • Added menu back to the main menu for Grub4dos as requested by the user.
    • Bug fixes.
  • v0.9.7.16 (30.01.2018)
    • Update Clover and Grub4dos to the latest version.
    • Added Power Off menu for iPXE as requested by user.
    • Added support for DEFT Zero latest version as requested by user.
    • Added All in One – System Rescue Toolkit to the list of Linux packages.
    • Adds a message asking the user to close the application running on the AIO Boot drive before updating to the new version. Very grateful if the translations are also updated.
    • In previous versions, the “Restore MBR” feature only works if you use Grub2 as the default. In this version, it supports Grub4dos.
    • Some minor changes.
    • Some bug fixes.
  • v0.9.7.15 (26.01.2018)
    • Added support:
      • Traditional Chinese language. Translated by Tenhon, thank you.
      • Latest version of G DATA BootMedium.
      • boot-repair-disk.
    • Support for PXE boot in UEFI mode.
    • Will not create the autorun.inf file if it already exists on the drive.
    • Add the Microsoft Diagnostics and Recovery Toolset menu to the Integration section. Some users did not know that they could integrate it as WinPE.
    • Thanks to Daniel Lilas for reporting the issues fixed in this release.
  • v0.9.7.14 (20.01.2018)
    • Added support for ROSA Desktop Fresh and SCRE Linux.
    • Update Clover to the latest version.
    • Update Enoch Chameleon to the latest version. Enoch now has a new theme. If you update from the old version, please delete the Extra folder before reinstalling Enoch.
  • v0.9.7.13 (10.01.2018)
    • Supports the latest version of ReactOS.
    • Update Clover to the latest version.
    • Some bug fixes.
  • v0.9.7.12 (06.01.2018)
    • Added support for SlackEX and Siduction.
    • Some bug fixes. Thanks to all users for reporting bugs.
  • v0.9.7.11 (23.12.2017)
    • Update PEStartup to the latest version. The new version of WinPE 10 for AIO Boot is also available for download.
    • Update Clover to the latest version.
  • v0.9.7.10 (13.12.2017)
    • Supports compressed NTFS drives.
    • Update Clover to the latest version.
    • Some bug fixes.
  • v0.9.7.9 (30.11.2017)
  • v0.9.7.8 (29.11.2017)
    • Update Clover and Partition Image Mapper to the latest version. Partition Image Mapper supports USB-FDD mode, no partition table.
    • Update language for AIO Boot Extractor.
    • Some bug fixes.
  • v0.9.7.7 (12.11.2017)
    • Add the File Manager to the Grub2 menu. Supports browse the list of files and folders, read text files, open ISO files, PartIMG and partition image files.
    • Support boot into WinPE via WimBoot instead of Windows Boot Manager. This method will be useful for Linux and macOS users. Just copy the .WIM files to the /AIO/Files/WinPE directory. In UEFI mode, you need to copy and rename the .WIM file to /AIO/Files/WinPE/x64/boot.wim for 64-bit and /AIO/Files/WinPE/x86/boot.wim for 32-bit.
    • AIO Boot Extractor will now not support Syslinux installation. Run AIOCreator.exe and install it if you want.
    • Update Clover to the latest version.
    • Improved and fixed bug for Grub2 script.
    • Fixes wrong detection for boot mode (UEFI or Legacy) for AIOCreator.exe. In previous versions it only detected correctly on WinPE.
    • And there are some other changes.
  • v0.9.7.6 (08.11.2017)
    • Support change language, background image, font size directly from Grub2 menu. For background images, you need to copy PNG, JPG and JPEG files to /AIO/grub/themes/. These menus are located in the Help menu (press the Z key).
    • Added menu to boot into Windows installed on your computer.
    • Added support for Pardus Linux.
    • Update Clover to the latest version.
    • Show more information on boot mode (UEFI or BIOS) and Secure Boot in AIOCreator.exe.
  • v0.9.7.5 (03.11.2017)
    • Support to install Windows from LAN.
      • Integrates Windows ISO into AIO Boot.
      • Shared AIO Boot drive. Right click on the AIO Boot drive and share it. See the instructions here.
      • Boot into Windows Installer via iPXE, enter Network Path when asked.
    • Support for booting WinPE 32-bit via iPXE in 32-bit UEFI mode.
    • Added option “Don’t integrate USB 3.0 Driver for Windows 7.” in Settings.
      • You do not need to integrate if the ISO file is already integrated.
      • If you install Windows 7 from a LAN, you need to wait at least 30 seconds to enter the Network Path. So do not wait, turn on this option.
    • AIO Boot Extractor now supports creating two FAT32 and exFAT partitions for USB. The exFAT format is read and write supported on both Windows and MacOS. Some Linux distributions do not support booting on exFAT (eg WifiSlax64).
    • Added support for Spanish language for AIO Boot Extractor. Thank you Txema.
    • Update Tiny PXE Server to the latest version.
    • Update Enoch Chameleon to the latest version.
  • v0.9.7.4 (01.11.2017)
    • AIO Boot Extract will now self extract, no longer use 7-Zip GUI.
    • Supports the Repair option when using the “Extract WIM for Windows Setup” method. You will be asked when to boot into, or Repair, or Install Now.
    • Windows Boot Manager will now use two separate menus for UEFI 64-bit and UEFI 32-bit.
    • Supports Italian language for AIO Boot Extractor, AIOCreator and Grub2 menu. Thanks to Alessandro Santini.
    • Supports Romanian language for AIO Boot Extractor. Thanks to Denis Cojocaru.
    • Supports persistent mode for Slax Linux.
    • Added support for Acronis Backup 12. I only have the trial ISO file.
    • Some bug fixes.
  • v0.9.7.3 (28.10.2017)
    • Added Russian language for AIO Boot Extractor. Thanks to Denis Cojocaru. Read my blog in the next few days to find out how to translate into your language.
    • Update Clover and Grub4dos to the latest version.
    • Added support for Ultimate Boot CD as a Special Pack.
    • Added support for Rescatux.
    • Add wallpaper and hotkeys to the iPXE menu as suggested by the user.
    • Added support for 32-bit architecture for Acronis packages as suggested by the user.
    • Some minor changes.
    • Some bug fixes.
  • v0.9.7.2 (25.10.2017)
    • Windows XP/2003 Setup will now use the Grub2 menu. You can enable or disable the F6 SATA/RAID/SCSI Driver option and Grub2 will remember this option for the next time.
    • Improved Grub2 script.
    • Supports deleting partitions from Grub2 in UEFI mode. This version uses Grub2 instead of Grub4dos.
    • Update the Partition Image Mapper to the latest version. This version allows you to MAP ISO files.
    • Update rEFInd to the latest version (v0.11.2).
    • Updated Russian and Romanian languages. Thanks to Denis Cojocaru.
    • Updated Turkish language. Thanks to Murat ATICI.
  • v0.9.7.1 (21.10.2017)
    • PartIMG Mapper now supports MAP ISO files. You need to copy all your ISO and PartIMG files to /AIO/Files/PartIMG. Most Linux ISO files will be supported. These files need to be defragmented so that they can be used. Then boot into the PartIMG Mapper menu and select a file to MAP it to a new partition. If this disk has four partitions, delete one partition before using this feature. Note: Back up MBR, then you can Restore the partition table information as before. Then access the PartIMG Partition menu to boot into that partition (if it is supported).
    • Supports auto-identify and boot Linux from ISO file. You need to copy all your ISO files to the /AIO/Files/PartIMG folder. The ISO file may be supported or not, but please try it. Most ISO files that contain the /boot/grub/loopback.cfg or /grub/loopback.cfg file will be supported.
    • By default, when you install Chameleon, the tool creates a file named “boot” at the root of the drive. This prevents you from copying or creating a folder of the same name on this drive. This version will use the file named “bootc” for Chameleon.
  • v0.9.7 (21.10.2017)
    • The Grub2.img file is now moved to /AIO/Files/PartIMG/PartIMG_ROOT.img.
    • Added Partition Tools, PartIMG Mapper, PartIMG Partition and Search Grub2 configfile menu to Grub2.
      • Partition Tools: This tool supports Active, Inactive, Hidden, Unhide and Delete partitions. This tool also supports Backup and Restore MBR. Please Backup the MBR before deleting the partitions, this ensures you can restore the partition table information as before the Backup. Only supports MBR.
      • PartIMG Mapper: This tool has the same features as Partition Image Mapper. It uses Grub4dos to create new partitions from files in the /AIO/Files/PartIMG directory. Please copy all the partition image files (.PartIMG) to /AIO/Files/PartIMG directory first and then defragment for all of these files. Only supported in Legacy mode.
      • PartIMG Partition: This menu scans all partitions that are MAP by the PartIMG Mapper.
      • Search Grub2 configfile: This menu will search all Grub2 configuration files (grub.cfg) in the /*/*/ directory.
    • Added Grub2 and rEFInd to the Clover menu. You can now boot directly into UEFI mode from Legacy mode. If you are updating from the old version, delete the /EFI/CLOVER/config.plist file and run AIOCreator.exe again.
    • Supports creation of data.img files for Ubuntu and Android-x86 persistent mode. Run AIOCreator.exe and go to Tools.
    • Update Clover and PEStartup to the latest version.
    • Updated Russian and Polish languages. Thanks to Denis Cojocaru and Michał Smajdor.
    • Some minor changes.
    • Some bug fixes.
    • Visit my blog for the next few days for more details.
  • v0.9.6.6 (16.10.2017)
    • Support Manjaro 17. Thanks a user for reporting this issue. Do not forget to create a PartIMG file if the ISO file is not supported in the usual way.
  • v0.9.6.5 (14.10.2017)
    • Fixed an issue where the Windows ISO file size was larger than 4GB.
    • Downgrade Grub4dos to version 2017-08-30 for stability.
    • Updated Russian and Romanian languages. Thanks to Denis Cojocaru.
    • Some minor changes.
    • Some bug fixes.
  • v0.9.6.4 (13.10.2017)
    • Added option to re-package Windows ISO files. This saves disk space, but it will take more time.
    • WIM extracting method of Windows ISO file now supports Unattend.xml, non-English language and some other features.
    • Update Grub4dos and rEFInd to the latest version.
    • Supports the latest version of SystemRescueCd. Thanks a user for reporting this issue.
    • Improved compatibility on WinPE.
    • Some minor changes.
    • Some bug fixes.
  • v0.9.6.3 (10.10.2017)
    • Use the new method to integrate Windows Setup.
      • We will extract install.wim instead of ISO file.
      • This method saves disk space. However, the Repair feature will not be supported.
      • Please enable this option by running AIOCreator.exe and selecting “Extract WIM for Windows Setup.” in Settings and Save.
      • This option is not supported on FAT32 partitions if the install.wim file is larger than 4GB.
      • Check out my blog for the next few days for more details.
    • Update PEStartup, Clover and Grub4dos to the latest version.
    • Updated Russian and Romanian languages. Thanks to Denis Cojocaru.
    • Some minor changes.
    • Some bug fixes.
  • v0.9.6.2 (05.10.2017)
    • Full support for Gandalf’s Win10PE and WinPE builds from the Win10PESE tool.
    • Update PEStartup, Clover and Enoch to the latest version.
    • Add QEMU to the list of tools. You can test BOOT for the drive and the ISO file. The QEMU here is extracted from RMPrepUSB, thanks to the author.
  • v0.9.6.1 (01.10.2017)
    • Added support JonDo Live DVD.
    • Fix Windows XP Setup failed to format drive.
  • v0.9.6.0 (25.09.2017)
    • Includes additional builds of iPXE.
    • Added support for HDClone.
    • Update Clover to the latest version.
    • Support to completely remove WinPE XP and other packages.
    • Add links to download Windows ISO files.
    • Some minor changes.
    • Some bug fixes.
  • v0.9.5.24 (22.09.2017)
    • PXE
      • Added iPXE 32-bit.
      • PXE will no longer be booted directly into WinPE, all will be booted via iPXE.
      • Support for booting 64-bit WinPE via wimboot.
    • Update Grub4dos and PEStartup to the latest version.
  • v0.9.5.23 (17.09.2017)
    • Debian 9 is already supported for integration in previous versions if you select Auto Detect. This version supports integration if Debian Live is selected.
    • Some minor changes.
  • v0.9.5.22 (09.09.2017)
    • At the request of a user (Dorin), there have been some changes in the Windows Boot Manager interface to display more menu items.
    • Update Clover to the latest version.
  • v0.9.5.21 (05.09.2017)
    • Support to completely remove Windows packages. You do not need to manually delete the menus in Windows Boot Manager.
    • Update Grub4dos to the latest version.
  • v0.9.5.20 (29.08.2017)
    • Fixed a progress bar bug when copying files.
  • v0.9.5.19 (24.08.2017)
    • Sergei Strelec and Hiren’s BootCD are now added to the Special Pack list.
    • Add Chameleon bootloader to Grub2.img.
    • The Chameleon bootloader will not be automatically installed. You need to install it manually. It is only installed automatically when using the FAT32 & NTFS option.
    • Update Clover to the latest version.
    • Added support for TheSSS.
    • Some minor changes.
    • Some bug fixes.
  • v0.9.5.18 (17.08.2017)
    • Added support for Enoch Chameleon bootloader. Requested by Nanera Singh.
    • Update Clover and rEFInd to the latest version.
  • v0.9.5.17 (06.08.2017)
    • Update Clover and rEFInd to the latest version.
  • v0.9.5.16 (21.07.2017)
    • Added support for SolydX and Elive Linux. Also supports persistent mode.
    • Supports Acronis Disk Director latest version. Thanks a user for reporting this.
  • v0.9.5.15 (15.07.2017)
    • Partition Image Mapper now supports GPT.
    • Update Clover to the latest version.
  • v0.9.5.14 (07.07.2017)
    • Supports the latest version of Tails.
    • Some bug fixes.
  • v0.9.5.13 (30.06.2017)
    • Some minor changes.
  • v0.9.5.12 (24.06.2017)
    • Update Partition Image Mapper to the latest version.
    • Grub2.img supports booting OpenBSD and NetBSD. You need to extract partitions, similar to FreeBSD.
    • Some minor changes.
  • v0.9.5.11 (20.06.2017)
    • Support booting in Legacy BIOS mode on GPT disks, including HDD and USB.
      • You need to create a small partition of 1-10MB.
      • Clover and Syslinux will not work in Legacy BIOS mode.
    • Added support for Super GRUB2 Disk. Temporary under the DOS Program group.
    • Update Clover to the latest version.
    • Updated translations of Russian, Romanian and Polish.
    • Some bug fixes.
  • v0.9.5.10 (15.06.2017)
    • Polish translation added. Thanks Michał Smajdor.
    • Increase the default size for the FAT32 partition to 160MB.
    • Support automatically checks for new versions on Windows XP.
    • Other bug fixes.
  • v0.9.5.9 (12.06.2017)
    • Added option to create ISO file from AIO Boot drive. After integrating all the packages you want into the AIO Boot drive, you can create an ISO to burn to a CD or DVD.
      • You need to test the ISO with VMware to make sure it works well before burning to CD/DVD. Also check the space used to make sure it fit a CD/DVD.
      • Clover, rEFInd, Syslinux will not work.
      • Create ISO by clicking the Tools button.
    • Support booting Windows VHD from the Windows Boot Manager menu in Legacy BIOS mode.
    • Improved menu for antiX. Also added support for antiX MX.
    • Some bug fixes.
  • v0.9.5.8 (11.06.2017)
    • Improved menu of the Android operating system. Also supports Android-x86 v7.
    • Fixed issue on Parted Magic 64-bit.
  • v0.9.5.7 (08.06.2017)
    • Support extract WinPE drivers from ISO (if exists).
    • Support CentOS 6 LiveCD and Norton Bootable Recovery Tool (FAT32 only). Also supports persistent mode.
    • Added support for OpenMandriva and Bodhi Linux.
  • v0.9.5.6 (03.06.2017)
    Added support:

     

    • ReactOS LiveCD. Only support Legacy BIOS mode. Computers that are not compatible with Windows XP may not be compatible with ReactOS.
    • TeraByte Image for Linux.
    • TeraByte Image for UEFI.
    • gNewSense.
    • Trisquel.
  • v0.9.5.5 (30.05.2017)
    • Added option to change default bootloader in UEFI mode. You can choose between Grub2, Windows Boot Manager, Clover and rEFInd in Settings.
    • Fixed issue on R-Drive Image and Acronis packages.
    • Change home page.
  • v0.9.5.4 (25.05.2017)
    • This version only fixes persistent mode for Ubuntu 16.04.2 or later. Previously, I only tested old versions of Ubuntu.
  • v0.9.5.3 (23.05.2017)
    • Added support:
      • KDE neon (request by user).
      • Webconverger.
      • 4MParted.
      • 4MRecover.
      • Lenovo Linux Diagnostics.
    • Update Clover and rEFInd to the latest version.

Join the Conversation

18 Comments

Your email address will not be published. Required fields are marked *

  1. Hi, just wondering why there is no “PartIMG & VHD” tab on version v0.9.9.6 ?
    I have a 6GB Windows 10 ISO with Office 2019 integrated and the program shows unsupported file.
    How to boot into it using FAT32 USB drive?

  2. Thanks for the results of your excellent work!
    Is there any way to implement PartIMG.img in SergeiStrelec Win10?
    Thank you!

  3. It looks like I can’t integrate the latest version of ubuntu 20.04. I run the integration and in the ipxe menu my ubuntu image does not show.

  4. Please check the problem of starting aioboot on computers that have only UEFI, pendrive and recognized as “linpus lite”

  5. Hi! Its a truly great app. Been using it for a while now. Its been a while now since you have released a new version. Is it still under development? Just wondering 🙂

  6. Hello Mr. Nguyen,
    I started using AIOBOOT just recently and after going through most of the other MultiBoot utilities out in the market I can say without hesitation AIOBOOT is the most complete, easiest and efficient MultiBoot creator available. Great little app, Thank you!
    I want to bring to your attention of a bug I encountered just a few days ago (I’m using the latest, v0.9.8.17) with Ubuntu Budgie both the 18.04 LTS and the 18.10 standard release as I was trying to integrate either I got an error towards the end of the integration process and integration failed. At first I thought the download may have been corrupted so I checked the MD5 hash and it matched so I knew the Ubuntu packages were OK. I tried the integration several times with the same result. Finally, I decided to try the Auto Detect feature from the drop down menu and this worked flawlessly with both packages mentioned above.
    It really isn’t a big deal but I’m sure you would want to know all about your product so you can find a fix for it. In the mean time, using the Auto Detect instead of the Ubuntu Budgie directly from the list is a good workaround you can post for others to know, should you choose to do so
    Have a wonderful day and again, thanks for a great software.
    Martin Noe

  7. Hi, I would be very happy if there is an Falcon Fours 4.61 (latest Version) compatibility. Its a Hirens Boot Disk with some Changes. Maybe you can check if its possible. Now the program says invalid file if i select hirens boot disk(special pack). I can only start crystal disk info with Falcons Fours CD (in XP for older PCs).