Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ventoy | 49,551 | 2 days ago | 477 | gpl-3.0 | C | |||||
A new bootable USB solution. | ||||||||||
Rufus | 23,465 | 14 hours ago | 10 | gpl-3.0 | C | |||||
The Reliable USB Formatting Utility | ||||||||||
Floppybird | 793 | 3 years ago | 1 | mit | Assembly | |||||
Floppy Bird (OS) | ||||||||||
Iso | 758 | a month ago | 214 | bsd-3-clause | Shell | |||||
helloSystem Live and installation ISO | ||||||||||
Bootiso | 744 | 9 months ago | 11 | gpl-3.0 | Shell | |||||
A bash program to securely create a bootable USB device from one image file. | ||||||||||
Ethereum_nvidia_miner | 729 | 3 years ago | 1 | gpl-3.0 | Shell | |||||
💰 USB flash drive ISO image for Ethereum, Zcash and Monero mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless) | ||||||||||
Glim | 554 | 4 days ago | 28 | Shell | ||||||
GRUB Live ISO Multiboot | ||||||||||
Multibootusb | 521 | 3 years ago | 88 | gpl-3.0 | Shell | |||||
A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files | ||||||||||
Etchdroid | 510 | 21 days ago | 25 | gpl-3.0 | Kotlin | |||||
An application to write OS images to USB drives, on Android, no root required. | ||||||||||
Super Uefiinsecureboot Disk | 446 | a year ago | 3 | |||||||
Super UEFIinSecureBoot Disk: Boot any OS or .efi file without disabling UEFI Secure Boot |
USB disk with multiple ISO files. Easy to use: install, copy ISO files and boot from USB.
Display a list of currently supported operating systems.
Check and install the required packages (in most cases they should be installed):
Go to Releases and download the appropriate file. Unpack the downloaded archive and run in the console:
$ sudo ./installer.sh [options] device [data_size]
device Device to install (e.g. /dev/sdb)
data_size Data partition size (e.g. 5G)
-fs, --fs_type Filesystem type for the data partition [ext2|ext3|ext4|fat32|exfat|ntfs] (default: "FAT32")
-h, --help Display this message
-g, --grub_inst_dir <NAME> Specify a data subdirectory (default: "boot_MultiOS")
For example:
$ sudo ./installer.sh /dev/sdX
Replace X
with your drive.
If you want to display list your all USB devices run installer without arguments:
$ ./installer.sh
Recommended installation method for Windows. Go to Releases and download the appropriate file. You can find installation details in the downloaded archive.
After installation, copy your ISO files to /ISOs
directory and boot your computer from USB.
You can also add your own configuration files to the /boot_MultiOS/config_priv
directory. They will not be deleted during automatic MultiOS-USB update.
First boot with enabled Secure Boot on each new computer requires to install a MultiOS-USB certificate.
Press OK
Select: Enroll key from disk
Choose MultiOS-EFI
as partition, then go to the EFI/BOOT/cert
directory and select MultiOS-USB.cer
.
Select Continue
and confirm (Yes
) key enrolling.
You can also immediately add certificates (keys) of popular distributions in the same way.
If you would like to add a certificate later, you can do it by selecting in the Main Menu:
EFI Tools -->
and then Add UEFI key or hash
.
You can add support for new operating systems. There is no need to reinstall!
All you need to do is download new configuration files by typing:
$ ./updater.sh
/boot_MultiOS/config/
config
to above directory.