This is a snapshot of an experimental OmniOS aarch64 distribution that can be booted under QEMU or on a Raspberry Pi 4. It based on the arm64-gate project at https://github.com/richlowe/arm64-gate and OmniOS userland packages from https://github.com/omniosorg/omnios-build and https://github.com/omniosorg/omnios-extra The sample 'run' file here shows how to boot this under qemu using the vnic backend (present in OmniOS and OpenIndiana's qemu packages). ## QEMU Quick start for OmniOS r151044 or higher, assuming that `igb0` is the system's network interface: % pfexec pkg install emulator/qemu % mkdir ~/aarch64 % cd ~/aarch64 % curl -LO https://downloads.omnios.org/media/braich/braich-151047.raw.zst % curl -LO https://downloads.omnios.org/media/braich/inetboot.bin % curl -LO https://downloads.omnios.org/media/braich/run % zstd -d braich-151047.raw.zst % pfexec dladm create-vnic -l igb0 braich0 % ./run ## Raspberry Pi 4 For running on a Raspberry Pi, download and decompress https://downloads.omnios.org/media/braich/braich-rpi4-151047.raw.zst and write it to an SD card.