Created
December 6, 2020 15:16
-
-
Save monken/a67072349653acea2d7577ab9ea3c8e1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
QEMU_EFI is from http://snapshots.linaro.org/components/kernel/leg-virt-tianocore-edk2-upstream/latest/QEMU-AARCH64/RELEASE_GCC5/QEMU_EFI.img.gz