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
mbusb 38f28e15c4 Prepare for version 8.7.0 and other improvements
1. Version upgraded to 8.7.0
2. Updated changelog for version 8.7.0
3. Auto convert multibootusb file ending to Linux using dos2unix during packaging
4. Re-enable log message
5. Avoid crashing due to existence of syslinux.cfg
7 years ago
data Prepare for version 8.7.0 and other improvements 7 years ago
scripts Prepare for version 8.7.0 and other improvements 7 years ago
.gitignore Added temp file in gitignore 7 years ago
CHANGELOG Prepare for version 8.7.0 and other improvements 7 years ago
LICENSE.txt Update files to version 8.1.0 8 years ago
README.md Fixed for command line interface and minor improvements 7 years ago
build_pkg Prepare for version 8.7.0 and other improvements 7 years ago
install.py Removed dependency and few other improvements 7 years ago
multibootusb Prepare for version 8.7.0 and other improvements 7 years ago
multibootusb-pkexec Change mode. 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 Upgrading to version 8.0.0 8 years ago
setup.py User improvements and version bump 7 years ago
stdeb.cfg Pull from master 7 years ago
uninstall.py Update files to version 8.1.0 8 years ago

README.md

User guide is located here http://multibootusb.org/page_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

How to install?

The install.py script provided with multibootusb should take care of all dependency 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

That is it. You can find multibootusb under system menu or simply launch from terminal by typing "multibootusb". If "install.py" script fails to install multibootusb successfully then manually install following packages and rerun the install.py script:-

  • mtools util-linux parted python3-qt5 python-dbus pkexec

NOTE: install.py currently supports only distros based on apt-get, yum, zypper, pacman. You can add more if you use other package manager system and email to me for adding into upstream. The above how to is only for linux. Windows users may download pre compiled standalone binaries/ .exe from https://sourceforge.net/projects/multibootusb/files/

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

Website:

www.multibootusb.org

Development:

https://github.com/mbusb/multibootusb

Help:

Mail me at feedback.multibootusb@gmail.com for query, help, bug report or feature request.

Contributor(s)

LiQiong Lee Ian Bruce 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.