Proxmox 7 Bug in the VM Config

ermanishchawla

Well-Known Member
Mar 23, 2020
332
37
48
38
qm config 126


Code:
agent: 1
balloon: 8192
bios: ovmf
boot: order=scsi0;ide2;net0
cores: 4
cpu: kvm64
efidisk0: vmrepository:vm-126-disk-1,efitype=4m,pre-enrolled-keys=1,size=1M
hotplug: disk,network,usb,memory,cpu
ide2: none,media=cdrom
memory: 32768
name: Naviadv-Website
net0: virtio=46:AC:6C:05:91:D3,bridge=vmbr2100,firewall=1
numa: 1
onboot: 1
ostype: l26
protection: 1
scsi0: vmrepository:vm-126-disk-0,cache=writethrough,size=50G
scsihw: virtio-scsi-pci
shares: 0
smbios1: uuid=bf7bd6f4-2fd1-460d-a14f-c84efc68a824
sockets: 2
spice_enhancements: videostreaming=all
tpmstate0: vmrepository:vm-126-disk-2,size=4M,version=v2.0
vcpus: 4
vga: qxl
vmgenid: 92572419-c107-4434-9d75-3fccf5d434c9


After giving stop to the VM via GUI

Code:
agent: 1
balloon: 8192
bios: ovmf
boot: order=scsi0;ide2;net0
cores: 4
cpu: kvm64
hotplug: disk,network,usb,memory,cpu
ide2: none,media=cdrom
memory: 32768
name: Naviadv-Website
net0: virtio=46:AC:6C:05:91:D3,bridge=vmbr2100,firewall=1
numa: 1
onboot: 1
ostype: l26
protection: 1
scsi0: vmrepository:vm-126-disk-0,cache=writethrough,size=50G
scsihw: virtio-scsi-pci
shares: 0
smbios1: uuid=bf7bd6f4-2fd1-460d-a14f-c84efc68a824
sockets: 2
spice_enhancements: videostreaming=all
vcpus: 4
vga: qxl
vmgenid: 92572419-c107-4434-9d75-3fccf5d434c9


It can be clearly seen that EFI config and TPM config is not showing. But my VM is booting normally? why this behaviour?