Change type of machine in KVM hypervisor #11583
-
Hi Everyone! Please help me 🙏! Can someone tell me if there's any way to change parameter arch='x86_64' machine='pc-i440fx-8.2' in a virtual machine's XML to arch='x86_64' machine='pc-q35-8.2' without CloudStack overwriting these changes, perhaps through some extra config set with the API (cmk)? I am using: ACS 4.19.3 Ubuntu 24.04 QEMU 8.2.2 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
@SviridoffA |
Beta Was this translation helpful? Give feedback.
-
It seems the only way to do this now is to create a virtual machine with UEFI settings. If you choose this option, VM type will be set to pc-q35-8.2. However, this cannot be applied to an already existing virtual machine, as it may cause issues with the bootloader. |
Beta Was this translation helpful? Give feedback.
-
Only manual way @SviridoffA
|
Beta Was this translation helpful? Give feedback.
@SviridoffA
there is a recent PR for it: #11569