Skip to content

Instantly share code, notes, and snippets.

@monken
Created December 6, 2020 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monken/a67072349653acea2d7577ab9ea3c8e1 to your computer and use it in GitHub Desktop.
Save monken/a67072349653acea2d7577ab9ea3c8e1 to your computer and use it in GitHub Desktop.
qemu-system-aarch64 \
-accel hvf \
-m 2048 \
-M virt,highmem=off \
-cpu cortex-a72 \
-drive file=QEMU_EFI.img,if=pflash,format=raw,readonly \
-drive if=pflash,file=ubuntu-varstore.qcow2 \
-drive if=virtio,file=ubuntu.qcow2 \
-nic user,model=virtio,hostfwd=tcp::10022-:22 \
-cdrom ubuntu-20.04.1-live-server-arm64.iso \
-vga none -device ramfb \
-device usb-ehci -device usb-kbd -device usb-mouse -usb \
-monitor stdio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment