Ventoy: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) 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 />" |
Hoppinglife (talk | contribs) |
||
| Line 2: | Line 2: | ||
== Creating a USB disk with cidata == | == Creating a USB disk with cidata == | ||
<code> | |||
sudo ventoy -i /dev/sdX -r 128 | |||
</code> | |||
== References == | == References == | ||
<references /> | <references /> | ||
Revision as of 07:11, 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
sudo ventoy -i /dev/sdX -r 128