Skip to content

Running in a Virtual Machine

Michael Spencer edited this page Dec 30, 2015 · 2 revisions

Unfortunately, Virtual Box doesn't support Wayland currently (see greenisland/greenisland#136).

You can use QEMU to run Papyros like this:

qemu-system-x86_64 -enable-kvm -m 1GB -vga qxl -cdrom /path/to/papyros.iso

Or if you have a disk image with Arch/Papyros installed:

qemu-system-x86_64 -enable-kvm -m 1GB -vga qxl /path/to/papyros.cow
Clone this wiki locally