반응형

args 부분에 bootindex=99를 추가해주면 됨.

# /etc/pve/qemu-server/100.conf
# Before
args: -device 'piix3-usb-uhci,addr=0x18' -drive 'id=synoboot,file=/var/lib/vz/images/100/synoboot.img,if=none,format=raw' -device 'usb-storage,id=synoboot,drive=synoboot'
# After
args: -device 'piix3-usb-uhci,addr=0x18' -drive 'id=synoboot,file=/var/lib/vz/images/100/synoboot.img,if=none,format=raw' -device 'usb-storage,id=synoboot,drive=synoboot,bootindex=99'


noVNC들어가서 부팅순서 아무리 변경하고 boot, bootOrder 옵션 아무리 바꿔줘봐도 적용이 안되는데, args에다가 index 지정해주니깐 원하는대로 동작한다.

반응형
,