From Fedora Project Wiki

(Tweak initial description)
mNo edit summary
Line 11: Line 11:
=== Install qemu-system-aarch64 ===
=== Install qemu-system-aarch64 ===


Install qemu-system-aarch64 like: <code>sudo dnf install qemu-system-aarch64</code>
Install qemu-system-aarch64 and EDK2 for AArch64: <code>sudo dnf install qemu-system-aarch64 edk2-aarch64</code>


|actions=
|actions=

Revision as of 14:36, 27 July 2020

Description

Install Fedora AArch64 (ARM 64) as a VM on your x86 machine.

Setup

Install UEFI packages and configure libvirt

These steps are documented over here. Follow all the instructions under the 'setup' section: https://fedoraproject.org/wiki/QA:Testcase_Virtualization_UEFI#Setup

Install qemu-system-aarch64

Install qemu-system-aarch64 and EDK2 for AArch64: sudo dnf install qemu-system-aarch64 edk2-aarch64

How to test

Install with virt-manager

Install with virt-install

virt-install should do the correct thing when you specify --arch aarch64. So do a typical --cdrom or --location install with the media referenced above, and ensure the install completes correctly.

CDROM example:

 sudo virt-install \
    --name aarch64-f22-cdrom --ram 2048 --disk size=10 \
    --os-variant fedora21 --arch aarch64 \
    --cdrom /path/to/Fedora-Server-DVD-aarch64-22.iso

Expected Results

Guest starts fine, seems usable.