Good morning,
I wanted to create a virtual machine via CLI using the 'qm' command. If I try to enter 'q35' it works, but if I enter 'i440fx' it gives me an error.
Read more
I wanted to create a virtual machine via CLI using the 'qm' command. If I try to enter 'q35' it works, but if I enter 'i440fx' it gives me an error.
Code:
root@pve:~# qm create 100 --machine q35
root@pve:~# qm create 101 --machine i440fx
400 Parameter verification failed.
machine: invalid format - format error
machine.type: value does not match the regex pattern
qm create <vmid> [OPTIONS]
root@pve:~# qm create 101 --machine Default
400 Parameter verification failed.
machine...
Read more