Hey all,
I've battle with this for a while now and trying to find posts and configs I finally nailed it today. I tried everything out there, from the "hidden=1" switch to the KVM=off and no luck. I tested every component and configuration I read to see which one didn't gave me the "Activation license mode is not supported in this virtual environment" until I found the culprit. The HDD were your OS is installed cannot be IDE or SATA. What worked for me was converting it into SCSI. Below my VM config that worked:
agent: 1
balloon: 4096
bios: ovmf
boot: order=scsi0
cores:2
cpu: x86-64-v2-AES
efidisk0: <my storage>
kvm: 1
machine: pc-q35-9.0
memory: 8192
name: <my server name>
numa: 0
ostype: win11
scsi0: <my scsi drive>
vga: virtio
I hope this helps...
I've battle with this for a while now and trying to find posts and configs I finally nailed it today. I tried everything out there, from the "hidden=1" switch to the KVM=off and no luck. I tested every component and configuration I read to see which one didn't gave me the "Activation license mode is not supported in this virtual environment" until I found the culprit. The HDD were your OS is installed cannot be IDE or SATA. What worked for me was converting it into SCSI. Below my VM config that worked:
agent: 1
balloon: 4096
bios: ovmf
boot: order=scsi0
cores:2
cpu: x86-64-v2-AES
efidisk0: <my storage>
kvm: 1
machine: pc-q35-9.0
memory: 8192
name: <my server name>
numa: 0
ostype: win11
scsi0: <my scsi drive>
vga: virtio
I hope this helps...