5 Apps to Create Multibootable os in one USB – Linux and Windows ISOs Supported

how-to-make-a-multiboot-usb-drive-linux-windows
This article will be showing you 5 applications you can use to create a multiboot USB. All of them can write multiple Linux distribution ISOs to USB flash drive and most of them can even write both Windows and Linux ISOs into the same USB flash drive. These 5 apps are:
  1. SARDU MultiBoot USB and DVD Creator
  2. MultiBootUSB
  3. MultiSystem
  4. YUMI (Your Universal MultBoot Installer)
  5. WinSetupFromUSB
If you have created a bootable USB with another tool, it’s recommended that you reformat the USB flash drive with FAT32 or NTFS file system before you use the tools mentioned in this article.

1. SARDU MultiBoot USB and DVD Creator

SARDU is a freemium software that can be used to create mutiboot USB and DVD.
Pros of SARDU:
  • Runs on Linux and Windows.
  • Can create a bootable USB containing both Linux and Windows ISO images (Windows 7, 8 and 10)
  • A multitude of ISO images for you to select and download directly from the SARDU application.
  • You can add additional ISO images to your USB without destroying previous ISO images in the USB flash drive.
  • Supports persistent files for Linux distributions
  • It can also be used to burn multiple ISO images to DVD.
  • Supports both BIOS and UEFI firmware
  • Test your USB with QEMU.
  • SARDU uses the SYSLINUX boot loader by default, but can chainload to GRUB2 (premium feature)
Cons:
  • The Linux version of SARDU doesn’t support Windows ISOs. To add Windows ISO image to your bootable USB flash drive, you need to use the Windows version of SARDU.
  • The persistent files function can cause the program become unresponsive when using the Linux version. The Windows version works perfectly fine.
SARDU is a portable application. To use SARDU, go to the official download page and download the Linux version or Windows version, depending on your OS. I downloaded the Linux version.
multiboot usb
Once downloaded, open your file manager and go to the downloads directory. Extract the gzip archive.
multiboot usb creator
Go to the extracted directory and double click the sardu_3 binary. The SARDU software will start.
multiboot usb linux and windowsFirst, agree to the license.
multiboot usb windows and linux
Then it will tell you to register an account. Registered users can download updated ISOs from SARDU database. If you prefer to use your own downloaded ISO files, then choose No.
best multiboot usb creator
At the left sidebar, there are 4 categories of ISO images
  • Anti-virus
  • Utility
  • Linux distributions
  • Windows
For example, you can click the penguin icon and right click on an OS name and select search ISO. This will allow you to select an ISO image from your hard drive.
SARDU linux
After that, tick on the OS name so that the ISO image will be written to USB flash drive.
SARDU MultiBoot Creator linux
It will also ask you if you want to enable persistent files. I found that if I choose Yes, the program would become unresponsive, so I choose No.
Then you can continue this process with another Linux distribution. After you select all your Linux distributions, insert your USB flash drive and click the USB icon on the upper-right corner to detect and select your USB flash drive.
Next, click the big USB icon to create bootable USB.
SARDU MultiBoot Creator ubuntu
This process can take some time if you selected several ISO images.
SARDU MultiBoot Creator windows
To add Windows 7, Windows 8, or Windows 10 ISO images to your USB flash drive, you need to use the SARDU Windows version. Click the Windows icon on the left bar, and select the first item in the list. Choose the ISO path, then tick on the name.
SARDU windows 10 iso image
Please note that if your computer uses UEFI firmware, then you need to enable the legacy BIOS support in order to boot your computer from the SARDU USB flash drive. As you can see from the screenshot below, I can boot Linux or Windows ISOs from the SARDU boot menu.
how to make a multiboot usb drive

2. MultiBootUSB

MultiBootUSB is an advanced cross-platform application for installing/uninstalling Linux operating systems on to a single USB flash drives.
MultiBootUSB Pros:
  • Runs on Linux and Windows.
  • Free and open Source. Released under General Public Licence (GPL).
  • You can add additional ISO images to your USB without destroying previous ISO images in the USB flash drive.
  • You can remove an ISO image from your bootable USB flash drive.
  • Syslinux is used the default boot loader for making your USB Flash Drive bootable, can also chain load to GRUB2 if UEFI firmware is used.
  • Supports both BIOS and UEFI firmware.
  • Supports persistent files for distros that are based on Debian, Ubuntu and Fedora.
  • Test your ISO and USB with QEMU.
  • Has a command line interface.
Cons:
  • You need to write ISO images to your USB flash drive one by one.
  • It doesn’t support writing Windows ISO image to USB flash drive.
To use MultiBootUSB, go to the official download page and select the installer package according to your OS.
  • Debian, Ubuntu users select the .deb package.
  • Fedora, OpenSUSE users select the .rpm package.
  • Windows users select the .exe package.
multiboot usb uefi
Once downloaded, open your file manager and go to the download directory and install the package.
multibootusb ubuntu
After it’s installed, open it from your application menu. To create a multiboot usb, first insert your USB flash drive. Next, click the Detect Drives button in MultiBootUSB and select a partition on the USB flash drive.
multibootusb fedora
Then select a Linux distro ISO image from your hard drive. After that, you can specify the persistent file size.
multibootusb persistent
Finally, click the Install distro button to write the ISO image to your USB flash drive.
Once that’s done, you can click the Browse button again to select another Linux distro ISO image and click the Install distro button to write it to USB flash drive.

3 MultiSystem

MultiSystem is Linux-only application that allows you to create a multiboot Linux live USB.
MultiSystem Pros
  • A multitude of ISO images for you to select and download directly from the application.
  • Supports persistent files
  • Can create a bootable USB containing both Linux and Windows ISO images.
  • Test your live USB in QEMU or VirtualBox
Cons:
  • Only works in Debian and Ubuntu based Linux distros.
  • You need to write ISO images to your USB flash drive one by one.
  • The Linux distro ISO images written to the USB flash drive can’t be booted in UEFI mode, you need to enable legacy BIOS support in order to boot them.
To install MultiSystem on Debian and Ubuntu based Linux distros, open up a terminal and run the following command.
sudo apt install software-properties-common
Then add the official software repository to your system.
sudo apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'
Import the public key.
wget -q -O - http://liveusb.info/multisystem/depot/multisystem.asc | sudo apt-key add -
Update software repository index and install MultiSystem.
sudo apt update

sudo apt install multisystem
Once installed, open it from your application menu. Then insert your USB flash drive and click the refresh button in MultiSystem for it to detect your drive. (Make sure the USB flash drive is mounted). Once it find your USB flash drive, select the device and click confirm button.
multisystem ubuntu
It will ask you to enter your password.
multisystem bootable usb
Then it will ask you if it’s Ok to install Grub2 boot loader to your USB flash drive. Click OK.
multisystem grub
Once that’s done, click the DVD icon to select an ISO image from your hard drive.
MultiSystem windows 10
Then enter your password to write the ISO image for your USB flash drive.
multisystem debian
Repeat this process to add additional ISO images to your USB flash drive.

4 YUMI (Your Universal Multiboot Installer)

YUMI can be used to create a Multiboot Bootable USB Flash Drive containing multiple operating systems, antivirus utilities, disc cloning, diagnostic tools, and more.
YUMI Pros:
  • Supports both BIOS and UEFI firmware.
  • Can create a bootable USB containing both Linux and Windows ISO images (Windows 7, 8 and 10)
  • A multitude of ISO images for you to select and download directly from the application.
  • You can add additional ISO images to your USB without destroying previous ISO images in the USB flash drive.
  • Supports persistent files for Linux distributions.
  • You can remove an ISO from USB flash drive.
Cons:
  • There’s no Linux version, although you can try running YUMI on Linux through WINE.
YUMI can be downloaded from the official download page. There are two version of YUMI: one is for BIOS system and the other is for UEFI system. YUMI is a portable application. Once the .exe file is downloaed, you can double click it to start the application. Insert your USB flash drive and select it in YUMI user interface.
Then select the name of the OS you want to put into the USB. Next, select the ISO image file from your hard drive. In step 4, you can choose the persistent file size.
yumi uefi
After that, click the create button to write the ISO image file to your USB flash drive.
yumi multiboot
Once done, repeat the same process add additional ISO images files your USB flash drive. You can also add Windows ISO images. The Windows ISO will be put in Other OS and Tools in the Grub boot menu.
yumi multiboot usb

5 WinSetupFromUSB

WinSetupFromUSB is a Windows program that can create multiboot USB flash drive to install any Windows versions since 2000/XP, boot various Linux and *BSD flavors.
WinSetupFromUSB Pros:
  • Supports both BIOS and UEFI firmware.
  • Can create a bootable USB containing both Linux and Windows ISO images (Windows 7, 8 and 10)
  • You can add additional ISO images to your USB without destroying previous ISO images in the USB flash drive.
  • Supports persistent mode
  • Test your live USB in QEMU.
Cons:
  • There’s no Linux version, although you can try running WinSetupFromUSB on Linux through WINE.
WinSetupFromUSB can be downloaded from the official download page. Once it’s downloaded and installed, start it from the start menu. Insert your USB flash drive. WinSetupFromUSB will automatically select it.
Then you can choose to format it with FBinst. Next, select your Windows and Linux ISO image files.
WinSetupFromUSB multiboot
In the advanced options window, you can choose the persistent file size for Linux distributions.
WinSetupFromUSB persistent
Once you are ready, click the Go button to start create the multiboot USB. After all your ISO images are written to USB flash drive. Restart your computer and boot from the USB drive.
multiboot USB grub4dos
5 Apps to Create Multibootable os in one USB – Linux and Windows ISOs Supported 5 Apps to Create Multibootable os in one USB – Linux and Windows ISOs Supported Reviewed by Surjeet Roy on September 22, 2019 Rating: 5

No comments:

To insert a short code, use & lt; i rel = & quot; code & quot; & gt; ... CODE ... & lt; / i & gt;
To insert a long code, use & lt; i rel = & quot; pre & quot; & gt; ... CODE ... & lt; / i & gt;
To insert an image, use & lt; i rel = & quot; image & quot; & gt; ... PICTURE URL ... & lt; / i & gt;

Powered by Blogger.