The manual states:I've ran onto this issue where I cannot seem to add any more USB devices to my VM, nor EFI Disks nor TPM states as the UI has them greyed out.
Has anyone run onto this issue and can provide some input on how to address it?
Looks like you are prevented by an old limit. Please share the VM configuration file (usb[n]: [[host=]<HOSTUSBDEVICE|spice>] [,mapping=<mapping-id>] [,usb3=<1|0>]
Configure an USB device (n is 0 to 4, for machine version >= 7.1 and ostype l26 or windows > 7, n can be up to 14).
qm config
.Here's the config:The manual states:
Looks like you are prevented by an old limit. Please share the VM configuration file (qm config
.
# qm config 100
agent: 1
balloon: 0
bios: ovmf
boot: order=ide0;net0
cores: 20
cpu: x86-64-v2-AES
efidisk0: local-lvm:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:09:00,pcie=1
ide0: local-lvm:vm-100-disk-1,size=200G,ssd=1
machine: pc-q35-8.0
memory: 24796
meta: creation-qemu=8.0.2,ctime=1689629050
name: W11
net0: virtio=0A:50:1D:43:BE:68,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: win11
scsi6: /dev/disk/by-id/ata-ST4000VN008-2DR166_ZGY27G6V,size=3907018584K
scsihw: virtio-scsi-single
smbios1: uuid=8b96d477-d350-40d3-b082-9be13718bf89
sockets: 1
tpmstate0: local-lvm:vm-100-disk-2,size=4M,version=v2.0
usb0: host=046d:c52b,usb3=1
usb1: host=5-1,usb3=1
usb2: host=8087:0a2b,usb3=1
usb3: host=1b1c:1b33,usb3=1
usb4: host=0a73:001e,usb3=1
vga: none
vmgenid: 8849c74b-955d-409d-b426-2456493eeead
There are 0 or 1 TPM and EFI disks possible depending on the VM type and you already have one of each. Therefore, no other is possible.nor EFI Disks nor TPM states as the UI has them greyed out.
Any idea why this is not working?The manual states:
Looks like you are prevented by an old limit. Please share the VM configuration file (qm config
.
Maybe old code in the browser? Try clearing the cache and/or another browser. Maybe (part of) your Proxmox is not up to date? Please show the output ofAny idea why this is not working?
pveversion -v
.