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 06aa92a290 Path correction. 9 years ago
data Updated project for new release. 9 years ago
scripts Check for mount status of usb disk. 9 years ago
tools Added missing files in project structure. 9 years ago
.gitignore Updated project for new release. 9 years ago
CHANGELOG Updated project for new release. 9 years ago
LICENSE.txt Updated project for new release. 9 years ago
README.txt Updated project for new release. 9 years ago
build_pkg Path correction. 9 years ago
install.sh Updated project for new release. 9 years ago
multibootusb Check for mount status of usb disk and inform user. 9 years ago
multibootusb.exe.manifest Added missing files in project structure. 9 years ago
multibootusb.spec Path correction. 9 years ago
setup.py Removed checking.gif file. 9 years ago
uninstall.sh Corrected typo. 10 years ago

README.txt

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.sh 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.sh
sudo ./install.sh

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

* python-qt4

NOTE: install.sh 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.sh" script provided with multibootusb.

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

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.