-
problemWith default settings of ACS 4.22 libvirt domain is defined with pc-i440fx-8.2 machine type and there is no way to change this from API/UI. However, with this machine type Windows Server 2022 VM reports BIOS without serial number like If you change machine type to pc-i440fx-6.2 Windows Server 2022 reports version and serial OK Seems like a bug in SeaBIOS, not ACS, however, some software does not work properly, or can't be licensed, or refuses to install without BIOS servial number. versionsACS 4.22 on Ubuntu 24.04.3 LTS The steps to reproduce the bug
What to do about it?This change fixes problem, however, would be better implement conditional logic to set |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @rkozello CloudStack 4.22.0 does allow changing the machine type for KVM, via settings as per this PR: #11569, even though the UI does not display the setting as a selectable item (that will be fixed on 4.22.1 by #12414). Can you try stopping the VM and adding the setting: |
Beta Was this translation helpful? Give feedback.
Hi @rkozello CloudStack 4.22.0 does allow changing the machine type for KVM, via settings as per this PR: #11569, even though the UI does not display the setting as a selectable item (that will be fixed on 4.22.1 by #12414).
Can you try stopping the VM and adding the setting:
kvm.guest.os.machine.typematching the expected machine type and start the VM again?