Linux command
ventoy 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Install
sudo ventoy -i [/dev/sdX]
Example
sudo ventoy -i -g [/dev/sdX]
Example
sudo ventoy -i -g -S -L [LABEL_NAME] [/dev/sdX]
Reserve
sudo ventoy -i -r [SIZE_MB] [/dev/sdX]
Force
sudo ventoy -I [/dev/sdX]
Update
sudo ventoy -u [/dev/sdX]
Example
sudo ventoy -l [/dev/sdX]
Non-destructive
sudo ventoy -i -n [/dev/sdX]
说明
ventoy creates bootable USB drives that can boot ISO files directly without extraction. Simply copy ISO images to the USB drive and Ventoy presents a boot menu to select which one to boot. It supports UEFI and Legacy BIOS, secure boot, persistence, and hundreds of different ISO images.
参数
- -i
- Install Ventoy to device
- -I
- Force install (overwrites existing)
- -u
- Update existing Ventoy installation
- -l
- Display Ventoy information
- -g
- Use GPT partition style instead of MBR
- -S
- Disable secure boot support
- -L _LABEL_
- Set custom partition label
- -r _SIZE_
- Reserve space in MB at end of disk
- -n
- Try non-destructive installation
FAQ
What is the ventoy command used for?
ventoy creates bootable USB drives that can boot ISO files directly without extraction. Simply copy ISO images to the USB drive and Ventoy presents a boot menu to select which one to boot. It supports UEFI and Legacy BIOS, secure boot, persistence, and hundreds of different ISO images.
How do I run a basic ventoy example?
Run `sudo ventoy -i [/dev/sdX]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i do in ventoy?
Install Ventoy to device