You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Alin Trăistaru 2a21a37ab4 code cleanup 7 years ago
data Version bump to 8.7.1 and bug fix for import errors based rpm distros 7 years ago
scripts code cleanup 7 years ago
.gitignore Improvement under Linux and build improvements 7 years ago
CHANGELOG Update CHANGELOG for new release 7 years ago
LICENSE.txt Update files to version 8.1.0 8 years ago
README.md Improvement under Linux and build improvements 7 years ago
build_pkg Fix for suse package dependency 7 years ago
install.py Removed dependency and few other improvements 7 years ago
multibootusb Version bump to 8.7.1 and bug fix for import errors based rpm distros 7 years ago
multibootusb-pkexec Improvement under Linux and build improvements 7 years ago
multibootusb.nsi Added setup.exe support and qemu device boot failure fix for Linux 7 years ago
org.debian.pkexec.run-multibootusb.policy Improvement under Linux and build improvements 7 years ago
setup.py Improvement under Linux and build improvements 7 years ago
uninstall.py Update files to version 8.1.0 8 years ago

README.md

Only limited instructions are provided here. For detailed instruction please refer User guide

What is multibootusb?

MultiBootUSB is a cross platform* software/utility to create multi boot live Linux on a removable media i.e USB disk. It is similar to unetbootin but many distros can be installed, provided you have enough space on the disk. MultiBootUSB also provides an option to uninstall distro(s) at any time, if you wish.

  • Only works on windows and linux

What does multibootusb do?

MultiBootUSB allows you to do the following:-

  1. Install multiple live Linux and other Operating Systems in to a USB disk and make it bootable without erasing existing data.
  2. Ability to uninstall installed OS later.
  3. Write ISO image directly to a USB disk (you can think of GUI for Linux dd command).
  4. Boot ISO images directly without rebooting your system using QEMU option.
  5. Boot bootable USBs without rebooting your system using QEMU option.
  6. Boot USB on UEFI/EFI system through GRUB2 bootloader support (limited support).

Installation:

  • On Windows:-

    • The windows version of multbootusb is not a standalone program. You need to install it on windows after download. Download the latest precompiled setup binary (.exe) file from here
    • The installation is farley simple. Double click on the executable and follow the onscreen instruction.
  • On Linux:-

    Using binary method:-

    • Download the installation and source files for various distros from here
    • Use your favourite package manager to install multibootusb.

    Using source code method Linux:-

    • The install.py script provided with multibootusb should take care of all dependencies and install multibootusb. Assume that you have downloaded the package named multibootusb.tar.gz in to your home directory. Issue the following commands to install multibootusb:-
    tar -xf ./multibootusb.tar.gz
    cd multibootusb
    chmod +x ./install.py   
    sudo ./install.py

How to uninstall?

You can uninstall multibootusb at any time using the "uninstall.py" script provided with multibootusb.

cd multibootusb
chmod +x ./uninstall.py
sudo ./uninstall.py

For the rest of operations you can refer Guide section of http://multibootusb.org

Website:

http://multibootusb.org

Development:

https://github.com/mbusb/multibootusb

Help:

Use Github issue service at https://github.com/mbusb/multibootusb/issues for help and issues.

Contributor(s)

Ian Bruce
LiQiong Lee
Alin Trăistaru (alindt)
and many others who have given their valuable bug report/ feedback.

Author(s)

MultiBootUSB is brought to you by Sundar and co-authored by Ian Bruce.