AIO Boot Changelog

What's new in AIO Boot 0.9.9.19

Oct 25, 2020
  • Bug fixes

New in AIO Boot 0.9.9.18 (Oct 24, 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.

New in AIO Boot 0.9.9.17 (Oct 3, 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) (170a4a2).
  • The "Install Windows from ISO" entry now supports Secure Boot.
  • Other bug fixes.

New in AIO Boot 0.9.9.16 (Sep 28, 2020)

  • Updated Korean translation for AIOCreator and Grub2. Thanks VenusGirl.
  • Updated Turkish translation for Grub2. Thanks Tayfun Akkoyun.

New in AIO Boot 0.9.9.14 (Sep 22, 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.

New in AIO Boot 0.9.9.13 (Sep 17, 2020)

  • Updated the Korean language file for AIOCreator.exe and Grub2.
  • Added Korean translation for AIO Boot Extractor. Thanks to VenusGirl.
  • Bug fixes.
  • 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.

New in AIO Boot 0.9.9.12 (Sep 13, 2020)

  • Updated the Korean language file for AIOCreator.exe #65 . Added Korean language translation for Grub2 menu #66 . 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.

New in AIO Boot 0.9.9.11 (Sep 12, 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.

New in AIO Boot 0.9.9.10 (Sep 8, 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 configfile 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 configfile 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.

New in AIO Boot 0.9.9.9 (Sep 5, 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 AIOToolsDATA.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”.
  • 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:
  • Bob.Omb’s Modified Win10PEx64 v4.8 RS5.
  • Gandalf’s Windows 10PE 2020.
  • ISOs created from WinBuilder, Win10XPE may also be supported.
  • You must copy the ISO files to the AIO Boot drive.
  • 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.

New in AIO Boot 0.9.9.8 (Sep 2, 2020)

  • 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.
  • 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.

New in AIO Boot 0.9.9.7 (Aug 31, 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.

New in AIO Boot 0.9.9.6 (Aug 21, 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 1024x768 as default for both UEFI and Legacy.
  • Fixed bugs.

New in AIO Boot 0.9.9.5 (Aug 19, 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.

New in AIO Boot 0.9.9.4 (Aug 17, 2020)

  • Added Porteus (UEFI & Legacy & persistent). Only supports USB.
  • 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.

New in AIO Boot 0.9.9.3 (Aug 14, 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.

New in AIO Boot 0.9.9.2 (Aug 9, 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.

New in AIO Boot 0.9.9.1 (Aug 6, 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).

New in AIO Boot 0.9.9 (Aug 4, 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.

New in AIO Boot 0.9.8.19 (Jul 27, 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.

New in AIO Boot 0.9.8.18 (Jul 24, 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.

New in AIO Boot 0.9.8.17 (Oct 9, 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.

New in AIO Boot 0.9.8.16 (Oct 3, 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.

New in AIO Boot 0.9.8.15 (Aug 14, 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.

New in AIO Boot 0.9.8.14 (Jul 24, 2018)

  • Added Norwegian language for AIO Boot Extractor. Thanks to Daniel Dybing.
  • Added support for VMware vSphere Hypervisor (UEFI only).
  • Update iPXE to the latest version (Add driver for Intel 40 Gigabit Ethernet NICs).
  • Update Clover to the latest version.
  • Bug fixes.

New in AIO Boot 0.9.8.13 (Jul 13, 2018)

  • Updated Grub2 and iPXE latest version from GIT.
  • Added Polish language for AIO Boot Extractor. Thanks to Andrzej Gicala.

New in AIO Boot 0.9.8.12 (Jul 7, 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.

New in AIO Boot 0.9.8.11 (Jun 25, 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.

New in AIO Boot 0.9.8.10 (Jun 18, 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.

New in AIO Boot 0.9.8.9 (Jun 12, 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.

New in AIO Boot 0.9.8.8 (May 28, 2018)

  • AIOCreator has support for Korean language. Thanks to Hanuware.
  • Supports back to 1024x768 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.

New in AIO Boot 0.9.8.7 (May 2, 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 1024x768 resolution. This version will not set resolution and splash image for iPXE in Legacy mode by default.

New in AIO Boot 0.9.8.6 (Apr 10, 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.

New in AIO Boot 0.9.8.5 (Apr 10, 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_MACHINESYSTEMControlSet001ServicesImDskSvc 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.

New in AIO Boot 0.9.8.4 (Apr 4, 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.

New in AIO Boot 0.9.8.3 (Mar 25, 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 Win10PE và Bob.Omb's Modified Win10PEx64.
  • Supports WinPE versions with multiple indexes. Ex: the sourcesboot.wim file in the ISO of Windows Setup.
  • New builds for Grub4dos and Syslinux.
  • Bug fixes.

New in AIO Boot 0.9.8.2 (Mar 13, 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.

New in AIO Boot 0.9.8.1 (Mar 9, 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.

New in AIO Boot 0.9.8.1 Beta 1 (Mar 8, 2018)

  • Support Grub2 install on hard disk GPT which does not need to create a small partitions. Just install AIO Boot on a FAT32 or NTFS partition, then run AIOCreator.exe, and select Install Grub2 from the Tools button. Please note that if you should reinstall Grub2 every time you defragment on this drive.
  • Add new language files in /AIO/grub/locale. Very grateful if you help me translate it.
  • Support booting Grml Linux from ISO file.

New in AIO Boot 0.9.8.0 (Mar 6, 2018)

  • 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.
  • New feature of Grub2 File Manager:
  • 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.
  • 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.

New in AIO Boot 0.9.7.22 (Mar 2, 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.

New in AIO Boot 0.9.7.21 (Feb 27, 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.

New in AIO Boot 0.9.7.20 (Feb 21, 2018)

  • Fixed bug on language switch.
  • Support Grub2 on Android-x86-7.1-R1.
  • Updated Russian and Romanian languages. Thanks to Cojocaru Denis.

New in AIO Boot 0.9.7.19 (Feb 21, 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.

New in AIO Boot 0.9.7.18 (Feb 12, 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.

New in AIO Boot 0.9.7.17 (Feb 4, 2018)

  • AIOCreator.exe now has 64-bit version. You can copy the AIOToolsAIOCreator_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.

New in AIO Boot 0.9.7.16 (Jan 30, 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.

New in AIO Boot 0.9.7.15 (Jan 26, 2018)

  • 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.
  • Added support:
  • Traditional Chinese language. Translated by Tenhon, thank you.
  • Latest version of G DATA BootMedium.
  • boot-repair-disk.

New in AIO Boot 0.9.7.14 (Jan 20, 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.

New in AIO Boot 0.9.7.13 (Jan 10, 2018)

  • Supports the latest version of ReactOS.
  • Update Clover to the latest version.
  • Some bug fixes.

New in AIO Boot 0.9.7.12 (Jan 6, 2018)

  • Added support for SlackEX and Siduction.
  • Some bug fixes. Thanks to all users for reporting bugs.

New in AIO Boot 0.9.7.11 (Dec 23, 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.

New in AIO Boot 0.9.7.10 (Dec 13, 2017)

  • Supports compressed NTFS drives.
  • Update Clover to the latest version.
  • Some bug fixes.

New in AIO Boot 0.9.7.9 (Nov 30, 2017)

  • Added German language for AIO Boot Extractor, AIOCreator and Grub2 menu. Thanks to Frettt.
  • Fix "There is no disk in the drive. Please insert a disk into drive" error.

New in AIO Boot 0.9.7.8 (Nov 29, 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.

New in AIO Boot 0.9.7.7 (Nov 12, 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.

New in AIO Boot 0.9.7.6 (Nov 8, 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.

New in AIO Boot 0.9.7.5 (Nov 3, 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.

New in AIO Boot 0.9.7.4 (Nov 1, 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.

New in AIO Boot 0.9.7.3 (Oct 28, 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.

New in AIO Boot 0.9.7.2 (Oct 25, 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.

New in AIO Boot 0.9.7.1 (Oct 21, 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.

New in AIO Boot 0.9.7.0 (Oct 21, 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.

New in AIO Boot 0.9.6.6 (Oct 16, 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.

New in AIO Boot 0.9.6.5 (Oct 15, 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.

New in AIO Boot 0.9.6.4 (Oct 13, 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.

New in AIO Boot 0.9.6.3 (Oct 10, 2017)

  • Update PEStartup, Clover and Grub4dos to the latest version.
  • Updated Russian and Romanian languages. Thanks to Denis Cojocaru.
  • Some minor changes.
  • Some bug fixes.
  • 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.

New in AIO Boot 0.9.6.2 (Oct 5, 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.

New in AIO Boot 0.9.6.1 (Oct 1, 2017)

  • Added support JonDo Live DVD.
  • Fix Windows XP Setup failed to format drive.

New in AIO Boot 0.9.6.0 (Sep 25, 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.

New in AIO Boot 0.9.5.24 (Sep 22, 2017)

  • Update Grub4dos and PEStartup to the latest version.
  • 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.

New in AIO Boot 0.9.5.23 (Sep 17, 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.

New in AIO Boot 0.9.5.22 (Sep 9, 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.

New in AIO Boot 0.9.5.21 (Sep 5, 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.

New in AIO Boot 0.9.5.20 (Aug 29, 2017)

  • Fixed a progress bar bug when copying files.

New in AIO Boot 0.9.5.19 (Aug 24, 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.

New in AIO Boot 0.9.5.18 (Aug 17, 2017)

  • Added support for Enoch Chameleon bootloader. Requested by Nanera Singh.
  • Update Clover and rEFInd to the latest version.

New in AIO Boot 0.9.5.17 (Aug 6, 2017)

  • Update Clover and rEFInd to the latest version.

New in AIO Boot 0.9.5.16 (Jul 21, 2017)

  • Added support for SolydX and Elive Linux. Also supports persistent mode.
  • Supports Acronis Disk Director latest version. Thanks a user for reporting this.

New in AIO Boot 0.9.5.15 (Jul 15, 2017)

  • Partition Image Mapper now supports GPT.
  • Update Clover to the latest version.

New in AIO Boot 0.9.5.14 (Jul 7, 2017)

  • Supports the latest version of Tails.
  • Some bug fixes.

New in AIO Boot 0.9.5.13 (Jun 30, 2017)

  • Some minor changes.

New in AIO Boot 0.9.5.12 (Jun 24, 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.

New in AIO Boot 0.9.5.11 (Jun 20, 2017)

  • 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.
  • Support for GPT hard 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.

New in AIO Boot 0.9.5.10 (Jun 15, 2017)

  • Polish translation added. Thanks Michał Smajdor.
  • Support automatically checks for new versions on Windows XP.
  • Other bug fixes.

New in AIO Boot 0.9.5.9 (Jun 12, 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.
  • Improved menu for antiX. Also added support for antiX MX.
  • Some bug fixes.

New in AIO Boot 0.9.5.8 (Jun 10, 2017)

  • Improved menu of the Android operating system. Also supports Android-x86 v7.
  • Fixed issue on Parted Magic 64-bit.

New in AIO Boot 0.9.5.7 (Jun 8, 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.

New in AIO Boot 0.9.5.6 (Jun 3, 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.

New in AIO Boot 0.9.5.5 (May 29, 2017)

  • Added option to change default boot loader 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.
  • Changed home page

New in AIO Boot 0.9.5.4 (May 25, 2017)

  • This version only fixes persistent mode for Ubuntu 16.04.2 or later. Previously, I only tested old versions of Ubuntu.

New in AIO Boot 0.9.5.3 (May 23, 2017)

  • Added support:
  • KDE neon (request by user).
  • Webconverger.
  • 4MParted.
  • 4MRecover.
  • Lenovo Linux Diagnostics.
  • Update Clover and rEFInd to the latest version.

New in AIO Boot 0.9.5.2 (May 21, 2017)

  • Downgrade to Grub4Dos v0.4.5c for stability.
  • Fixed a bug that occurred after copying files (at 100%) on some systems. Thanks a user who has tested this.
  • Update Partition Image Mapper to v1.0.2. This tool supports creating Clover Boot Disk to install macOS.
  • Add Grub4Dos to Windows Boot Manager in Legacy BIOS mode.
  • Some bug fixes.

New in AIO Boot 0.9.5.1 (May 16, 2017)

  • Updated to the latest version of Grub4Dos.
  • Improved interface and menus of Grub4Dos.
  • Grub4Dos now supports booting Clover.
  • Added support for 4MLinux and BakAndImgCD
  • Support Zorin OS latest version. This is a problem from Zorin, it does not support the live-media-path parameter. Thanks a user for reporting this issue.
  • Added Turkish language. Thanks to Erhan Kultur. It needs to be improved.
  • Updated Russian and Romanian languages.
  • Some bug fixes.

New in AIO Boot 0.9.5.0 (May 14, 2017)

  • Supports installing Grub4Dos as the default boot loader.
  • You should only install Grub4Dos if Grub2 is not compatible on your machine or just for testing. Grub4Dos should only be used in cases where your machine or your client's machine is not compatible with Grub2.
  • Use Grub2 to fully support the feature.
  • The menus are not made for Grub4Dos. So there may be many packages that will not boot through Grub4Dos.
  • If you update from the old version, please delete /AIO/Menu/Grub4dos.lst file first.
  • Supports persistent mode for Debian, Kali Linux, Parrot Security OS, PIXEL x86 and GParted.
  • New background image for Grub2.
  • Some bug fixes.

New in AIO Boot 0.9.4.15 (May 11, 2017)

  • Added support for Tails 2.12 and Grml.
  • Clover and Syslinux will not require installing Grub2. If you add Grub2 to Windows Boot Manager, you can install and use Clover and Syslinux.
  • French language added. Thanks to Pascal BIMAS Perso.
  • Added Russian language for Grub2 menu. Thanks Denis Cojocaru.
  • There are some minor changes.

New in AIO Boot 0.9.4.14 (May 8, 2017)

  • Added support persistent mode for Avira Rescue System and Dr.Web Livedisk. Only FAT32.
  • Added Help menu for Grub2. Press F1 for quick access.
  • Support language translation for the Grub2 menu. Language files are located in /AIO/grub/locale. See instructions by visiting the Help menu.
  • Grub2 will now use a small font as the default.
  • Grub2 in English will use the DejaVuSansMono font. DejaVuSansMono does not support Unicode characters.
  • Support adding Grub2 to the Windows XP menu by editing boot.ini. Documents will be added later.

New in AIO Boot 0.9.4.13 (May 6, 2017)

  • Support adding AIO Boot to Windows Boot Manager in Legacy mode. Documents will be added later.
  • Added HD Clone support in Legacy and UEFI modes. You can download HD Clone from the list of Special Packages.
  • Added support for Bulgarian. Thanks to Stoian Bahchevanski.
  • Fixed bug when integrating Paragon's WinPE. ISOs using the name of the file as uppercase are also supported. Thanks a user for reporting this issue.
  • In the previous version, all packages that were extracted were identified as having resident support. This problem has been fixed.

New in AIO Boot 0.9.4.12 (May 2, 2017)

  • Added option to customize the data.img (casper-rw) size for persistent mode.
  • Support for Ext2, Ext3 and Ext4 filesystems. To mount, read and write on Ext2/3/4 partitions, you can try using Ext2Fsd. You should consider when using it, I did not encounter any problems until the computer restart. My computer has some conflicts and Ext2Mgr is no longer running.
  • TopoResize has been included in the Tools button. You can create or resize the data.img (casper-rw) file. These files can be found in the /AIO/Files/ folder if you want to resize them.
  • AIO Boot Extract by default only list removable drives like USB, SDcard to list. You can select the option Use Hard Disk Drive if you want.
  • Fixed some issues during the integration of Windows XP/2003 Setup and some other bugs.

New in AIO Boot 0.9.4.11 (Apr 29, 2017)

  • Updated to Grub 2.02.
  • Some bug fixes.

New in AIO Boot 0.9.4.10 (Apr 26, 2017)

  • Added support for persistent mode (backstore) for System Rescue CD (only FAT32).
  • Correct display on some resolution modes.
  • Automatically identify WinPEs for users.
  • Automatically copy the BOOTDISK.KEY file in the ISO file to obtain the license for Active Boot Disk.
  • Some bug fixes.
  • The Linux version will be released in the near future. Ext4 format will not be limited to Linux packages.

New in AIO Boot 0.9.4.9 (Apr 22, 2017)

  • Update Clover and wimlib-imagex to the latest version.
  • Some bug fixes.
  • Updated Russian and Romanian languages.

New in AIO Boot 0.9.4.8 (Apr 21, 2017)

  • PartIMGCreator has been merged into AIOCreator.
  • Added option to support VHD creation from ISO of Windows 7/8.1/10.

New in AIO Boot 0.9.4.7 (Apr 18, 2017)

  • In previous versions, some user encountered an error when using the "FAT32 & NTFS" option on Windows 10 v1703. And one of them has confirmed that the error is no longer in this version. Note: Windows 10 v1703 can mount multiple drives for all partitions on USB.
  • Added support for Norman Rescue Disk as desired by a user. Maybe Norman Rescue Disk will not work on NTFS, try FAT32 instead. If you do not want to use this package, you do not need to update this version.

New in AIO Boot 0.9.4.6 (Apr 18, 2017)

  • Added support for UEFI mode for Windows VHD 7/8.1/10, boot via BCD menu.
  • Adds 512MB and 1GB to the option for persistent mode.
  • Add Fedora to the list of packages that support persistent mode. Fedora does not support NTFS.
  • Some users have problems when the tool tries to add menus to the BCD. This version will try to try to set permissions for the registry keys to the Everyone group if this problem occurs.
  • Some systems have encountered a "The digital signature for this file could not be verified" error when booting into WinPE. This version fixes this problem by adding some elements to the BCD.
  • Fixed and added some minor changes.

New in AIO Boot 0.9.4.5 (Apr 14, 2017)

  • Added support for Windows VHD XP/7/8.1/10. Does not support UEFI mode.
  • Added support for 2GB and 3GB for Ubuntu persistent mode.
  • Added support for Slackware Live Edition, wifislax64-1.0 and persistent mode. Persistent mode only supports FAT32.
  • Added persistent mode for Wifislax 4.12 (FAT32 and NTFS support).
  • Supports to remove Windows XP/2003 Setup packages. You need to re-integrate in case the number of the current partition has been changed. If you update from the old version, you need to delete the following files and then re-integrate them:
  • /AIO/WS/XPx(?) directory.
  • The /AIO/WS/XPx(?).iso and /AIO/Menu/XPSetup.lst files.

New in AIO Boot 0.9.4.4 (Apr 14, 2017)

  • Since v0.9.4.1, there are some changes in the integration method that make the fragmentation rate high. If you integrate multiple Windows Setup packages, the last integrated package will probably not work. This issue has been fixed in this version. Thanks a user for reporting this issue.
  • Added supports Trend Micro Rescue Disk. You need to use 7-Zip or WinRAR to open the EXE file and get the Gemini.iso file.
  • Fixed a bug related to Partition Image Creator.
  • Fixed a bug that did not display the progress bar correctly. It only happens on NTFS partitions.
  • Fixed some other bugs.

New in AIO Boot 0.9.4.3 (Apr 11, 2017)

  • Partition Image Mapper now supports access to the MENU in other partitions. Note during MAP, you need to select KEEP for the available partitions (here are 1 and 2). In the unused partitions (here are 3 and 4), select the Grub2.img and the other PartIMG files. Partition Image Mapper now supports access to the MENU in other partitions. Note during MAP, you need to select KEEP for the available partitions (here are 1 and 2). In the unused partitions (here are 3 and 4), select the Grub2.img and the other PartIMG files. Use Disk Management to view existing partitions.
  • Support for changing background for Grub2 in the Settings. Supports PNG, JPEG and JPG formats. The best size is 1980x1024 or 1024x768.
  • Thanks to a user who has reported issues related to the Italian version of Windows Setup. This version now supports non-English versions of Windows. Partition Image Creator has also been fixed. If you have problems integrating the modified ISO files, download and use the official ISOs from Microsoft.
  • In previous versions, a user reported that he had a problem on an external hard drive, as the XP/2003 installation only worked on the first partition. In this version, you can create Windows XP/2003 installer on second, third, fourth...
  • Bug fixes can not integrate PartitionGuru and DOS Program packages.
  • Fixed a bug related to Restore Windows Bootloader for Windows in UEFI mode.
  • Updated Russian and Romanian languages.
  • Related to FAT32 & NTFS option in Auto Partition:
  • You can now adjust the FAT32 partition size.
  • AIO Boot will be installed on both partitions.
  • Each partition will have a separate MENU and packages that you have integrated there. For example: Bitdefender, Gentoo and Fedora only support FAT32 partitions, so we should integrate the packages on this partition. NTFS can hold files larger than 4GB, in case you want to use a stay mode larger than 4GB for Android packages, you need to integrate it on an NTFS partition. From Grub2 menu, press F8 key to change to MENU in other partitions. I have added a function that lets you switch to menus in other partitions, just press F8 from the Grub2 menu.
  • To hide or show partitions, you can use BOOTICE. Or open AIOCreator.exe, go to Tools and select Partitions Manage select the partition that is currently hidden in the list and click the Set Accessible button.
  • For Windows Setup packages, its partition should not be hidden.
  • Creating two partitions can be done manually. Then extract the AIOBoot.7z file to both partitions.
  • You can resize the partitions later.
  • You can create more than two partitions as you like.

New in AIO Boot 0.9.4.2 (Apr 8, 2017)

  • Supports resident mode for Remix OS, Phoenix OS and Android-x86. Available 2/3/4/8/16 and 32GB depending on the partition's free space and format. The speed of the OS depends on the read and write speed of the hard drive. If your USB read and write speed is too slow, do not use this feature.
  • Updated to the latest iPXE build.
  • Some bugs found in the previous version have been fixed.

New in AIO Boot 0.9.4.1 (Apr 7, 2017)

  • Updated Grub2 to v2.02 RC2.
  • "FAT32 & NTFS" option is supported on Windows 10 build 15063.
  • Supports persistent mode of Ubuntu, Linux Mint and many other operating systems based on Ubuntu. Your data will be saved after each session. Only FAT32 support.
  • Update the Romanian language.
  • Fixed a few bugs.

New in AIO Boot 0.9.4.0 (Apr 4, 2017)

  • Add the progress bar to the tool window. Progress can be canceled at any time.
  • Support for Integration of Special Packages. Special packages can be created by anyone.
  • Updated Russian and Romanian translations. Thank to Denis Cojocaru.
  • Fixed some bugs.

New in AIO Boot 0.9.3.9 (Mar 31, 2017)

  • Automatically check for updates on application startup.
  • Support for KNOPPIX on FAT32 partitions.
  • Added support for some modified Acronis Bootable Media editions.
  • Fixed some bugs.

New in AIO Boot 0.9.3.8 (Mar 30, 2017)

  • In previous versions, some BIOS systems did not display the Windows Boot Manager menu in Legacy mode. This issue has been fixed.
  • Fix Windows Memory Diagnostics in Windows Boot Manager.
  • Automatically activate FAT32 partitions if you use the AutoPartition option.
  • Updated Russian language.

New in AIO Boot 0.9.3.7 (Mar 28, 2017)

  • Support Arch Linux latest version. Arch Linux 2017.03.01 does not include the i686 architecture. If you do not want to update this version, go to Settings, select No need to verify the file and save, then you can integrate Arch Linux.
  • Added supports Paragon Rescue Kit and Paragon Backup & Recovery.
  • Fixed some bugs.

New in AIO Boot 0.9.3.6 (Mar 27, 2017)

  • Added password protection for Grub2. Create or remove your password in Settings:
  • Anyone who does not have a password can not boot, edit menus, and use the Grub2 command line.
  • The password uses the PBKDF2 method to encrypt so no one can know the password you have set.
  • Anyone can change or remove passwords if they have access to Grub2 files.
  • Added the Uninstall option (Tools -> Uninstall):
  • Make sure your computer is booted without using the AIO Boot's Grub2.
  • If your computer can only boot through the AIO Boot's Grub2, uninstalling will cause your computer to fail to boot.
  • To restore the Windows boot loader, please use the Bootloaders button or use the DVD.
  • Added supports CentOS 6.
  • Remove EDK II and UDK2014.

New in AIO Boot 0.9.3.5 (Mar 24, 2017)

  • Update rEFInd to version 0.10.5.
  • Update Clover to the latest version.
  • Use larger fonts for Grub2. You can switch to smaller fonts in Settings.
  • Fix Phoenix OS unable to boot on Legacy mode.

New in AIO Boot 0.9.3.4 (Mar 18, 2017)

  • Show notifications if your computer is turning on Secure Boot.
  • Manjaro 17 supported.

New in AIO Boot 0.9.3.3 (Mar 10, 2017)

  • Fixed bug when integrating openSUSE package
  • Added support:
  • Gmac Linux
  • Cr OS Linux

New in AIO Boot 0.9.3.2 (Feb 28, 2017)

  • Update Grub2 to v2.02 RC1. This version has fixed some bugs.
  • Clover updated to the latest version.
  • Added support Voyager Live

New in AIO Boot 0.9.3.1 (Jan 25, 2017)

  • Update Partition Image Creator and Partition Image Mapper to the latest version.
  • Added Raspberry Pi PIXEL x86 to the list of supported integration.
  • WinContig has been removed, use Defraggler Portable instead.
  • Russian language update.

New in AIO Boot 0.9.3.0 (Jan 23, 2017)

  • Partition Image Creator and Partition Image Mapper is now ready for use.
  • AIO_Boot_Extractor.exe now can help you format drive larger than 32GB in FAT32.
  • Russian language has been translated. Thanks Denis Cojocaru.
  • Fixed some minor bugs.

New in AIO Boot 0.9.2.7 (Jan 13, 2017)

  • Fixed some bugs.
  • Prepare the file to use for the upcoming new features.

New in AIO Boot 0.9.2.6 (Jan 5, 2017)

  • Added Clean Disk option for AutoPartition. If you can not boot into Grub2 after creating boot, try this option.
  • Update PEStartup to v1.1.3.

New in AIO Boot 0.9.2.5 (Jan 2, 2017)

  • Updated some apps included.
  • Fixed a bug related to the linuxefi command of Grub2. Related distributions has been fixed in UEFI mode (eg Fedora).
  • Clover is now supported only 64-bit architecture. If you want to use Clover 32 bit, please compile it for your own. Clover in Legacy mode will be started immediately without having to wait (formerly 3 seconds).
  • DPMS.ISO has been removed, you can download and add it manually if needed.
  • Fixed some minor bugs.

New in AIO Boot 0.9.2.4 (Dec 27, 2016)

  • Update PEStartup to v1.1.2..
  • Fixed a bug when switching languages.
  • Support for WinPE boot via PXE in UEFI mode.

New in AIO Boot 0.9.2.3 (Dec 22, 2016)

  • Update PEStartup to v1.1.1..
  • Add the following distributions to its list of supported packages for integration:
  • BlackArch Linux
  • BluestarLinux
  • Toutou Linux

New in AIO Boot 0.9.2.2 (Dec 21, 2016)

  • Added support Parabola GNU/Linux-libre.
  • Update PEStartup to v1.1.

New in AIO Boot 0.9.2.1 (Dec 16, 2016)

  • PEStart included. How to use it?
  • Download WinPE 10 from here https://www.sitecuatui.com/out/winpe.
  • Open AIOCreator.exe, through Integrate tab > Windows> WinPE 7/8.1/10.
  • Select the .wim file that you downloaded to integrate them.
  • Continue on the Main > Tools and open PEStart tool to use.

New in AIO Boot 0.9.2 (Dec 12, 2016)

  • New Grub2, new Shimx64.efi.
  • Added support Start LBA 63 or StartingOffset 32256 (512 byte per sector) on MBR disk.
  • Added support Windows ISO Both x64 & x86 architecture from Media Creation Tool on NTFS. Its a bug, FAT32 was supported already.
  • Added support SliTaz LiveCD. This is a lightweight distribution, v4.0 smaller than 35MB. PXE support too.
  • Fixed a bug related to language.
  • Fixed 7-Zip cannot find archive error when the path contains spaces.

New in AIO Boot 0.9.1.7 (Dec 7, 2016)

  • Language pack is ready. Please help me complete the translations for your language.
  • Added support MENU Editor for Windows Packs. Thank to BOOTICE.
  • Added support:
  • Sabayon Linux
  • CoreOS
  • Zenwalk
  • Gentoo LiveDVD

New in AIO Boot 0.9.1.5 (Dec 5, 2016)

  • Switch 7-Zip to graphical user interface mode to extract the files.
  • Add the following distributions to its list of supported packages for integration:
  • Apricity OS
  • Deepin
  • Gecko
  • KaOS
  • ArchBang
  • Fixed some bugs.

New in AIO Boot 0.9.1.4 (Nov 28, 2016)

  • Fixed some bugs.

New in AIO Boot 0.9.1.3 (Nov 16, 2016)

  • Fixed some bugs related to:
  • Menu Editor
  • Grub2 Submenu

New in AIO Boot 0.9.1.2 (Nov 14, 2016)

  • Fixed some bugs.

New in AIO Boot 0.9.1.1 (Nov 8, 2016)

  • Added Phoenix OS (32-bit & 64-bit) to the list of supported packages for integration. Both Legacy BIOS and UEFI mode is supported.
  • Improving the ability to automatically identify the Linux distribution (AIOCreator.exe > Integration > Linux OS > Auto Detect).
  • Some minor changes.
  • File Splitter & Joiner is included for use. (in cases like splitting a file larger than 4GB to store on a FAT32 partition)

New in AIO Boot 0.9.1 (Nov 7, 2016)

  • Improving the ability to automatically identify the Linux distribution (AIOCreator.exe > Integration > Linux OS > Auto Detect).
  • Some minor changes.
  • Add the following distributions to its list of supported packages for integration. Note: there may be many packages do not support NTFS formatting, please use the FAT32 format instead:
  • 3CX Phone System
  • AbulÉdu
  • APODIO
  • AsteriskNOW
  • AV Linux
  • Baltix GNU/Linux
  • Baruwa Enterprise Edition
  • Berry Linux
  • Bio-Linux
  • BLAG
  • BlankOn
  • BlueOnyx
  • Bodhi Linux
  • BOSS GNU/Linux
  • budgie-remix
  • BunsenLabs Linux
  • CAINE
  • Caixa Mágica
  • Canaima GNU/Linux
  • ChaletOS
  • Chapeau
  • ClearOS
  • Devuan GNU+Linux
  • DuZeru
  • Edubuntu
  • Elastix
  • Elive
  • Emmabuntüs
  • Exe GNU/Linux
  • ExTiX
  • eZeY
  • Finnix
  • GALPon MiniNo
  • gNewSense
  • Greenie Linux
  • Grml
  • Guadalinex
  • HandyLinux
  • Hanthana Linux
  • Kaiana
  • KANOTIX
  • Karoshi
  • KDE neon
  • Korora
  • Kubuntu
  • KXStudio
  • Leeenux
  • LinEx
  • Linpus Lite
  • Linux Kodachi
  • Linux Mangaka
  • LinuxBBQ
  • Linuxfx
  • LliureX
  • LuninuX OS
  • Madrid_Linux
  • MakuluLinux
  • Maui Linux
  • Metamorphose
  • MX Linux
  • Neptune
  • NethServer
  • Netrunner
  • NexentaStor
  • OB2D Linux
  • OLPC OS
  • Omoikane GNU/Linux
  • OpenLX
  • OpenMediaVault
  • Openwall GNU/*/Linux
  • OSMC
  • Overclockix
  • Pardus
  • Parsix GNU/Linux
  • Peach OSI
  • Pearl Linux OS
  • PelicanHPC
  • Pinguy OS
  • Point Linux
  • PrimTux
  • Proxmox
  • Q4OS
  • Qubes OS
  • Raspbian
  • RebeccaBlackOS
  • Rebellin Linux
  • Refracta
  • REMnux
  • Rescatux
  • Resulinux
  • Robolinux
  • Rocks Cluster Distribution
  • Rockstor
  • Runtu
  • SalentOS
  • SELKS
  • Semplice Linux
  • siduction
  • Skolelinux
  • SME Server
  • SolydX
  • SparkyLinux
  • Springdale Linux
  • Stella
  • SuliX
  • SuperX
  • Tanglu
  • Trisquel GNU/Linux
  • TurnKey Linux
  • UberStudent
  • Ubuntu GNOME
  • Ubuntu Kylin
  • Ubuntu MATE
  • Ubuntu Studio
  • Ubuntu*Pack
  • Ulteo Application System
  • Ultimate Edition
  • Univention Corporate Server
  • Untangle NG Firewall
  • Uruk GNU/Linux
  • Vinux
  • Volumio
  • Voyager Live
  • VyOS
  • wattOS
  • Webconverger
  • Whonix
  • Window Maker Live
  • Xubuntu
  • ZevenOS

New in AIO Boot 0.9.0.7 (Nov 4, 2016)

  • Added an option to check and update to the new version (Tools -> Update).
  • Some minor changes.

New in AIO Boot 0.9.0.6 (Nov 2, 2016)

  • Improved ability bypass Secure Boot (Support NTFS format and more)

New in AIO Boot 0.9.0.5 (Nov 1, 2016)

  • Improved ability bypass Secure Boot (using Shimx64.efi)
  • Code optimized
  • Few bugs fixed

New in AIO Boot 0.9.0.4 (Oct 28, 2016)

  • Supports boot into Legacy mode for the hard disk in GPT style.
  • Support to edit and delete the MENU (except for Windows packages).
  • Automatically identifies the DOS program to integrate.
  • Add Cub Linux to the list of supported packages.
  • Fixed some bugs.

New in AIO Boot 0.9.0.3 (Oct 18, 2016)

  • Support to restore the Windows bootloader for both Legacy and UEFI mode.
  • Supports installing Windows 7 on a USB 3.0 port. This will help you resolve the error: A required CD/DVD drive device driver is missing. If you have a driver floppy disk, CD, DVD, or USB flash drive, please insert it now.
  • Install Grub2 UEFI, Clover and rEFInd to FAT32/FAT16 partition from a NTFS formatted partition (only supports hard drives).
  • Support to integrate the following Linux distributions:
  • Lubuntu Desktop
  • PCLinuxOS
  • Antergos OS
  • antiX OS
  • Linux Lite
  • LXLE OS
  • Peppermint OS
  • Zorin OS
  • Simplicity Linux
  • Black Lab Linux

New in AIO Boot 0.9.0.2 (Oct 5, 2016)

  • For USB repartition: you can create two partitions on USB (FAT32 to support UEFI and NTFS to store files larger than 4GB).
  • Support for creating Syslinux bootloader, you can manually add the MENU if desired.
  • Support restore the Windows boot loader to boot directly into Windows instead Grub2.
  • Added support KNOPPIX Linux and Red Hat Enterprise Linux.
  • BOOTICE, WinContig and 7-Zip has been included to run and use.
  • Fixed some bug.

New in AIO Boot 0.9.0.1 (Sep 26, 2016)

  • This is the stable version.
  • Grub2 and Clover updates to the latest version.
  • Additional EDK2 UEFI Shell on UEFI mode.
  • Fixed some bugs.

New in AIO Boot 0.9.0.1b12 (Sep 26, 2016)

  • You just select the drive, then the extraction process will take place automatically.
  • Supports option to reformat the drive before unpacking.
  • Fixed a bug of Bitdefender has no connection.

New in AIO Boot 0.9.0.1b8 (Sep 26, 2016)

  • Support split ISO file of Windows to be stored on the FAT32 partition.
  • Automatic identification ISO files of most popular Linux operating system to integrate.
  • The directory structure is more compact.
  • Fixed some bugs and added some features.