Open ad-zsolt-imre opened 7 months ago
Is the build still needed, btw? I changed the script to pull https://releases.linaro.org/components/kernel/uefi-linaro/16.02/release/qemu64/QEMU_EFI.fd
and then it completed. Still, I ended up with the same error reported by k3s:
Error: failed to create containerd task: failed to create shim task: failed to query hotpluggable CPUs: QMP command failed: The feature 'query-hotpluggable-cpus' is not enabled: unknown
Then, after some digging I landed here: https://wiki.qemu.org/Features/CPUHotplug - the page says:
dedicated legacy interface: cpu-add QMP command (removed in QEMU v5.2)
Then, I checked the qemu
version on my node and I found:
QEMU emulator version 7.2.0 (kata-static)
Is it possible that the problem is that the version of qemu shipped with the Kata no longer supports the cpu-add
QMP command?
Description of problem
The install_rom_aarch64.sh is failing for multiple reasons:
python
.apt
will fail and, therefore, the script will terminate aspython
is no longer available. It seemspython
can be removed aspython3
is getting installed anyway.acpiexec
compilation failure:Expected result
It produces the two UEFI ROM image files as promised.
Actual result
The process fails at multiple stages. (See description)
Environment