MultiBoot USB

This is a collection of GRUB scripts that allows to create a bootable pendrive (USB dongle, flash stick) supporting a number of different OS images. Simply copy ISO files under `/iso-imgs`. Both UEFI and Legacy BIOS boot modes can be enabled simultaneously.

Contributing to the project

This project is Free Software released under the GNU General Public License (Version 3), therefore contributions are encouraged.

Creating an Issue

If you find a bug (and you don’t know how to fix it), have trouble following the installation process or have a question/suggestion about the project, go ahead and create an issue.

Issue tips

Submitting a Pull Request

If you think you can solve the issue or want to add support for another distro, feel free to make a pull request with the code:

  1. Fork and clone the repository.
  2. Create a new branch: git checkout -b my-branch-name.
  3. Make your change and make sure it works.
  4. Push the new branch to your fork: git push -u origin my-branch-name.
  5. Submit a pull request.
  6. Wait for your pull request to be reviewed and merged.

Pull Request tips

Resources