MultiBoot USB

This is a project that contains a collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files.

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