Is there any tool in Ubuntu to create a bootable USB stick of an OS other than Ubuntu? Like Universal USB Installer in Windows.
-
Related: How can I create a Windows bootable USB stick using Ubuntu? – wjandrea Jun 14 '18 at 06:06
4 Answers
Startup Disk Creator seems to support any Debian-based distro, including Debian and Mint.

- 14,236
- 4
- 48
- 98
mkusb is a tool that can work in several linux distros and that can create USB drives of several linux distros as well as Windows install drives.
You install it into Ubuntu and Ubuntu community flavours via a PPA with the following command lines.
If you run standard Ubuntu live, you need an extra instruction to get the repository Universe. (Kubuntu, Lubuntu ... Xubuntu have the repository Universe activated automatically.)
sudo add-apt-repository universe # only for standard Ubuntu
sudo add-apt-repository ppa:mkusb/ppa # and press Enter
sudo apt-get update
sudo apt-get install mkusb usb-pack-efi
Read more at the following link,

- 46,324
- 5
- 88
- 152
UNetbootin
If you don't need anything fancy, persistence limited to 4GB, Works with many distro's.
https://unetbootin.github.io/linux_download.html
Otherwise mkusb

- 19,519
Try using LiLi USB Creator. You can download it from https://www.linuxliveusb.com/

- 1,955