2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-01 15:40:16 +00:00
Go to file
mbusb ec637515f8 Improvement in loopback.cfg creation
1. Changed logic to convert syslinux config files to loopback.cfg
2. Added improvement in GUI (install and uninstall icons on buttons). But this does not work at the moment.
2017-04-20 23:44:19 +05:30
data Small improvements and added a distro 2017-04-16 22:19:18 +05:30
scripts Improvement in loopback.cfg creation 2017-04-20 23:44:19 +05:30
.gitignore Added temp file in gitignore 2017-04-20 19:50:13 +05:30
build_pkg 1. Initial UEFI support 2017-04-10 21:30:38 +05:30
CHANGELOG Pull from master 2017-02-11 21:02:53 +05:30
install.py Update for fedora install script 2017-02-06 22:25:37 +05:30
LICENSE.txt Update files to version 8.1.0 2016-11-20 16:28:02 +05:30
multibootusb Improvements in loopback.cfg conversion 2017-04-20 19:49:33 +05:30
multibootusb-pkexec Change mode. 2017-02-01 22:08:17 +05:30
multibootusb.nsi Update to new release - 8.5.0 2017-02-05 15:29:07 +05:30
org.debian.pkexec.run-multibootusb.policy Upgrading to version 8.0.0 2016-11-06 16:48:53 +05:30
README.md Upgrading to version 8.0.0 2016-11-06 16:48:53 +05:30
setup.py Improvements and bug fixes 2017-04-16 10:37:12 +05:30
stdeb.cfg Pull from master 2017-02-11 21:02:53 +05:30
text.py Improvements in loopback.cfg conversion 2017-04-20 19:49:33 +05:30
uninstall.py Update files to version 8.1.0 2016-11-20 16:28:02 +05:30

####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.