创建虚拟机
自行创建群晖虚拟机(基本默认设置)
上传镜像
上传完后获得文件路径
/var/lib/vz/template/iso/rr_4GB.img
编辑虚拟机配置文件
nano /etc/pve/qemu-server/虚拟机ID.CONF
添加以下代码把群晖引导转换为虚拟U盘
args: -device 'qemu-xhci,addr=0x18' -drive 'id=synoboot,file=/var/lib/vz/template/iso/rr_4GB.img,if=none,format=raw' -device 'usb-storage,id=synoboot,drive=synoboot,bootindex=1'