Ventoy

Ventoy erstellt einen Live-USB Stick, welcher boot-fähig ist.
Danach muss man nur noch die ISOs auf den USB-Stick ziehen.

Installation per GUI oder Terminal

  • Die Ventoy-Version deines Betriebsystems downloaden
    https://www.ventoy.net/en/download.html
  • Der USB-Stick darf nicht eingehängt/mounted sein!
  • Nach dem entpacken kannst du entweder
    • VentoyGUI starten für ne graphische Variante oder
    • Ventoy2Disk.sh CMD /dev/sdX starten um mit einem Prompt den USB-Stick zu formatieren
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
    -l   list Ventoy information 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)
   -L          Label of the main partition (default is Ventoy)

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert