ventoy_-_the_ultimate_multi-boot_live_stick_tool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ventoy_-_the_ultimate_multi-boot_live_stick_tool [28.01.2021 14:17] – created Pascal Suterventoy_-_the_ultimate_multi-boot_live_stick_tool [28.01.2021 15:11] (current) – [Example: auto boot ubuntu with persistence] Pascal Suter
Line 18: Line 18:
   - next we create an empty persistence file <code>sudo ./CreatePersistentImg.sh -s 2048</code> will create a new file called ''persistence.dat'' in the current working directory. copy this file to the stick as well.    - next we create an empty persistence file <code>sudo ./CreatePersistentImg.sh -s 2048</code> will create a new file called ''persistence.dat'' in the current working directory. copy this file to the stick as well. 
   - now finally it's time for the configuration of all this. create a new directory and file on your usb stick ''ventoy/ventoy.json''. here is the content which will do what I described above: <code json ventoy/ventoy.conf>   - now finally it's time for the configuration of all this. create a new directory and file on your usb stick ''ventoy/ventoy.json''. here is the content which will do what I described above: <code json ventoy/ventoy.conf>
 +
 +    "persistence":
 +        { 
 +            "image": "/ubuntu-20.04.1-desktop-amd64.iso", 
 +            "backend": "/persistence_ubuntu.dat", 
 +            "autosel":
 +        } 
 +    ], 
 +    "control":
 +        { "VTOY_MENU_TIMEOUT": "10" }, 
 +        { "VTOY_DEFAULT_IMAGE": "/ubuntu-20.04.1-desktop-amd64.iso"
 +    ] 
 +}
 </code> </code>
  
  
  • ventoy_-_the_ultimate_multi-boot_live_stick_tool.1611839839.txt.gz
  • Last modified: 28.01.2021 14:17
  • by Pascal Suter