You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating the VM XML configuration for virsh, the machine type pc-i440fx-focal is used, which is unavailable on Arch Linux and the create.sh script throws an error.
However, based on the output of virsh capabilities on Arch, it would seem that there is a generic pc option which should link to the latest pc-i440fx machine type. Would it be possible to use pc instead?
When creating the VM XML configuration for
virsh
, the machine typepc-i440fx-focal
is used, which is unavailable on Arch Linux and thecreate.sh
script throws an error.However, based on the output of
virsh capabilities
on Arch, it would seem that there is a genericpc
option which should link to the latestpc-i440fx
machine type. Would it be possible to usepc
instead?Example output from
virsh
for x86_64 on Arch:The text was updated successfully, but these errors were encountered: