Skip to content

Instantly share code, notes, and snippets.

@walterpaulo
Created December 3, 2022 22:59
Show Gist options
  • Save walterpaulo/d1781282629574df11684ef12c8aa42c to your computer and use it in GitHub Desktop.
Save walterpaulo/d1781282629574df11684ef12c8aa42c to your computer and use it in GitHub Desktop.
Ventoy
Baixe o pacote
# wget https://github.com/ventoy/Ventoy/releases/download/v1.0.82/ventoy-1.0.82-linux.tar.gz
descompacta o arquivo para o mesmo local
# tar -xf ventoy-1.0.82-linux.tar.gz -C .
Entra no diretório ventoy-1.0.82
# cd ventoy-1.0.82
Coloque o pendrive no note e abre o comando
# ./VentoyGUI.x86_64
Depois de instalar o Ventoy no pendrive, crie o diretório ISO na raiz do pendrive
# cp -v ../7601.24214.180801-1700.win7sp1_ldr_escrow_CLIENT_ULTIMATE_x86FRE_en-us.iso /media/walter/Ventoy/ISO/
Depois de copiar iso no diretório ISO
# ./Ventoy2Disk.sh -i /dev/sda
Fonte: https://www.ventoy.net/en/download.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment