The qcow2 image file is a prebuilt RebornOS ARM QEMU/Virtual Manager image. Having the ability to RebornOS ARM VM will allow more flexibility for development, testing and running ARM apps.
https://github.com/RebornOS-Developers/qemu-images/releases/latest
Choose and download the desired image: RebornOS-ARM-generic-YYYY-MM-DD.qcow2
Credentials for the image are rebornos
, for both login and password.
sudo pacman -S qemu virt-viewer libvirt virt-manager qemu-desktop qemu-system-aarch64 edk2-armvirt
sudo systemctl enable --now libvirtd
Open Virtual Machine Manager application.
Follow the step-by-step images to create and configure the ARM VM.
linux2022
and select Generic Linux 2022
for the operating system:Customize configuration before install
:EvTouch USB Graphics Tablet
:Use virsh
:
An interactive shell, and batch scriptable tool for performing management tasks on all libvirt managed domains, networks and storage. This is part of the libvirt core distribution.
To start the default
network for the VM:
sudo virsh net-start default
To auto-start the default
network after a reboot:
sudo virsh net-autostart default
Additional notes:
This guide is only the minimal for getting the ARM VM up and running in virt manager. In order to tweak the settings or further configure the VM, additional information is available from the following links.