分享一个制作USB启动盘的工具,balenaEtcher

balena-io/etcher: Flash OS images to SD cards & USB drives, 

Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)

      1. Add Etcher Debian repository:

        curl -1sLf \
           'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' \
           | sudo -E bash
      2. Update and install:

        sudo apt-get update
        sudo apt-get install balena-etcher-electron
YUM
      1. Add Etcher rpm repository:

        curl -1sLf \
           'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' \
           | sudo -E bash
      2. Update and install:

        sudo yum install -y balena-etcher-electron
其他系统可以参考github项目地址,