top of page

Ventoy - Crie seu Live Usb - Multi-Boot Utilizando somente as ISOs.

Crie um Live Usb Multi-Boot e depois é só copiar as imagens ISO para o Pen Drive. Utilize um Pen Drive de 16GB ou 32GB para utilizar várias ISOs.


NOTA: ISOs testadas Linux e Windows 10.


Baixe o aplicativo ventoy-versão-linux.tar.gz do site. Descompactar o arquivo, entrar no diretório criado e efetue o comando abaixo (*) para criar o Pen Drive. Depois basta copiar as ISOs para o Pen Drive.

Se necessário dê permissão de execução para o arquivo Ventoy2Disk.sh com o comando chmod +x Ventoy2Disk.sh.


Identifique a unidade que será preparada com o comando lsblk (/dev/sdX).

(*)

#./Ventoy2Disk.sh -i /dev/sdX

ou

#sh Ventoy2Disk.sh -i /dev/sdX


Depois é só copiar as ISOs para o Pen Drive e efetuar o Boot por ele.


Veja o arquivo README abaixo que fica dentro do diretório do Ventoy com outras instruções.

############ README ##################

sudo bash Ventoy2Disk.sh { -i | -I | -u } /dev/sdX sdX is the USB device, for example /dev/sdb.


Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX

CMD:

-i install ventoy to sdX (fail if disk already installed with ventoy)

-I force install ventoy to sdX (no matter installed or not)

-u update ventoy in sdX

OPTION: (optional)

-r SIZE_MB preserve some space at the bottom of the disk (only for install)

-s enable secure boot support (default is disabled)

-g use GPT partition style, default is MBR style (only for install)


Please refer https://www.ventoy.net/en/doc_start.html for details.


========== VentoyWeb.sh ===============

1. sudo bash VentoyWeb.sh

2. open your browser and visit http://127.0.0.1:24680


========== VentoyPlugson.sh ===============

1. sudo bash VentoyPlugson.sh /dev/sdX

2. open your browser and visit http://127.0.0.1:24681


========== VentoyVlnk.sh ===============

Usage: sudo bash VentoyVlnk.sh CMD FILE

CMD:

-c FILE create vlnk for FILE

-l VLNK parse vlnk file

-v print verbose info

-h print this help


========= VentoyGUI ===================

VentoyGUI is native GUI program for Linux (GTK/QT)

1. Just double-click the file (e.g. VentoyGUI.x86_64)

2. If it can not startup after double-click, you can open the terminal and just execute the file (e.g. ./VentoyGUI.x86_64)


========== CreatePersistentImg.sh ===============


sudo bash CreatePersistentImg.sh [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ] for example:


bash CreatePersistentImg.sh ----> persistence.dat in 1GB size and ext4 filesystem and casper-rw label

bash CreatePersistentImg.sh -l MX-Persist ----> persistence.dat in 1GB size and ext4 filesystem and MX-Persist label

bash CreatePersistentImg.sh -s 2048 ----> persistence.dat in 2GB size and ext4 filesystem and casper-rw label

bash CreatePersistentImg.sh -s 4096 -t xfs ----> persistence.dat in 4GB size and xfs filesystem (ext2/3/4 xfs are supported) and casper-rw label


Please refer https://www.ventoy.net/en/plugin_persistence.html for details.


========== ExtendPersistentImg.sh ===============

sudo bash ExtendPersistentImg.sh file size

For example:

bash ExtendPersistentImg.sh persistence.dat 2048 ----> Extend persistence.dat by 2048MB

That is to say, persistence.dat file will grow to 3GB size (assume that it is 1GB size before extend)


Please refer https://www.ventoy.net/en/plugin_persistence.html for details.


Seja Feliz!!

0 comentário

Posts recentes

Ver tudo

Comandos no terminal Linux - ln, dd e pv

# Comandos ln, dd e pv. #Comando ln -s (link simbólico em arquivos): #cria link simbólico do arquivo teste.txt no diretório atual. ~$ln...

ARCHISO - LIVEUSB Personalizado do Arch Linux.

#Arch Linux #Archiso #Personalizar ISO do Arch Linux. #1 - Instalar o pacote archiso $sudo pacman -S archiso #2 - Verificar e copiar...

Arch Linux - Como instalar o Yaourt - PAMAC

$ sudo pacman -S --needed base-devel git wget yajl ##Softwares necessários $ cd /tmp $ git clone https://aur.archlinux.org/package-query....

Comments


bottom of page