Vasiliy Ulyanov
Vasiliy Ulyanov
I am not sure about emulation mode, tbh. Have you tried with kvm? Maybe @zhlhahaha can help with > unsupported configuration: CPU mode 'host-passthrough' for aarch64 qemu domain on aarch64...
UPD: apparently emulation mode is not supported on aarch64 ATM https://github.com/kubevirt/kubevirt/issues/3558
@wbb0529, could you please attach **full** logs of `virt-handler` and `virt-launcher` pods? Text / files form is preferable over screenshots.
> Kernel (e.g. uname -a): Linux master 5.10.0-60.18.0.50.oe2203.aarch64 I only now noticed that it's **aarch64**. I see that https://kubevirt.io/labs/manifests/vm.yaml is used. Could you try increasing the memory for the VM...
For reference: https://github.com/kubevirt/kubevirt/issues/6363 https://github.com/kubevirt/kubevirt/blob/0e80ce5b73d05a07a529aac6149a4c71b4991c26/tests/utils.go#L553-L557
So initially the problem was with the memory. Apparently aarch64 needs more ram to even boot with edk2 (see the issue mentioned in my prev comment). Now yes, since the...
@rmohr FYI.
No, there was no specific issue. I was debugging some stuff and just noticed that in the code. That part with hardlinks seemed not right for me. Feel free to...