Ventoy: Difference between revisions

From Celeste@Hoppinglife
Jump to navigation Jump to search
Created page with "[https://www.ventoy.net/ Ventoy] is a multi-iso USB booting tool. It allows a user to simply copy an ISO to the directory and boot from it without wiping the entire USB disk. == Creating a USB disk with cidata == == References == <references />"
 
"add more description for ventoy."
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


== Creating a USB disk with cidata ==
== Creating a USB disk with cidata ==
Sometimes, we want to initialize cloud-init for the ISO file (for example, to perform headless instllation). We can reserve a small partition for user-data:
<code>
sudo ventoy -i /dev/sdX -r 128
</code>


== References ==
== References ==
<references />
<references />

Latest revision as of 07:23, 7 February 2023

Ventoy is a multi-iso USB booting tool. It allows a user to simply copy an ISO to the directory and boot from it without wiping the entire USB disk.

Creating a USB disk with cidata

Sometimes, we want to initialize cloud-init for the ISO file (for example, to perform headless instllation). We can reserve a small partition for user-data:

sudo ventoy -i /dev/sdX -r 128

References