Skip to content

Instantly share code, notes, and snippets.

@tankibaj
Last active February 22, 2021 23:44
Show Gist options
  • Save tankibaj/0e4498cf1c18b741623d9e628bd775f7 to your computer and use it in GitHub Desktop.
Save tankibaj/0e4498cf1c18b741623d9e628bd775f7 to your computer and use it in GitHub Desktop.

Install it as follows from the Github:

sudo apt install build-essential extlinux wimtools syslinux libc-bin jq
curl -L https://git.io/bootiso -O
chmod +x bootiso
sudo mv bootiso /usr/bin/bootiso

To get list your connected USB drive run:

bootiso -l

To create a bootable Ubuntu USB from an ISO image named ~/ubuntu.iso, run:

Check instructions:

bootiso -p ~/ubuntu.iso

Write to USB:

bootiso ~/ubuntu.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment