简介
Ventoy是一个制作可启动U盘的开源工具。
命令帮助
- ventoy -h
- **********************************************
- Ventoy: 1.0.51 x86_64
- longpanda admin@ventoy.net
- https://www.ventoy.net
- **********************************************
- Usage: Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
- CMD:
- -i install Ventoy to sdX (fails 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/-S enable/disable secure boot support (default is disabled)
- -g use GPT partition style, default is MBR (only for install)
- -L Label of the 1st exfat partition (default is Ventoy)
安装ventoy
查看U盘的盘符,直接使用命令就可以直接安装
- ventoy -i /dev/sdb
安装完后,直接将下载的iso拷贝到U盘里面,然后开机从U盘启动就可以看到对应文件,选择就可以启动了。跟从CD里面启动是一样的。
更新
- ventoy -u /dev/sdb
更新之后,U盘里面的东西还会在。
总结
如果是windows直接使用图形界面,点击选择就可以进行安装。