Ventoy - U盘启动安装多种系统,


简介

Ventoy是一个制作可启动U盘的开源工具。

ventoy - U盘启动安装多种系统

命令帮助

  1. ventoy -h 
  2.  
  3. ********************************************** 
  4.       Ventoy: 1.0.51  x86_64 
  5.       longpanda admin@ventoy.net 
  6.       https://www.ventoy.net 
  7. ********************************************** 
  8.  
  9. Usage:  Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX 
  10.   CMD: 
  11.    -i  install Ventoy to sdX (fails if disk already installed with Ventoy) 
  12.    -I  force install Ventoy to sdX (no matter installed or not) 
  13.    -u  update Ventoy in sdX 
  14.    -l  list Ventoy information in sdX 
  15.  
  16.   OPTION: (optional) 
  17.    -r SIZE_MB  preserve some space at the bottom of the disk (only for install) 
  18.    -s/-S       enable/disable secure boot support (default is disabled) 
  19.    -g          use GPT partition style, default is MBR (only for install) 
  20.    -L          Label of the 1st exfat partition (default is Ventoy) 
  21.     

安装ventoy

查看U盘的盘符,直接使用命令就可以直接安装

  1. ventoy -i   /dev/sdb 

安装完后,直接将下载的iso拷贝到U盘里面,然后开机从U盘启动就可以看到对应文件,选择就可以启动了。跟从CD里面启动是一样的。

更新

  1. ventoy -u   /dev/sdb 

更新之后,U盘里面的东西还会在。

总结

如果是windows直接使用图形界面,点击选择就可以进行安装。

相关内容