2017-04-29 17:59:49 +00:00
2017-04-29 20:02:02 +00:00
### Only limited instructions are provided here. For detailed instruction please refer [User guide ](http://multibootusb.org/page_guide/)
2016-11-06 11:18:53 +00:00
What is multibootusb?
---------------------
2017-04-29 17:59:49 +00:00
2017-04-30 08:06:21 +00:00
MultiBootUSB is a cross platform* software/utility to create multi boot live Linux on a removable USB disk.
It is similar to UNetbootin but many distros can be installed, provided you have enough space on the disk.
2016-11-06 11:18:53 +00:00
MultiBootUSB also provides an option to uninstall distro(s) at any time, if you wish.
* Only works on windows and linux
2017-04-29 17:59:49 +00:00
## What does multibootusb do?
2016-11-06 11:18:53 +00:00
2017-04-30 08:06:21 +00:00
MultiBootUSB allows you to do the following:
2016-11-06 11:18:53 +00:00
2017-04-30 08:06:21 +00:00
1. Install multiple live Linux and other Operating Systems to a USB disk and make it bootable without erasing existing data.
2017-04-29 17:59:49 +00:00
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.
2017-04-30 08:06:21 +00:00
6. Boot USB on UEFI/EFI system through GRUB2 bootloader (limited support).
2017-04-29 17:59:49 +00:00
## Installation:
2017-04-30 08:06:21 +00:00
* On Windows:
2017-04-29 17:59:49 +00:00
* 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 ](http://multibootusb.org/page_download/ )
2017-04-30 08:06:21 +00:00
* The installation is fairly simple. Double click on the executable and follow the onscreen instructions.
2016-11-06 11:18:53 +00:00
2017-04-30 08:06:21 +00:00
* On Linux:
2016-11-06 11:18:53 +00:00
2017-04-30 08:06:21 +00:00
**Using binary method:**
2017-04-29 17:59:49 +00:00
* Download the installation and source files for various distros from
[here ](http://multibootusb.org/page_download/ )
* Use your favourite package manager to install multibootusb.
2017-04-30 08:06:21 +00:00
**Using source code method:**
2017-04-29 17:59:49 +00:00
* The install.py script provided with multibootusb should take care of all dependencies and install multibootusb.
2017-04-30 08:06:21 +00:00
Assuming you have downloaded the package named **multibootusb.tar.gz** in your home directory, issue the following commands to install multibootusb:
2017-04-29 17:59:49 +00:00
```sh
tar -xf ./multibootusb.tar.gz
cd multibootusb
chmod +x ./install.py
sudo ./install.py
```
---
2016-11-06 11:18:53 +00:00
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
```
2017-04-30 08:06:21 +00:00
For the rest of operations you can refer to the [Guide ](http://multibootusb.org/page_guide/ ) section of [http://multibootusb.org ](http://multibootusb.org )
2017-04-29 17:59:49 +00:00
2016-11-06 11:18:53 +00:00
Website:
--------
2017-04-29 17:59:49 +00:00
http://multibootusb.org
2016-11-06 11:18:53 +00:00
Development:
-----------
2017-04-29 17:59:49 +00:00
2016-11-06 11:18:53 +00:00
https://github.com/mbusb/multibootusb
Help:
-----
2017-04-29 17:59:49 +00:00
Use Github issue service at [https://github.com/mbusb/multibootusb/issues ](https://github.com/mbusb/multibootusb/issues )
for help and issues.
2016-11-06 11:18:53 +00:00
Contributor(s)
--------------
2017-04-29 17:59:49 +00:00
Ian Bruce
LiQiong Lee
Alin Trăistaru (alindt)
2016-11-06 11:18:53 +00:00
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.