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 |
Answered by
weizhouapache
Sep 5, 2025
Replies: 3 comments 8 replies
|
@SviridoffA |
1 reply
Answer selected by
SviridoffA
|
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. |
6 replies
|
Only manual way @SviridoffA
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@SviridoffA
there is a recent PR for it: #11569