Since I was not able to install Fedora 24 successfully the way mentioned, I used the ISO image for getting a successful installation: wget https://dl.fedoraproject.org/pub/fedora-secondary/releases/24/Server/aarch64/iso/Fedora-Server-dvd-aarch64-24-1.1.iso sudo virt-install --name Fedora_24_AArch64 --ram 4096 --arch aarch64 --boot uefi --vcpus 2 --network bridge=virbr0 --disk path=./Fedora_24_AArch64.img,format=raw,size=8 --os-variant fedora22 --graphics none --cdrom Fedora-Server-dvd-aarch64-24-1.1.iso That worked fine. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx