View previous topic :: View next topic |
Author |
Message |
vastchen n00b
Joined: 22 Apr 2016 Posts: 55
|
Posted: Thu Feb 25, 2021 3:17 pm Post subject: x86_64 qemu arm-64[solve] |
|
|
my pc is install gentoo_X86_64 i want to try some arm64 system.but
Code: |
virt-install -n Fedoraarm64 --memory 4098 --arch aarch64 --vcpus 4 \
--disk /home/vast/Downloads/Fedora.img,device=disk,bus=virtio \
--os-type=generic \
--boot uefi \
--video vga \
--noautoconsole \
--noreboot \
--cdrom /home/vast/Downloads/Fedora-Everything-netinst-aarch64-33-1.2.iso --network bridge=br0
|
In half a year ago is no problem but this time.
than show
Code: |
ERROR Did not find any UEFI binary path for arch 'aarch64'
|
make.conf
Code: |
QEMU_SOFTMMU_TARGETS="x86 x86_64 sparc aarch64"
QEMU_USER_TARGETS="x86_64"
|
is this package sys-firmware/edk2-ovmf ? was install but in x86_64 system is UEFI firmware for 64-bit x86 virtual machines.
someone know how to slow?
app-emulation/qemu-5.2.0-r1 bug mask app-emulation/qemu-5.1.0-r3 fine _________________ gentoo user |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3918
|
Posted: Thu Feb 25, 2021 8:01 pm Post subject: |
|
|
QEMU_SOFTMMU_TARGETS="aarch64 sparc x86_64" emerge -1av edk2-ovmf _________________
|
|
Back to top |
|
|
|